Skip to content

Releases: spatie/laravel-data

3.4.4

14 Apr 08:59
d0208db
Compare
Choose a tag to compare
  • Make Lazy Macroable

3.4.3

12 Apr 10:51
Compare
Choose a tag to compare
  • Update TypeScript Transformer with new closure lazy type

3.4.2

12 Apr 09:05
Compare
Choose a tag to compare
  • Add support for Lazy Closures which can be used with inertia

3.4.1

07 Apr 13:28
d0e9e17
Compare
Choose a tag to compare
  • reverted the reverted #393 branch

3.4.0

07 Apr 10:00
557d4bf
Compare
Choose a tag to compare
  • Allow to fetch Lazy data properties in unified way (#403)

3.3.3

03 Apr 07:29
Compare
Choose a tag to compare
  • revert: Fix usage of properties' mapped output names in 'only', 'except', 'includes', and 'excludes' operations (#393)

3.2.2

30 Mar 15:51
Compare
Choose a tag to compare
  • Fix issue when validating and creating a data object was impossible to use magic creation methods
  • Fix usage of properties' mapped output names in 'only', 'except', 'includes', and 'excludes' operations (#393)
  • Add some extra documentation

3.2.1

24 Mar 09:31
b6b9d96
Compare
Choose a tag to compare
  • Introduce FormRequestNormalizer (#380)
  • Add support for models without all columns (#385)

3.2.0

17 Mar 09:49
c4f6329
Compare
Choose a tag to compare
  • Add benchmarks for testing data performance
  • Add some performance improvements for data creation and transformation

3.1.3

16 Mar 14:19
Compare
Choose a tag to compare
  • Performance improvements