2023-10-14 16:29:32 +05:30
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
None; Updated dependencies
|
|
|
|
|
|
|
|
## 0.2.2
|
|
|
|
|
|
|
|
None; Updated dependencies
|
|
|
|
|
2021-04-13 23:11:34 +05:30
|
|
|
## 0.2.1
|
|
|
|
|
2021-06-13 13:24:01 +05:30
|
|
|
### Added
|
|
|
|
|
2023-10-14 16:29:32 +05:30
|
|
|
- `Config::init`: explicit call to init lazy-init filters.
|
2021-06-13 13:24:01 +05:30
|
|
|
|
2021-04-13 23:11:34 +05:30
|
|
|
### Changed:
|
|
|
|
|
|
|
|
-`Config::email` now takes a `&str` instead of `Option<&str>`
|
|
|
|
|
2023-10-14 16:29:32 +05:30
|
|
|
- Blacklist and profanity matches against exact strings **only**. This
|
|
|
|
means, `.htaccess` is illegal while `.htaccessme` is legal.
|
2021-06-01 17:14:18 +05:30
|
|
|
|
2021-04-13 23:11:34 +05:30
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2023-10-14 16:29:32 +05:30
|
|
|
- minimum and maximum password length
|
2021-04-13 23:11:34 +05:30
|
|
|
|
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
### Added:
|
|
|
|
|
2023-10-14 16:29:32 +05:30
|
|
|
- password configuration
|
|
|
|
- UsernameCaseMapped filter
|
|
|
|
- Abusive words filter
|
|
|
|
- filter for words that might cause security issues
|