3.0.0
added
- Added TypeScript support (#104)
- Added support for excluding wordlists from packages (#105)
changed
- Changed
mnemonicToSeed
to use async, sync version moved to mnemonicToSeedSync
(#104)
removed
- Removed explicit hex methods (use
toString('hex')
on the Buffer) (#104)