- docs: updates README.md (
30ee988)
- fix: fixes bug that cause unexpected errors when passing a None value to a StringValidator (
e2653f1)
- chore(release): [skip ci] Release v1.5.0 (
ea2e724)
- feat: implements a simple boolean validator (
1603a8b)
- fix: fixes bug that caused a inconsistent result when casting was applied during validation using a implicit schema (
66b757d)
-
Merge branch 'feat/bool-validation' (
9e2be41) -
Merge branch 'master' into feat/bool-validation (
30cf92b)
-
build: bump version os python used on workflows to 3.11 (
853d23b) -
build: bump version os python used on workflows to 3.11 (
3237b8f)
- chore(release): [skip ci] Release v1.4.1 (
dc59fe6)
-
fix: fix path of nested validation errors (
2bf196f) -
fix: fixes typing errors (
32be752) -
fix: fix path of nested validation errors (
916c146) -
fix: fixes typing errors (
8effe05)
- refactor: change the name of some attributes and methods to make them more explicit (
a536283)
- chore(release): [skip ci] Release v1.4.0 (
57dcfef)
- docs: updates README.md (
84733ae)
- feat: adds support for implicit schemas on dict validation (
2a51746)
- chore(release): [skip ci] Release v1.3.0 (
2ace7e9)
- feat: implements a validator for dicts (
10cf63e)
- fix: validation on the "of" method of the array validation wont stop at the first error anymore (
e948375)
- chore(release): [skip ci] Release v1.2.0 (
6a6a1eb)
- feat: adds a validation method to array validator to test if an item is included on a iterable (
d5b3da0)
- ci: split code analyze and build in different actions (
c4d9229)
- docs: update docstrings of validation methods (
ce7b979)
- feat: adds a option to validate the items of an array (
aafd94f)
- fix: fixes bug when passing Validators instances as arguments to validation methods (
2168fe6)
-
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: applies python's recommended styling rules (
b024e17)
- feat: adds simple valudation to arrays (
cb4e0d6)
- Merge pull request #1 from danielmbomfim/feat/array-validation
feat: adds simple valudation to arrays (879bcc2)
-
fixing docstrings (
0f8c8f9) -
added a modifier method to allow modifications on values after validation (
41cd097) -
added a condition method to allow the conditional execution of validators (
846b165) -
added some validators for brazilian documents (
13b4d2b) -
fixing validators docstrings (
987abf5) -
created a decorator to abstract the validators registry and adding new default validation method in_ (
b921970) -
added the option of using a success hook on the input items (
575d915) -
changed container used on build from windows to Linux (ubuntu) (
88da2f4) -
added basic documentation (
893f773) -
added test and build files (
89917a3) -
created the base for the project (
5c3b112)