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.
- Add
node.engines
field indicating minimum Node.js version 16 to package manifest (#21)
- Update
mnemonicToSeed
(async version) to accept mnemonic arg formatted asUint8Array
the same as the synchronous version already does (#14)
- Fixes file path to typescript types in
package.json
(#12)
- Update entrypoint for package #10
2.0.2 [DEPRECATED]
- change build output location to
/dist
#9
2.0.1 [DEPRECATED]
- add publishConfig #6
2.0.0 [DEPRECATED]
- Apply patches to allow passing mnemonic as a Uint8Array instead of as a string #1