@quenty/rx
Advanced tools
Comparing version 8.0.0 to 8.1.0-canary.425.013f24c.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [8.1.0-canary.425.013f24c.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@8.0.0...@quenty/rx@8.1.0-canary.425.013f24c.0) (2023-10-17) | ||
### Features | ||
* Adjust Rx performance and remove unneeded `onSubscribe` method to Subscription. ([013f24c](https://github.com/Quenty/NevermoreEngine/commit/013f24ca72e27e2f3f6b3fe8a1cbd667d81f429a)) | ||
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@7.16.0...@quenty/rx@8.0.0) (2023-10-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/rx", | ||
"version": "8.0.0", | ||
"version": "8.1.0-canary.425.013f24c.0", | ||
"description": "Quenty's reactive library for Roblox", | ||
@@ -30,11 +30,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/cancellabledelay": "^3.4.0", | ||
"@quenty/canceltoken": "^7.0.0", | ||
"@quenty/loader": "^7.0.0", | ||
"@quenty/maid": "^2.6.0", | ||
"@quenty/promise": "^7.0.0", | ||
"@quenty/signal": "^3.0.0", | ||
"@quenty/symbol": "^2.2.0", | ||
"@quenty/table": "^3.3.0", | ||
"@quenty/throttle": "^7.0.0" | ||
"@quenty/cancellabledelay": "3.4.0", | ||
"@quenty/canceltoken": "7.0.0", | ||
"@quenty/loader": "7.0.0", | ||
"@quenty/maid": "2.6.0", | ||
"@quenty/promise": "7.0.0", | ||
"@quenty/signal": "3.0.0", | ||
"@quenty/symbol": "2.2.0", | ||
"@quenty/table": "3.3.0", | ||
"@quenty/throttle": "7.0.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "fdeae46099587019ec5fc15317dc673aed379400" | ||
"gitHead": "013f24ca72e27e2f3f6b3fe8a1cbd667d81f429a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
71130
13
2
+ Added@quenty/cancellabledelay@3.4.0(transitive)
+ Added@quenty/canceltoken@7.0.0(transitive)
+ Added@quenty/loader@7.0.0(transitive)
+ Added@quenty/promise@7.0.0(transitive)
+ Added@quenty/signal@3.0.0(transitive)
+ Added@quenty/table@3.3.0(transitive)
+ Added@quenty/throttle@7.0.0(transitive)
- Removed@quenty/cancellabledelay@3.5.0(transitive)
- Removed@quenty/canceltoken@7.3.0(transitive)
- Removed@quenty/loader@7.3.0(transitive)
- Removed@quenty/promise@7.2.0(transitive)
- Removed@quenty/signal@3.2.0(transitive)
- Removed@quenty/table@3.7.0(transitive)
- Removed@quenty/throttle@7.2.0(transitive)
Updated@quenty/canceltoken@7.0.0
Updated@quenty/loader@7.0.0
Updated@quenty/maid@2.6.0
Updated@quenty/promise@7.0.0
Updated@quenty/signal@3.0.0
Updated@quenty/symbol@2.2.0
Updated@quenty/table@3.3.0
Updated@quenty/throttle@7.0.0