Releases: spatie/laravel-data
Releases · spatie/laravel-data
1.2.3
- fix return type notice message
1.2.2
Merge pull request #34 from ahoiroman/patch-1 Fixes PHP-notice
1.2.1
- fixes an issue where data object could not be created when it had lazy nested data object
- fixes windows test suite
1.2.0
- when creating data objects, we now will always run validation when a
Request
object is given not only when a data object is injected - removal of
DataFromRequestResolver
- added
DataValidatorResolver
1.1.0
1.0.4
- revert allow ignoring with a closure within a unique rule
1.0.3
- allow ignoring with a closure within a unique rule
1.0.2
- add a
WithData
trait for quicker getting data from objects
1.0.1
- fix required rules being added when not allowed
1.0.0
- initial release