- Do not download and build wasm dependencies if not building for wasm
2.1.0
- [Feature] Add support for wasm - Deprecate the usage of builders (it will still work for now, but will be removed in the next major release) - Various performance improvements and dependency upgrades
2.0.1
- Fix overflow bugs that may cause wrong results on very complex passwords - Fix a panic that could occur on passwords with multibyte unicode characters - Update `derive_builder` to 0.9
2.0.0
- [Breaking] Update CrackTimes interface to be more idiomatic to Rust (https://github.com/shssoichiro/zxcvbn-rs/pull/24) - Upgrade `derive_builder` to 0.8 - Upgrade `fancy_regex` to 0.2 - Move to 2018 edition - Various internal improvements
1.0.2
- Fix building on Rust 1.36.0 (https://github.com/shssoichiro/zxcvbn-rs/pull/21) - Cleanup development profiles which are no longer needed - Remove built-in clippy and prefer using clippy from rustup - Upgrade `itertools` to 0.8 - Upgrade `derive_builder` to 0.7