a569525d8e67b4883876bfb85af808a524044a888424b878a2c9c310fa27f84450ef44be6441a2365984e362ecacf68ccde59a3b2a1e68a57f7bf194be02f4 856 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ## 1.0.14
  2. - Fixed README.md version.
  3. ## 1.0.13
  4. - **Important** Fixed invalid free operator.
  5. - Updated js-sdsl.
  6. ## 1.0.12
  7. - Updated js-sdsl. updateKeyByIterator() is used.
  8. ## 1.0.11
  9. - Updated js-sdsl. Bidirectional iterator is used.
  10. ## 1.0.10
  11. - Fixed TypeScript number type
  12. ## 1.0.9
  13. - Migrated from collections.js to js-sdsl to remove intrinsic library extention
  14. ## 1.0.8
  15. - Updated collections.js to solve https://github.com/montagejs/collections/issues/241
  16. ## 1.0.7
  17. - Fixed codecov badge on README.md.
  18. ## 1.0.6
  19. - Fixed document.
  20. - Added keywords.
  21. ## 1.0.5
  22. - Added debug logs.
  23. - Improved free() with vacant value behavior.
  24. ## 1.0.4
  25. - Fixed module export point again. `module.exports.NumberAllocator = NumberAllocator`
  26. ## 1.0.3
  27. - Fixed module export point.
  28. ## 1.0.2
  29. - Fixed npm version.
  30. ## 1.0.1
  31. - Fixed .gitignore.
  32. ## 1.0.0
  33. - Initial version.