All Versions
15
Latest Version
Avg Release Cycle
157 days
Latest Release
1665 days ago

Changelog History
Page 1

  • v2.4.0 Changes

    October 03, 2019
    • HashMap instances are now compatible ES6 iterators. Thanks @NathanJang
  • v2.3.0 Changes

    August 15, 2017
    • ๐Ÿ‘ Constructor now supports a 2D array 2D of key-value pair. Thanks @ulikoehler
    • ๐Ÿšš Renamed remove() to delete(). remove() is now deprecated and kept temporarily. Thanks @ulikoehler
    • โž• Added .size member. count() is now deprecated and kept temporarily. Thanks @ulikoehler
  • v2.2.0 Changes

    August 14, 2017
    • โž• Added entries() method to hashmaps. Thanks @ulikoehler
  • v2.1.0 Changes

    April 07, 2017
    • ๐Ÿ‘Œ support ECMA 5 non-conformant behaviour of Microsoft edge #27. Thanks @freddiecoleman
  • v2.0.6 Changes

    • ๐Ÿ›  Names of chained methods is hardcoded rather than using the "return" trick. Fixes bug when minified, thanks @fresheneesz.
    • โž• Added jshint to be run before any commit
  • v2.0.5 Changes

    April 08, 2016
    • count() is now O(1), thanks @qbolec
  • v2.0.4 Changes

    October 14, 2015
    • hasOwnProperty() is used to check for the internal expando, thanks @psionski
  • v2.0.3 Changes

    April 10, 2015
    • forEach method accepts a context as 2nd argument, thanks @mvayngrib
  • v2.0.2 Changes

    April 04, 2015
    • ๐Ÿ‘‰ Make collisions rarer
  • v2.0.1 Changes

    February 10, 2015
    • AMD CommonJS export is now compatible