Skip to content

Releases: starweb/starlit-validation

1.0.3

18 Aug 12:38
Compare
Choose a tag to compare

Add PHP 8.2 support

1.0.2

25 Nov 08:23
Compare
Choose a tag to compare

Fixed

  • bug where we did not check if the value is a string before applying length checks on it

1.0.1

12 Apr 11:12
47569b1
Compare
Choose a tag to compare

Fixed

  • We need to cast value as string before passing it to mb_strlen()

1.0.0

15 Mar 12:22
7415477
Compare
Choose a tag to compare

Added

  • CHANGELOG.md
  • strict type declarations to all classes (including tests)
  • type hinting for method parameters and return types

Changed

  • added php 7.3 to travis config

0.2.0

17 Sep 15:17
1e8632e
Compare
Choose a tag to compare
  • Updated dependencies to PHP >=7.1 and Symfony ^4.0
  • adds a new 'nullable' validation option which allows null values as validated data

0.1.0

16 Feb 21:12
Compare
Choose a tag to compare

Initial release.