Skip to content

Releases: open-southeners/laravel-data-mapper

3.8.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 09:53
0ee2fc1

Added

  • Laravel 13 support

3.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 13:20
98ecd3b

Added

  • Laravel 12 support

Removed

  • PHP 8.1 support
  • Laravel 9 and 10 support

3.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:37
711d1cb

Added

  • Command make:dto now opens the file after is generated

Changed

  • extended-php dependency replaced with extended-laravel (required to use OpensGeneratedFiles trait on the make:dto command)

3.5.4

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:38
9829d06

Changed

  • New dependency name replaced laravel-helpers with extended-php

3.5.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:16
3848c29

Fixed

  • Filtering reset keys to numeric when string needed

3.5.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:09
ef0047a

Fixed

  • Filtering on collections with not null data

3.5.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:03
5f073a9

Fixed

  • Filtering on collections with not null data

3.5.0

Choose a tag to compare

@github-actions github-actions released this 23 May 19:04
d651207

Added

  • Improve model morph mapping sending multiple IDs and their matches types. Documentation link

3.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 09:25
e33f364

Added

  • DataTransferObjects now have dump and dd methods

Fixed

  • toArray method not returning everything when DTOs where used on the request and later on reused. Caveat: Only one DTO per request until v4 refactor

3.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:28
8f00498

Added

  • Laravel 11 support
  • Collected data transfer objects now mapped properly using fromArray