@quenty/observablecollection
Advanced tools
Comparing version 12.11.1 to 12.11.2-canary.513.656b9b5.0
@@ -6,2 +6,29 @@ # Change Log | ||
## [12.11.2-canary.513.656b9b5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.1...@quenty/observablecollection@12.11.2-canary.513.656b9b5.0) (2024-11-06) | ||
### Bug Fixes | ||
* Apparently working list ([e7a19a7](https://github.com/Quenty/NevermoreEngine/commit/e7a19a75cc06cd8df27768b89839a0b5c91d0c46)) | ||
* Fix some state issues and improve performance ([69305a7](https://github.com/Quenty/NevermoreEngine/commit/69305a7732218a28c70d8e081238974b45da95e1)) | ||
* Slightly cleaner code ([d0a9822](https://github.com/Quenty/NevermoreEngine/commit/d0a98220429dba24b67bbccd70fa9d90a11ac793)) | ||
### Features | ||
* Add __iter implementations ([dd6db9a](https://github.com/Quenty/NevermoreEngine/commit/dd6db9a27c98afb4177ea950f1b3e2b22d4487d2)) | ||
* Add unfinished observable sorted list ([c7e9817](https://github.com/Quenty/NevermoreEngine/commit/c7e9817f07c9431e5f7cdf1fa2e700d3b3277f60)) | ||
* Broken observable list ([4f8a551](https://github.com/Quenty/NevermoreEngine/commit/4f8a551b5b1ca6ca5bc9fd9f471ab26aeefc28f9)) | ||
* More stuff broken, but it's getting there ([d141e80](https://github.com/Quenty/NevermoreEngine/commit/d141e8007d789f47766b9ab98eebda864142a1ae)) | ||
### Performance Improvements | ||
* Improve iteration perf ([40ebb7a](https://github.com/Quenty/NevermoreEngine/commit/40ebb7aeea5d3f6d5e292567e023638ff8f45864)) | ||
* Use ObservableSubscriptionTable and stop debug validating integrity ([9d8e66b](https://github.com/Quenty/NevermoreEngine/commit/9d8e66b73b25f6ed087cbb38341bb9ea4a1162b4)) | ||
## [12.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.0...@quenty/observablecollection@12.11.1) (2024-11-04) | ||
@@ -8,0 +35,0 @@ |
{ | ||
"name": "@quenty/observablecollection", | ||
"version": "12.11.1", | ||
"version": "12.11.2-canary.513.656b9b5.0", | ||
"description": "A set of observable collections, such as sets, maps, sorted lists, and more.", | ||
@@ -30,16 +30,17 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^10.7.1", | ||
"@quenty/brio": "^14.11.1", | ||
"@quenty/ducktype": "^5.7.1", | ||
"@quenty/loader": "^10.7.1", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/promise": "^10.7.1", | ||
"@quenty/rx": "^13.11.1", | ||
"@quenty/signal": "^7.8.1", | ||
"@quenty/steputils": "^3.5.2", | ||
"@quenty/symbol": "^3.2.0", | ||
"@quenty/valueobject": "^13.11.1" | ||
"@quenty/baseobject": "10.7.1", | ||
"@quenty/brio": "14.11.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/rx": "13.11.2-canary.513.656b9b5.0", | ||
"@quenty/signal": "7.8.2-canary.513.656b9b5.0", | ||
"@quenty/steputils": "3.5.2", | ||
"@quenty/symbol": "3.2.1-canary.513.656b9b5.0", | ||
"@quenty/table": "3.6.0", | ||
"@quenty/valueobject": "13.11.2-canary.513.656b9b5.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/blend": "^12.11.1" | ||
"@quenty/blend": "12.11.2-canary.513.656b9b5.0" | ||
}, | ||
@@ -49,3 +50,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "01c43a0ddd3c5e0cb2d9027313dbfa9852eedef1" | ||
"gitHead": "656b9b54fcaf9beec7a43b5453d3596ee3c550e1" | ||
} |
@@ -7,9 +7,3 @@ { | ||
"observablecollection": { | ||
"$className": "Folder", | ||
"observablecollection": { | ||
"$path": ".." | ||
}, | ||
"instanceutils": { | ||
"$path": "../../instanceutils" | ||
} | ||
"$path": ".." | ||
}, | ||
@@ -16,0 +10,0 @@ "Script": { |
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
159393
29
12
25
2
+ Added@quenty/table@3.6.0
+ Added@quenty/brio@14.11.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/canceltoken@11.8.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/instanceutils@13.11.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/promise@10.7.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/rx@13.11.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/rxsignal@7.11.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)
+ Added@quenty/valuebaseutils@13.11.2-canary.513.656b9b5.0(transitive)
+ Added@quenty/valueobject@13.11.2-canary.513.656b9b5.0(transitive)
- Removed@quenty/brio@14.13.0(transitive)
- Removed@quenty/canceltoken@11.9.0(transitive)
- Removed@quenty/instanceutils@13.13.0(transitive)
- Removed@quenty/promise@10.8.0(transitive)
- Removed@quenty/rx@13.13.0(transitive)
- Removed@quenty/rxsignal@7.13.0(transitive)
- Removed@quenty/signal@7.9.0(transitive)
- Removed@quenty/symbol@3.3.0(transitive)
- Removed@quenty/table@3.7.0(transitive)
- Removed@quenty/valuebaseutils@13.13.0(transitive)
- Removed@quenty/valueobject@13.13.0(transitive)
Updated@quenty/baseobject@10.7.1
Updated@quenty/ducktype@5.7.1
Updated@quenty/loader@10.7.1
Updated@quenty/maid@3.4.0
Updated@quenty/steputils@3.5.2