Skip to content

Commit 4d036c7

Browse files
author
Sylvain MARIE
committed
4.2.0 changelog
1 parent d2248a0 commit 4d036c7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 4.2.0 - validation lib improvements
4+
5+
* Removed the useless 'strict' length validators: removed `min_len_strict` and `max_len_strict` in `validate` entry point, and removed `strict` argument in `validation_lib`'s `minlen` and `maxlen`. Indeed length is an integer by python framework definition, so it is always more compact to do +1 or -1 to the number. Fixes [#29](https://github.com/smarie/python-valid8/issues/29).
6+
7+
* New `empty` and `non_empty` built-in validators in `validation_lib`. New `empty` argument in `validate`. Fixes [#31](https://github.com/smarie/python-valid8/issues/31).
8+
39
### 4.1.2 - Bugfix for python 3.5.2
410

511
Fixed [#30](https://github.com/smarie/python-valid8/issues/30) again, and fixed issue with python 2 appearing with the fix.

0 commit comments

Comments
 (0)