Releases: sprocketbox/laravel-toolkit
Releases · sprocketbox/laravel-toolkit
2.2.0-beta - 2020-09-09
Updated
- Updated to support Laravel 8
Fixed
- Fixed a bug where
ModelOperation::getModel()
couldn't return null - Fixed a bug where
Operation::shouldSkip()
wasn't behaving correctly
2.1.0-beta - 2020-04-10
Added
- Added abstract operation for dealing with create & update events on models
- Added transactional operation for simplicity
2.0.1-beta - 2020-03-05
Fixed
- Fixed operation self class reference for the
Operation::start()
method.
1.0.0-beta - 2020-03-03
Updated
- Upgraded Laravel support to include 7.x
Added
- Add a user password validation rule
- Base abstract operation class
- Added castable for CarbonInterval and UUID
Changed
- Moved the operations contract to a more sensible namespace