@quenty/statestack
Advanced tools
Comparing version 3.2.1 to 3.2.2-canary.241.8dba9c1.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.2.2-canary.241.8dba9c1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/statestack@3.2.1...@quenty/statestack@3.2.2-canary.241.8dba9c1.0) (2022-01-03) | ||
### Features | ||
* StateStack can now have states beyond boolean. Note that it tries to preserve its old behavior ([c86e7b7](https://github.com/Quenty/NevermoreEngine/commit/c86e7b71287ceae5638191fe8f197df720753c52)) | ||
## [3.2.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/statestack@3.2.0...@quenty/statestack@3.2.1) (2021-12-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/statestack", | ||
"version": "3.2.1", | ||
"version": "3.2.2-canary.241.8dba9c1.0", | ||
"description": "Stack of values that allows multiple systems to enable or disable a state", | ||
@@ -28,4 +28,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^3.2.1", | ||
"@quenty/loader": "^3.1.2" | ||
"@quenty/baseobject": "3.2.2-canary.241.8dba9c1.0", | ||
"@quenty/loader": "3.1.3-canary.241.8dba9c1.0", | ||
"@quenty/valueobject": "3.5.3-canary.241.8dba9c1.0" | ||
}, | ||
@@ -35,3 +36,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d146c77d0a8e452824de0ab0b4b03ba0370bcc1b" | ||
"gitHead": "8dba9c1e474a8f8c5de373dc04e3c876e21b034b" | ||
} |
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
8687
3
2
+ Added@quenty/baseobject@3.2.2-canary.241.8dba9c1.0(transitive)
+ Added@quenty/brio@3.5.3-canary.241.8dba9c1.0(transitive)
+ Added@quenty/deferred@2.0.2(transitive)
+ Added@quenty/loader@3.1.3-canary.241.8dba9c1.0(transitive)
+ Added@quenty/maid@2.0.2(transitive)
+ Added@quenty/promise@3.3.2-canary.241.8dba9c1.0(transitive)
+ Added@quenty/rx@3.5.3-canary.241.8dba9c1.0(transitive)
+ Added@quenty/signal@2.0.3-canary.241.8dba9c1.0(transitive)
+ Added@quenty/symbol@2.0.1(transitive)
+ Added@quenty/table@2.1.1(transitive)
+ Added@quenty/throttle@3.2.2-canary.241.8dba9c1.0(transitive)
+ Added@quenty/valueobject@3.5.3-canary.241.8dba9c1.0(transitive)
- Removed@quenty/baseobject@3.5.0(transitive)
- Removed@quenty/loader@3.4.0(transitive)
- Removed@quenty/maid@2.6.0(transitive)