Skip to content

v2.0.0

Compare
Choose a tag to compare
@maartenpaauw maartenpaauw released this 21 Mar 21:43
· 78 commits to main since this release
b0d519c

Added

  • Support from Laravel 10.

Changed

  • Renamed SpecificationException to DissatisfiedSpecification and extend from DomainException.
  • Marked the following classes as final:
    • AndSpecification.
    • NotSpecification.
    • OrSpecification.
    • VerboseSpecification.

Removed

  • Support for PHP 8.
  • Support for Laravel 8.