Skip to content

Releases: ahartlba/decorator_validation

4.1.0

11 Sep 10:22

Choose a tag to compare

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

Choose a tag to compare

add make_validator decorator

add examples

Version 4.0.0

10 Sep 17:58

Choose a tag to compare

Major cleanup

removal of unnecessary decorators
code cleanup
interface improvement for beter uix

3.0.1

05 Sep 15:17

Choose a tag to compare

Bugfix Type-Overries in check_types

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

04 Sep 19:23

Choose a tag to compare

create new check_types

2.2.1

30 Aug 20:54

Choose a tag to compare

Hotfix in doc

2.2.0

30 Aug 20:52

Choose a tag to compare

Add check_types function for direct, no-extra-code type-checking

2.1.0

10 Aug 17:44

Choose a tag to compare

Add additional std-validations

v2.0.1

07 Aug 18:01

Choose a tag to compare

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

Choose a tag to compare

add licence, make repo public