All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Microsoft compile issues
- Corrected Hash API documentation in README
- Check for empty buffer (see #97)
- This changelog file
- Renamed Readme.md to README.md
- Inserted link to changelog in README.md
- Allow building on MS 2015
- Remove hardcoded nan paths - issue 92
- Updated Readme documentation to include .....
- Made module ES6 Promise compatible
- ...
- Fixes ...
- C++ addon code rewritten using Nan 2.x
- API has changed:
- Every output is a buffer.
- Separated functions into async and sync versions.
- Api name swap: What was kdf in previous versions is now hash (and vice versa).
- Async functions will return a Promise if no callback function is present and Promises are available (else it will throw a SyntaxError).
- Using correct JavaScript Error object for all errors
- Updated Readme documentation to include .....