Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 725 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 725 Bytes

1.0.0

breaking changes

  • Ported original bip39 package to support running within web browsers.
  • All methods are now Async

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)

2.3.1

breaking changes

9-letter mnemonics can no longer be geerated and calling validateMnemonic will always return false. This was fixed in the BIP as a patch, so we had to follow suite.