Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 2.61 KB

File metadata and controls

61 lines (39 loc) · 2.61 KB

Change Log

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)

🚀 Features

  • update getAll()/getAllIDs() (1af2db7)
    • add option to encode/decode unknown values to null
    • update docstrings
  • add BidirIndex.renameKey(), add tests (d56a2b6)

🩹 Bug fixes

  • correct return type getAllUnique(), add test (e3687a2)

1.4.0 (2025-12-03)

🚀 Features

  • add IClear, ICopy, IEmpty support, update deps (5288572)

♻️ Refactoring

  • update for-loops (use const where possible) (5ceaf1a)

1.3.0 (2025-06-09)

🚀 Features

  • add .addAllUnique() & .getAllUnique() (175e3dc)

1.2.0 (2025-04-30)

🚀 Features

  • 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

1.1.0 (2024-07-22)

🚀 Features