@quenty/rx
Advanced tools
Comparing version 13.7.0 to 13.8.0
@@ -6,2 +6,15 @@ # Change Log | ||
# [13.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@13.7.0...@quenty/rx@13.8.0) (2024-10-04) | ||
### Bug Fixes | ||
* Allow cleanup to be done in a safer way if the object is already cleaned up ([20b3ef1](https://github.com/Quenty/NevermoreEngine/commit/20b3ef1802e4bf92d0f46de99f3ec85660f17002)) | ||
* Do not fire observables that are cancelled ([2098b28](https://github.com/Quenty/NevermoreEngine/commit/2098b2809f40c9a813200b4f2789340901c6baee)) | ||
* Use nil instead of empty string for source here to save a bit of memory ([f1edd7f](https://github.com/Quenty/NevermoreEngine/commit/f1edd7f823ec0307517f1cba2717de147445608f)) | ||
# [13.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@13.6.0...@quenty/rx@13.7.0) (2024-09-25) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@quenty/rx", | ||
"version": "13.7.0", | ||
"version": "13.8.0", | ||
"description": "Quenty's reactive library for Roblox", | ||
@@ -31,11 +31,11 @@ "keywords": [ | ||
"@quenty/cancellabledelay": "^3.5.0", | ||
"@quenty/canceltoken": "^11.6.0", | ||
"@quenty/ducktype": "^5.5.0", | ||
"@quenty/loader": "^10.5.0", | ||
"@quenty/maid": "^3.3.0", | ||
"@quenty/promise": "^10.5.0", | ||
"@quenty/signal": "^7.6.0", | ||
"@quenty/symbol": "^3.1.0", | ||
"@quenty/canceltoken": "^11.7.0", | ||
"@quenty/ducktype": "^5.6.0", | ||
"@quenty/loader": "^10.6.0", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/promise": "^10.6.0", | ||
"@quenty/signal": "^7.7.0", | ||
"@quenty/symbol": "^3.2.0", | ||
"@quenty/table": "^3.5.0", | ||
"@quenty/throttle": "^10.6.0" | ||
"@quenty/throttle": "^10.7.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9b17fe79cddd071f0f06a9d35184e76b44bd6fe6" | ||
"gitHead": "035abfa088c854a73e1c65b350267eaa17669646" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79340
Updated@quenty/canceltoken@^11.7.0
Updated@quenty/ducktype@^5.6.0
Updated@quenty/loader@^10.6.0
Updated@quenty/maid@^3.4.0
Updated@quenty/promise@^10.6.0
Updated@quenty/signal@^7.7.0
Updated@quenty/symbol@^3.2.0
Updated@quenty/throttle@^10.7.0