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.
- Restore derived key default exportable to
false
, provide option to make exportable (#38)keyFromPassword
will now default to generating a non-exportable key, just as it had prior to v4.- This removes an unintended breaking change from v4
- Fix publishing script (#35)
- No functional changes from v4.0.0. This just makes it possible to publish to npm again. v4.0.0 was not published.
- Allow decrypting and encrypting with exported and imported keys (#29)
- BREAKING: Set minimum Node.js version to v14 (#24)
- Add LICENSE file (#1)
- Previous versions were listed as being licensed as ISC, but the file was missing.