Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 18:52
· 28 commits to master since this release

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