Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Releases: yuyasvx/ts-treemap

v1.1.0

31 May 13:20

Choose a tag to compare

  • Fixed an issue of duplicate judgment of the entry when the key is an object type.
  • Add Comparable interface. When you use a class that implements this interface as a key, you don't need to pass a comparison function to the constructor when creating a TreeMap.

v1.0.0

24 Aug 20:11

Choose a tag to compare

  • add splitLower(), splitHigher() and reverseKeys()
  • You can now create a new map from iterator not only array

v0.0.5

04 Aug 06:19

Choose a tag to compare

v0.0.5 Pre-release
Pre-release
  • Fixed an issue that function overloading could not be implemented correctly

v0.0.4

02 Aug 16:48

Choose a tag to compare

v0.0.4 Pre-release
Pre-release
  • fixed problem when adding entries with same keys
  • add constructor overloads

v0.0.3

31 Jul 16:26

Choose a tag to compare

v0.0.3 Pre-release
Pre-release
0.0.3

v0.0.2

28 Jul 15:10
d1b9906

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
Merge pull request #2 from yuyasvx/develop

Release v0.0.2

Initial Release

28 Jul 10:28

Choose a tag to compare

Initial Release Pre-release
Pre-release
npm i ts-treemap