Skip to content

Releases: maciejhirsz/tiny-bip39

2.0.0

07 Oct 19:39
9288d31
Compare
Choose a tag to compare
  • BREAKING: InvalidWord error variant includes the index of the word in question (#48)
  • BREAKING: Removed anyhow and replaced anyhow::Error with ErrorKind variants (#46)
  • Correct License metadata (#50)
  • pbkdf2 0.12 (#45)

1.0.0

15 Jun 19:11
4bde6ea
Compare
Choose a tag to compare

This release contains no major changes aside from updated dependencies.

0.8.2

29 Sep 14:13
Compare
Choose a tag to compare
  • Improved Wasm compatibility (#33).

0.8.1

22 Sep 11:42
b12ff5b
Compare
Choose a tag to compare
  • Fixed a compile issue with zeroize on the Language enum (#30, #29).

0.8.0

09 Nov 09:16
Compare
Choose a tag to compare
  • Error handling is now done with anyhow and thiserror (#24).
  • All secrets will now be zeroed before being dropped (#22).
  • Updated dependencies (#18).

0.7.3

27 Mar 14:00
Compare
Choose a tag to compare
  • Wordlist now has a get_words_by_prefix method, for getting all words in the list that match some &str prefix. (#16)

0.7.2

19 Mar 16:50
1314ec1
Compare
Choose a tag to compare
  • Removed unnecessary allocations done during NFKD normalization.
  • Added Language::from_language_code(&str) (#15).

0.7.1

26 Feb 17:12
Compare
Choose a tag to compare
  • Added NFKD normalization (#12).