Skip to content

Releases: ash-jc-allen/laravel-config-validator

v2.7.0

30 Nov 16:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.7.0

v2.6.1

26 Apr 16:17
Compare
Choose a tag to compare

What's Changed

  • Fix bug that prevented nested config from being validated by @ash-jc-allen in #66

Full Changelog: v2.6.0...v2.6.1

v2.6.0

26 Apr 15:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

27 Feb 20:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

12 Jan 01:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

17 Oct 13:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

25 May 09:08
Compare
Choose a tag to compare

What's Changed

  • Require illuminate/validation and illuminate/view by @kohenkatz in #49
  • Fixed bug that threw an error if the failed config field was an array by @ash-jc-allen in #48

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

02 Apr 17:31
5cfc435
Compare
Choose a tag to compare

Added

  • Improved command output using Termwind. Huge thanks to @xiCO2k for this! #38
  • Added dependency requirement for illuminate/command. #40

Updated

  • Removed unneeded illuminate/cache dependency requirement. #40
  • Removed old and unneeded exceptions. #39
  • Updated the PHPUnit config file to the newest format. #45

Fixed

  • Fixed bug that was removing underscores from validation error messages. #43

v2.0.0

23 Mar 11:00
e270f4b
Compare
Choose a tag to compare

Added

  • Added support for Laravel 9 and PHP 8.1. #32
  • Added Larastan workflow to run on GitHub Actions. #34
  • Added type hints and fields types. #35

Changed

  • Changed default directory from config/validation to config-validation. #31
  • Migrated from TravisCI to GitHub Actions for running tests. #35
  • Moved default config rulesets to stubs/config-validation. #36
  • Fixed bug that prevented Rule objects from being used. #33

Removed

  • Dropped support for Laravel 6 and 7. #32
  • Dropped support for PHP 7.3 and 7.4. #32

v1.3.0

06 Dec 00:17
Compare
Choose a tag to compare

New Features

Added support for PHP 8 (#28)

As of Laravel Config Validator v1.3.0, the package can now be run using PHP 8.