Releases: danielmbomfim/PyYep
Releases · danielmbomfim/PyYep
v1.5.1
17 Jan 21:27
Compare
Sorry, something went wrong.
No results found
v1.5.1 (2024-01-17)
Documentation
Fix
fix: fixes bug that cause unexpected errors when passing a None value to a StringValidator (e2653f1 )
v1.5.0
14 Jan 01:45
Compare
Sorry, something went wrong.
No results found
v1.5.0 (2024-01-14)
Feature
feat: implements a simple boolean validator (1603a8b )
Fix
fix: fixes bug that caused a inconsistent result when casting was applied during validation using a implicit schema (66b757d )
Unknown
v1.4.1
13 Jan 14:25
Compare
Sorry, something went wrong.
No results found
v1.4.1 (2024-01-13)
Build
build: bump version os python used on workflows to 3.11 (853d23b )
Documentation
docs: updates doc strings (3a5a807 )
Fix
Refactor
refactor: change the name of some attributes and methods to make them more explicit (a536283 )
Style
style: fix flake8 style erros (d8b1eab )
v1.4.0
09 Dec 18:08
Compare
Sorry, something went wrong.
No results found
v1.4.0 (2023-12-09)
Documentation
Feature
feat: adds support for implicit schemas on dict validation (2a51746 )
v1.3.0
02 Dec 19:30
Compare
Sorry, something went wrong.
No results found
v1.3.0 (2023-12-02)
Feature
feat: implements a validator for dicts (10cf63e )
Fix
fix: validation on the "of" method of the array validation wont stop at the first error anymore (e948375 )
v1.2.0
28 Nov 23:08
Compare
Sorry, something went wrong.
No results found
v1.2.0 (2023-11-28)
Feature
feat: adds a validation method to array validator to test if an item is included on a iterable (d5b3da0 )
v1.1.0
26 Nov 18:52
Compare
Sorry, something went wrong.
No results found
v1.1.0 (2023-11-26)
Chore
chore: implements semantic release (75e3ed6 )
Ci
ci: split code analyze and build in different actions (c4d9229 )
Documentation
docs: update docstrings of validation methods (ce7b979 )
Feature
feat: adds a option to validate the items of an array (aafd94f )
Fix
fix: fixes bug when passing Validators instances as arguments to validation methods (2168fe6 )
Refactor
refactor: updates ArrayValidator type hints (066bd06 )
refactor: refactors validatorMethod decorator to make it more legible (2625be7 )
refactor: replaces the Any type by TypeVars (7dba2ab )
refactor: removes unused code (30c4b57 )
refactor: splits the validators on individual files (1a0b08d )
Style
style: applies python's recommended styling rules (b024e17 )
Unknown
v1.0.1
24 Nov 15:06
Compare
Sorry, something went wrong.
No results found
Merge pull request #1 from danielmbomfim/feat/array-validation
feat: adds simple valudation to arrays