Skip to content

Releases: danilopolani/laravel-json-validation-testing

v2.0.0

10 Mar 18:04
Compare
Choose a tag to compare

🔥 Added

  • Support for Laravel 11

🩹 Fixed

  • Support for Enum rule

♻️ Changed

  • Minimum PHP version is now 8.2
  • Minimum Laravel version is now 10.0
  • Custom rules must now implement the DaniloPolani\JsonValidation\Contracts\HasRuleMessage interface

v1.0.3

15 Feb 16:35
Compare
Choose a tag to compare

Added

  • Support for Laravel 10

v1.0.2

04 May 09:21
Compare
Choose a tag to compare

Fixed

  • Handle dynamic rules such as size.array, max.string etc.

v1.0.1

03 Mar 15:49
Compare
Choose a tag to compare

What's Changed

  • Preserve original attribute name for nested fields by @danilopolani in #3

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Mar 14:42
Compare
Choose a tag to compare

Hello!