Skip to content

Releases: spatie/laravel-data

1.2.3

03 Dec 11:55
1169c10
Compare
Choose a tag to compare
  • fix return type notice message

1.2.2

01 Dec 13:31
ed43644
Compare
Choose a tag to compare
Merge pull request #34 from ahoiroman/patch-1

Fixes PHP-notice

1.2.1

19 Nov 13:32
Compare
Choose a tag to compare
  • fixes an issue where data object could not be created when it had lazy nested data object
  • fixes windows test suite

1.2.0

16 Nov 16:00
Compare
Choose a tag to compare
  • 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

12 Nov 15:18
Compare
Choose a tag to compare
  • change data property types collection checking procedure
  • move spatie/test-time dependency to require-dev
  • expand support for nested data object creation (#19)
  • expand support for annotating data collections

1.0.4

04 Nov 08:28
Compare
Choose a tag to compare
  • revert allow ignoring with a closure within a unique rule

1.0.3

02 Nov 14:00
0e489a6
Compare
Choose a tag to compare
  • allow ignoring with a closure within a unique rule

1.0.2

02 Nov 12:56
e14ce17
Compare
Choose a tag to compare
  • add a WithData trait for quicker getting data from objects

1.0.1

28 Oct 10:36
Compare
Choose a tag to compare
  • fix required rules being added when not allowed

1.0.0

27 Oct 14:40
e8f61f7
Compare
Choose a tag to compare
  • initial release