Releases: ahartlba/decorator_validation
Releases · ahartlba/decorator_validation
4.1.0
11 Sep 10:22
Compare
Sorry, something went wrong.
No results found
add support for single typing i.e. you can use check_types(bar=int) instead of check_Types(bar=(int,))
Version 4.0.1
10 Sep 19:07
Compare
Sorry, something went wrong.
No results found
add make_validator decorator
add examples
Version 4.0.0
10 Sep 17:58
Compare
Sorry, something went wrong.
No results found
Major cleanup
removal of unnecessary decorators
code cleanup
interface improvement for beter uix
3.0.1
05 Sep 15:17
Compare
Sorry, something went wrong.
No results found
Bugfix Type-Overries in check_types
What's Changed
Full Changelog : 3.0.0...3.0.1
3.0.0
04 Sep 19:23
Compare
Sorry, something went wrong.
No results found
2.2.1
30 Aug 20:54
Compare
Sorry, something went wrong.
No results found
2.2.0
30 Aug 20:52
Compare
Sorry, something went wrong.
No results found
Add check_types function for direct, no-extra-code type-checking
2.1.0
10 Aug 17:44
Compare
Sorry, something went wrong.
No results found
Add additional std-validations
v2.0.1
07 Aug 18:01
Compare
Sorry, something went wrong.
No results found
Release 2.0.1
New:
validation_map: maps validation functions to inputs
validation: decorator combining functions off all other decorators up to this point
add std_function for easy use in validations
add type-module to save used types in package, as well as often used std-types
v1.0.2
05 Aug 06:28
Compare
Sorry, something went wrong.
No results found
add licence, make repo public