Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 728 Bytes

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 728 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.

[2.0.0] - 2018-06-02

  • BREAKING: Converted to async. The key derivation operation is very costly and moving to async will reduce the pressure on the main loop. The library supports callbacks, promises, and async/await

[1.1.0] - 2018-06-02

  • ADDED: Support for Version 2 hashes, both generation and verifications

[1.0.1] - 2018-06-01

  • BUGFIX: Dependencies are now correctly declared as devDependencies

[1.0.0] - 2018-06-01

  • Initial release