Skip to content

Releases: vanilla/garden-schema

v3.2.0

16 Jan 20:34
a2b7634
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

15 Dec 17:27
6caee71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v1.14

15 Dec 17:33
6a201f3
Compare
Choose a tag to compare

Make more properties protected

Release 3.0.1

31 Jan 22:24
c85d667
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0...v3.0.1

v3.0

31 Jan 18:57
203b84b
Compare
Choose a tag to compare

What's Changed

  • Minimum PHP version has been bumped to 7.4
  • Add support for github actions by @charrondev in #78

Full Changelog: v2.3...v3.0

Version 1.13

06 Jan 15:49
d00dc05
Compare
Choose a tag to compare

Add support for a maxByteLength validation.

Version 2.3

15 Dec 16:52
c29efb4
Compare
Choose a tag to compare

Add support for validating strings lengths with byte length and unicode character length.

v1.12.0

25 Oct 14:33
2f77898
Compare
Choose a tag to compare

Changes

  • String length validation now uses byte length instead of character length.
  • Add a new flag VALIDATE_STRING_LENGTH_AS_UNICODE to validate unicode character length instead of byte length.

Note: v1.11.0 was accidentally as part of the 2.x series. Use this release instead.

Version 1.10.2

01 Dec 20:34
dded822
Compare
Choose a tag to compare

Fix a deprecation warning for PHP 7.4.

Version 1.10.1

14 Mar 23:04
4137672
Compare
Choose a tag to compare

Fix usage of filter_var flags deprecated in PHP 7.3.