@quenty/observablecollection
Advanced tools
Comparing version 12.7.0 to 12.8.0
@@ -6,2 +6,20 @@ # Change Log | ||
# [12.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.7.0...@quenty/observablecollection@12.8.0) (2024-10-04) | ||
### Features | ||
* Add ObservableSortedList:Contains(value) ([049c9df](https://github.com/Quenty/NevermoreEngine/commit/049c9df1df0cc765124c624a1276a456ff3e7700)) | ||
* ObservableSortedList can take non rx-value and still be performant ([e5c1d4f](https://github.com/Quenty/NevermoreEngine/commit/e5c1d4fb272f22d2559fba6f1a533686a730fca8)) | ||
### Performance Improvements | ||
* Predeclare size of lists to allocate for lists ([b662bbb](https://github.com/Quenty/NevermoreEngine/commit/b662bbb814f91a1853a549b217fa8af8a9f74d3d)) | ||
* Use switchToBrio() and table.create ([f73644e](https://github.com/Quenty/NevermoreEngine/commit/f73644e56a9ffd0991833bd147c705c210553539)) | ||
# [12.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.6.0...@quenty/observablecollection@12.7.0) (2024-09-25) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "@quenty/observablecollection", | ||
"version": "12.7.0", | ||
"version": "12.8.0", | ||
"description": "A set of observable collections, such as sets, maps, sorted lists, and more.", | ||
@@ -30,16 +30,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^10.5.0", | ||
"@quenty/brio": "^14.7.0", | ||
"@quenty/ducktype": "^5.5.0", | ||
"@quenty/loader": "^10.5.0", | ||
"@quenty/maid": "^3.3.0", | ||
"@quenty/promise": "^10.5.0", | ||
"@quenty/rx": "^13.7.0", | ||
"@quenty/signal": "^7.6.0", | ||
"@quenty/baseobject": "^10.6.0", | ||
"@quenty/brio": "^14.8.0", | ||
"@quenty/ducktype": "^5.6.0", | ||
"@quenty/loader": "^10.6.0", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/promise": "^10.6.0", | ||
"@quenty/rx": "^13.8.0", | ||
"@quenty/signal": "^7.7.0", | ||
"@quenty/steputils": "^3.5.0", | ||
"@quenty/symbol": "^3.1.0", | ||
"@quenty/valueobject": "^13.7.0" | ||
"@quenty/symbol": "^3.2.0", | ||
"@quenty/valueobject": "^13.8.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/blend": "^12.7.0" | ||
"@quenty/blend": "^12.8.0" | ||
}, | ||
@@ -49,3 +49,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
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
106729
Updated@quenty/baseobject@^10.6.0
Updated@quenty/brio@^14.8.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/rx@^13.8.0
Updated@quenty/signal@^7.7.0
Updated@quenty/symbol@^3.2.0
Updated@quenty/valueobject@^13.8.0