Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

49 lines (42 loc) · 1.09 KB

[1.6.2] - 2025-01-02

Updated

  • Removed public property

[1.6.1] - 2024-12-11

Updated

  • Updated AbstractValidator

[1.6.0] - 2024-06-26

Updated

  • Updated to be compatible with php 8.3

[1.5.0] - 2023-08-23

Updated

  • Creation of dynamic properties is deprecated

[1.4.0] - 2023-08-18

Updated

  • mb_strlen cannot be null

[1.3.0] - 2019-04-16

Added

  • added escape filter

[1.2.1] - 2018-12-07

Updated

  • allow tilde (~) in HTTP URL path

[1.2.0] - 2017-01-19

Added

  • added json validator

Updated

  • updated __construct of validators, argument $options = null to follow the interface

[1.1.3] - 2016-10-13

Updated

  • allow array for the extensions of a file extension filter

[1.1.2] - 2017-10-04

Updated

  • fixed error when passing object to size validator

[1.1.1] - 2017-01-13

Updated

  • allow _ in domain names for inconsiderate domain creators
  • updated readme, moved tests to dev autoloader

[1.1.0] - 2016-09-06

Added

  • added StripTagsFilter to ValidationFactory

[1.0.0] - 2016-07-28

Updated

  • updated composer.json for 1.0