Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.26 KB

Changelog

This project adheres to Semantic Versioning. All notable changes are documented in this file. The format is based on Keep a Changelog.

[Unreleased]

Changed

  • Switch from Travis CI to GitHub Actions for linting and testing

Added

  • Support for PHP 8

Removed

  • Support for PHP 7.x

Added

  • Support for Laravel 8

Removed

  • Moved support for Laravel 7 to the 2.x branch

Added

  • Support for Laravel 7

Removed

  • Moved support for Laravel 5.8 and 6 to the 1.x branch

Changed

  • Refactored ApplyWhen and ApplyUnless to be syntactic sugar for ApplyMap

Added

  • Added ApplyMap custom validation rule

Added

  • Added ApplyWhen custom validation rule
  • Added ApplyUnless custom validation rule