@quenty/aggregator
Advanced tools
Comparing version 1.0.1-canary.522.b5d379b.0 to 1.1.0
@@ -6,4 +6,28 @@ # Change Log | ||
## 1.0.1-canary.522.b5d379b.0 (2024-11-24) | ||
# 1.1.0 (2024-12-03) | ||
**Note:** Version bump only for package @quenty/aggregator | ||
### Features | ||
* Add RateAggregator ([bc4fb74](https://github.com/Quenty/NevermoreEngine/commit/bc4fb74a9901882843ea4a4a63531b47bf7e6c35)) | ||
# v1.1.0 (Tue Dec 03 2024) | ||
#### 🚀 Enhancement | ||
- Users/quenty/sorted list improvements [#522](https://github.com/Quenty/NevermoreEngine/pull/522) ([@Quenty](https://github.com/Quenty)) | ||
- feat: Add RateAggregator ([@Quenty](https://github.com/Quenty)) | ||
#### 🐛 Bug Fix | ||
- docs: Fix missing docs ([@Quenty](https://github.com/Quenty)) | ||
- docs: Add docs to aggregator class ([@Quenty](https://github.com/Quenty)) | ||
- refactor: Move aggregation logic into shared module ([@Quenty](https://github.com/Quenty)) | ||
#### Authors: 1 | ||
- James Onnen ([@Quenty](https://github.com/Quenty)) |
{ | ||
"name": "@quenty/aggregator", | ||
"version": "1.0.1-canary.522.b5d379b.0", | ||
"version": "1.1.0", | ||
"description": "Aggregates async promise requests", | ||
@@ -28,7 +28,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "10.7.1", | ||
"@quenty/loader": "10.7.1", | ||
"@quenty/lrucache": "1.5.1", | ||
"@quenty/promise": "10.8.0", | ||
"@quenty/rx": "13.13.1-canary.522.b5d379b.0" | ||
"@quenty/baseobject": "^10.7.1", | ||
"@quenty/loader": "^10.7.1", | ||
"@quenty/lrucache": "^1.5.1", | ||
"@quenty/promise": "^10.8.0", | ||
"@quenty/queue": "^2.3.0", | ||
"@quenty/rx": "^13.14.0", | ||
"@quenty/tuple": "^1.4.1" | ||
}, | ||
@@ -38,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b5d379b3553fb94b954870562e1bd2a57e9a1c10" | ||
"gitHead": "66190e48c1ca93b07040326e9cfcf97e8eb4b0e1" | ||
} |
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
9895
9
1
7
+ Added@quenty/queue@^2.3.0
+ Added@quenty/tuple@^1.4.1
+ Added@quenty/canceltoken@11.10.0(transitive)
+ Added@quenty/math@2.7.0(transitive)
+ Added@quenty/promise@10.9.0(transitive)
+ Added@quenty/queue@2.3.0(transitive)
+ Added@quenty/rx@13.15.0(transitive)
+ Added@quenty/symbol@3.4.0(transitive)
+ Added@quenty/tuple@1.4.1(transitive)
- Removed@quenty/canceltoken@11.9.0(transitive)
- Removed@quenty/promise@10.8.0(transitive)
- Removed@quenty/rx@13.13.1-canary.522.b5d379b.0(transitive)
- Removed@quenty/symbol@3.3.0(transitive)
Updated@quenty/baseobject@^10.7.1
Updated@quenty/loader@^10.7.1
Updated@quenty/lrucache@^1.5.1
Updated@quenty/promise@^10.8.0
Updated@quenty/rx@^13.14.0