Skip to content

Releases: maplephp/validate

v2.0.2

Choose a tag to compare

@wazabii8 wazabii8 released this 13 Apr 18:29
e5fbc01

Fixes

  • Added data type validation before JSON string validation begins in isJson validator

v2.0.1

Choose a tag to compare

@wazabii8 wazabii8 released this 21 Feb 11:22
5c258fa

Fixed an issue where setValue() was not chainable in certain cases.

v2.0.0

Choose a tag to compare

@wazabii8 wazabii8 released this 12 Jan 17:31
13a9080

This release introduces a new validation pool and a more powerful validation chain with support for inversion logic and proxy blocks. Validation coverage has been expanded with many new rules, including DNS checks, instance validation, and traversal of object and array values. Error handling is improved through custom error key mapping, validation annotations, and passing inversion context to error data. The overall codebase has also been refactored for better structure, naming, consistency, and semantic clarity.

v1.2.1

Choose a tag to compare

@wazabii8 wazabii8 released this 25 Mar 19:27
dc65461

Add DTO v3.0.0 support

v1.2.0

Choose a tag to compare

@wazabii8 wazabii8 released this 25 Mar 18:42
a29c8a6

Add more validation methods

v1.1.0

Choose a tag to compare

@wazabii8 wazabii8 released this 13 Mar 20:54
dd844bc
  • Add more tests: Expands test coverage to improve reliability and catch potential issues.
  • Patch for null arguments: Ensures proper handling of null arguments to prevent potential errors.

v1.0.8

Choose a tag to compare

@wazabii8 wazabii8 released this 02 Oct 15:38

Add support for DTO version 2

v1.0.7

Choose a tag to compare

@wazabii8 wazabii8 released this 29 Sep 14:01
  • Add validations
  • Add with functions
  • Make methods consistent

v1.0.6

Choose a tag to compare

@wazabii8 wazabii8 released this 06 Jun 12:01

Patching some minor return bugs and added tests.

v1.0.5

Choose a tag to compare

@danielRConsid danielRConsid released this 06 Jun 08:08

Improved the code quality.