Skip to content

v1.0.0

Compare
Choose a tag to compare
@solancer solancer released this 18 Nov 20:46
· 6 commits to master since this release

Version 1.0.0 Release

The first official release of the Two-Way Map library!

Key Highlights:

  • Two-way mapping functionality for bidirectional lookups.
  • Order preservation of elements.
  • Full TypeScript support for type safety.

Changelog:

  • Added the set method for adding key-value pairs.
  • Introduced get and getByValue methods for retrieving values and keys.
  • Implemented delete method for removing entries.
  • Added convenience methods: keys, values, entries.
  • Introduced pop and popitem methods for more advanced use cases.
  • Implemented the copy method for creating shallow copies.
  • Added the clear method for removing all entries.

Breaking Changes:

  • None in this release.

Enjoy using Two-Way Map!