@quenty/rx
Advanced tools
Comparing version 13.4.0 to 13.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [13.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@13.4.0...@quenty/rx@13.5.0) (2024-09-12) | ||
### Bug Fixes | ||
* Fx.defaultsTo() ensures emission of event at least once ([c03f1ef](https://github.com/Quenty/NevermoreEngine/commit/c03f1ef72a339d6196e3067c0dd44f9700e5ff85)) | ||
# [13.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/rx@13.3.0...@quenty/rx@13.4.0) (2024-08-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/rx", | ||
"version": "13.4.0", | ||
"version": "13.5.0", | ||
"description": "Quenty's reactive library for Roblox", | ||
@@ -31,11 +31,11 @@ "keywords": [ | ||
"@quenty/cancellabledelay": "^3.5.0", | ||
"@quenty/canceltoken": "^11.3.0", | ||
"@quenty/ducktype": "^5.3.0", | ||
"@quenty/loader": "^10.3.0", | ||
"@quenty/maid": "^3.2.0", | ||
"@quenty/promise": "^10.3.0", | ||
"@quenty/signal": "^7.3.0", | ||
"@quenty/canceltoken": "^11.4.0", | ||
"@quenty/ducktype": "^5.4.0", | ||
"@quenty/loader": "^10.4.0", | ||
"@quenty/maid": "^3.3.0", | ||
"@quenty/promise": "^10.4.0", | ||
"@quenty/signal": "^7.4.0", | ||
"@quenty/symbol": "^3.1.0", | ||
"@quenty/table": "^3.5.0", | ||
"@quenty/throttle": "^10.4.0" | ||
"@quenty/throttle": "^10.5.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ba466bdbc05c42fb607cf5e228c16339201d21d7" | ||
"gitHead": "fb172906f3ee725269ec1e5f4daf9dca227e729d" | ||
} |
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
77730
Updated@quenty/canceltoken@^11.4.0
Updated@quenty/ducktype@^5.4.0
Updated@quenty/loader@^10.4.0
Updated@quenty/maid@^3.3.0
Updated@quenty/promise@^10.4.0
Updated@quenty/signal@^7.4.0
Updated@quenty/throttle@^10.5.0