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.
- 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
- ADDED: Support for Version 2 hashes, both generation and verifications
- BUGFIX: Dependencies are now correctly declared as
devDependencies
- Initial release