Releases: giladgd/lifecycle-utils
Releases · giladgd/lifecycle-utils
v2.0.0
2.0.0 (2024-12-25)
- feat(
withLock
)!: improve efficiency (c588ed7)
BREAKING CHANGES
- locks use fewer microtask cycles
v1.7.3
1.7.3 (2024-12-25)
Bug Fixes
withLock
: revert improvements due to behavioral change (bdc3b77)
v1.7.2
1.7.2 (2024-12-25)
Bug Fixes
acquireLock
: return earlier (3f3b33f)
v1.7.1
1.7.1 (2024-12-19)
Bug Fixes
AsyncDisposableHandle
: when dispose function fails, return the fail value on future calls (002d6c9)
withLock
: improve queue efficiency (79a98d2)
v1.7.0
1.7.0 (2024-09-17)
Features
- add
DisposableHandle
and AsyncDisposableHandle
(3df1087)
v1.6.0
1.6.0 (2024-09-14)
Features
- add
ReadonlyMultiKeyMap
type (7c072ef)
v1.5.0
1.5.0 (2024-09-14)
Features
v1.4.1
1.4.1 (2024-04-02)
Bug Fixes
- improve
splitText
efficiency (b327603)
v1.4.0
1.4.0 (2024-03-13)
Features
- don't throw when
DisposeAggregator
or AsyncDisposeAggregator
are disposed again (059d7f3)
v1.3.1
1.3.1 (2024-02-23)
Bug Fixes