Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 455 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 455 Bytes

0.0.4

  • No big change

0.0.3

  • Added Minimal Web Support
  • Added wordsCount property to randomMnemonic both for web and android platforms
  • Checking if a mnemonic is valid or not using isMnemonicValid method
  • Converting mnemonics to seed using toSeed method

0.0.2

  • Added two new methods to generate random mnemonic with and without password
  • Updated Example and Tests to show the result is working fine

0.0.1

  • Initial Release