- Last updated: 2026-04-18T11:32:54Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
1.2.21 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
1.2.0 (2025-07-10)
- add
Symbol.disposesupport (7583094)- update all
SortedMap&SortedSetimpls
- update all
- update all Map/Set private state and
toString()impls (#505) (ce2e43a)- use private class properties instead of WeakMap to strore internal state
- replace
__inspectablewith__tostringMixin
1.1.29 (2025-03-10)
- update return types (TS5.8.2) (541db4c)
1.1.19 (2025-01-14)
- use optional chaining & nullish coalescing (c5a0a13)