Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## [0.2.0](https://github.com/techgaun/zxcvbn-elixir/compare/a147036eddcd26b37fc27e50b1194878d5c66d65...9b5bd8c8d5790b67f6aa33dc4ca84717e7cde558)
- configurable text mode ([#18](https://github.com/techgaun/zxcvbn-elixir/pull/18))
- custom feedback formatter ([#20](https://github.com/techgaun/zxcvbn-elixir/pull/20)
- compilation warning in recent elixir versions ([#22](https://github.com/techgaun/zxcvbn-elixir/pull/22))
## 0.1.3
- Improve performance
- Fix incorrect match_word information
- Fix suggestion generation for uppercase scenario
## 0.1.2
- Correctness with original implementation
- Added sanity assertions to test with original implementation
- Performance enhancement for `dictionary`, `reverse_dictionary` and `l33t`
## 0.1.1
- Performance enhancement for `dictionary`, `reverse_dictionary` and `l33t`
## 0.1.0
- Initial implemenation