Skip to content

Releases: danielmbomfim/PyYep

v1.5.1

17 Jan 21:27

Choose a tag to compare

v1.5.1 (2024-01-17)

Documentation

  • docs: updates README.md (30ee988)

Fix

  • fix: fixes bug that cause unexpected errors when passing a None value to a StringValidator (e2653f1)

v1.5.0

14 Jan 01:45

Choose a tag to compare

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

  • Merge branch 'feat/bool-validation' (9e2be41)

  • Merge branch 'master' into feat/bool-validation (30cf92b)

v1.4.1

13 Jan 14:25

Choose a tag to compare

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

  • fix: fix path of nested validation errors (2bf196f)

  • fix: fixes typing errors (32be752)

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

Choose a tag to compare

v1.4.0 (2023-12-09)

Documentation

  • docs: updates README.md (84733ae)

Feature

  • feat: adds support for implicit schemas on dict validation (2a51746)

v1.3.0

02 Dec 19:30

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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
879bcc2

Choose a tag to compare

Merge pull request #1 from danielmbomfim/feat/array-validation

feat: adds simple valudation to arrays