Releases: maciejhirsz/tiny-bip39
Releases · maciejhirsz/tiny-bip39
2.0.0
- 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
This release contains no major changes aside from updated dependencies.
0.8.2
- Improved Wasm compatibility (#33).
0.8.1
- Fixed a compile issue with zeroize on the
Language
enum (#30, #29).
0.8.0
- 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
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
- Removed unnecessary allocations done during NFKD normalization.
- Added
Language::from_language_code(&str)
(#15).
0.7.1
- Added NFKD normalization (#12).