- Last updated: 2026-04-18T11:32:55Z
- 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.5.0 (2026-02-07)
- update getAll()/getAllIDs() (1af2db7)
- add option to encode/decode unknown values to null
- update docstrings
- add
BidirIndex.renameKey(), add tests (d56a2b6)
- correct return type
getAllUnique(), add test (e3687a2)
1.4.0 (2025-12-03)
- add IClear, ICopy, IEmpty support, update deps (5288572)
- update for-loops (use const where possible) (5ceaf1a)
1.3.0 (2025-06-09)
- add
.addAllUnique()&.getAllUnique()(175e3dc)
1.2.0 (2025-04-30)
- restructure pkg, add
encodeObject()/decodeObject()(e812cac)- split up source files
- add new encoding/decoding fns
- add tests
- add iterator versions of object encoders/decoders (f647d5c)
- add
encodeObjectIterator() - add
decodeObjectIterator() - add tests
- add
1.1.0 (2024-07-22)
- import as new package (#486) (a047796)
- extract
BidirIndexfrom @thi.ng/associative
- extract