@quenty/rx
Advanced tools
Comparing version 13.11.1 to 13.11.2-canary.513.656b9b5.0
@@ -6,2 +6,25 @@ # Change Log | ||
## [13.11.2-canary.513.656b9b5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@13.11.1...@quenty/rx@13.11.2-canary.513.656b9b5.0) (2024-11-06) | ||
### Bug Fixes | ||
* Better stack traces ([247ce9b](https://github.com/Quenty/NevermoreEngine/commit/247ce9bd97753dec8c8fd6674f93cba2c7deca05)) | ||
### Features | ||
* Add ObservableSubscriptionTable:Fail(key) ([0bb3fae](https://github.com/Quenty/NevermoreEngine/commit/0bb3faeaff104fe924122a7274a47539cd88350a)) | ||
* Add unfinished observable sorted list ([c7e9817](https://github.com/Quenty/NevermoreEngine/commit/c7e9817f07c9431e5f7cdf1fa2e700d3b3277f60)) | ||
* Optimize memory and perf with combineLatestDefer ([3bed556](https://github.com/Quenty/NevermoreEngine/commit/3bed55667c3c795402260575f57132404b906112)) | ||
### Performance Improvements | ||
* Check canFire() and cache result ([34fc3d9](https://github.com/Quenty/NevermoreEngine/commit/34fc3d98ca9d1dbece1d1f82f40519e986cdd5fb)) | ||
## [13.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@13.11.0...@quenty/rx@13.11.1) (2024-11-04) | ||
@@ -8,0 +31,0 @@ |
{ | ||
"name": "@quenty/rx", | ||
"version": "13.11.1", | ||
"version": "13.11.2-canary.513.656b9b5.0", | ||
"description": "Quenty's reactive library for Roblox", | ||
@@ -30,12 +30,12 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/cancellabledelay": "^3.5.0", | ||
"@quenty/canceltoken": "^11.8.1", | ||
"@quenty/ducktype": "^5.7.1", | ||
"@quenty/loader": "^10.7.1", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/promise": "^10.7.1", | ||
"@quenty/signal": "^7.8.1", | ||
"@quenty/symbol": "^3.2.0", | ||
"@quenty/table": "^3.6.0", | ||
"@quenty/throttle": "^10.8.1" | ||
"@quenty/cancellabledelay": "3.5.0", | ||
"@quenty/canceltoken": "11.8.2-canary.513.656b9b5.0", | ||
"@quenty/ducktype": "5.7.1", | ||
"@quenty/loader": "10.7.1", | ||
"@quenty/maid": "3.4.0", | ||
"@quenty/promise": "10.7.2-canary.513.656b9b5.0", | ||
"@quenty/signal": "7.8.2-canary.513.656b9b5.0", | ||
"@quenty/symbol": "3.2.1-canary.513.656b9b5.0", | ||
"@quenty/table": "3.6.0", | ||
"@quenty/throttle": "10.8.1" | ||
}, | ||
@@ -45,3 +45,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "01c43a0ddd3c5e0cb2d9027313dbfa9852eedef1" | ||
"gitHead": "656b9b54fcaf9beec7a43b5453d3596ee3c550e1" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
87613
2
+ Added@quenty/canceltoken@11.8.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/promise@10.7.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/signal@7.8.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/symbol@3.2.1-canary.513.656b9b5.0(transitive)
+ Added@quenty/table@3.6.0(transitive)
- Removed@quenty/canceltoken@11.9.0(transitive)
- Removed@quenty/promise@10.8.0(transitive)
- Removed@quenty/signal@7.9.0(transitive)
- Removed@quenty/symbol@3.3.0(transitive)
- Removed@quenty/table@3.7.0(transitive)
Updated@quenty/ducktype@5.7.1
Updated@quenty/loader@10.7.1
Updated@quenty/maid@3.4.0
Updated@quenty/table@3.6.0
Updated@quenty/throttle@10.8.1