Releases: maartenpaauw/laravel-specification-pattern
Releases · maartenpaauw/laravel-specification-pattern
v3.0.1
v3.0.0
Added
- Support for Laravel 12.
Removed
- Deprecated
meetsmethod. - Support for Laravel 10.
- Support for PHP 8.1.
v2.8.0
Added
- Transformer to transform specifications into Laravel authorization access responses.
v2.7.0
Added
- Support for custom exception code.
v2.6.0
Added
- Add
dissatisfiesmethod.
v2.5.0
Changed
- Deprecate
meetsmethod in favor ofsatisfies.
v2.4.0
Added
- Add override attributes by @maartenpaauw in #23
- Add constructor property assertions by @maartenpaauw in #24
Changed
- Run unit tests only linux only by @maartenpaauw in #25
v2.3.0
Added
- Ability to make specification verbose using composite specification.
- Exclusive or specification.
HasSpecificationstrait.
v2.2.0
Added
- Support for Laravel 11.
v2.1.0
Added
- Support for PHP 8.3.
Removed
- Support for Laravel 9.
- Support for PHP 8.0.