- packaging improvements: set the "universal wheel" flag to 1, and cleaned up the `setup.py`. In particular removed dependency to `six` for setup. Fixes [57](https://github.com/smarie/python-valid8/issues/57)
5.1.0
- Package was made PEP561 compatible. Fixed [55](https://github.com/smarie/python-valid8/issues/55)
- Improved type hints for decorators so that they do not make the decorated item loose its type hints. Fixed [56](https://github.com/smarie/python-valid8/issues/56)
- Removed usage of `with_signature` in favour of stub file in the `entry_points_annotations.py`. Fixed [50](https://github.com/smarie/python-valid8/issues/50)
5.0.6
Improved `getfullargspec` so as to cover more builtins in python 3.
5.0.5
Numpy `True` can be used (again) as a success condition in validation functions. Fixed [53](https://github.com/smarie/python-valid8/issues/53)
5.0.4
Added `pyproject.toml`.
5.0.3
Fixed bug with mini-lambda < 2.2. Fixed [48](https://github.com/smarie/python-valid8/issues/48).
Fixed bug in `is_in` when the reference object was a non-set container. Fixed [47](https://github.com/smarie/python-valid8/issues/47).