Skip to content

Commit 9f5afef

Browse files
committed
V2.4.0: Fix allReady() to detect async registrations in pushed scopes
- allReady() now properly detects when new async singletons are registered in pushed scopes - Works with get_it 9.2.0's cached allReady() future - Requires get_it ^9.2.0
1 parent b8ed6bd commit 9f5afef

File tree

6 files changed

+1463
-10
lines changed

6 files changed

+1463
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.4.0
2+
3+
### Improvements
4+
* `allReady()` now properly detects when new async singletons are registered in pushed scopes
5+
* Previously, `allReady()` would not rebuild the UI when `pushNewScope()` registered new async singletons
6+
* Now works correctly with get_it 9.2.0's cached `allReady()` future
7+
* Requires get_it ^9.2.0
8+
19
## 2.3.1
210

311
### Maintenance

0 commit comments

Comments
 (0)