Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 916 Bytes

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 916 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.1] Unreleased

Changed

  • Rewrite the unit tests around chai
  • Fix a one-in-2^32 bug in the hash handling code

[1.2.0] 2020-06-18

Added

  • Add ES Module interface and TS definitions from @takase1121

[1.1.1] 2020-06-08

Changed

  • Fixed overflow exception causing an infinite loop and added a unit test for it

[1.1.0] 2020-05-30

Added

  • Added thread-safe map() and reduce()
  • Added public lockWrite()
  • Added opt.lockWrite/opt.lockExclusive option for get(),set() and delete()

[1.0.1] 2020-05-29

Added

  • Added jsdoc

[1.0.0] 2020-05-26

Added

  • First official release