Skip to content

Releases: SymfonyCasts/micro-mapper

v0.2.1 : Housekeeping

13 Nov 21:56
8a5f532
Compare
Choose a tag to compare

Hey Micro-mapper's!

Just a minor housekeeping release!

What's Changed

Full Changelog: v0.2.0...v0.2.1

Add Symfony 7 & PHP 8.3 support, and `mapMultiple()` feature

27 Jun 12:14
5afc279
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.2.0

Fix generics PHPDoc for PHPStan / other static analysis tools

18 Oct 15:27
Compare
Choose a tag to compare

Hey mappers!

This release contains a bug fix to give help static analysis / your IDE understand the return value of micro mapper.

Full Changelog: v0.1.3...v0.1.4

Have fun!

Minor bug fix for edge-case usage

28 Aug 20:28
Compare
Choose a tag to compare

Hi!

This contains one minor bug fix to clean up some internal data even in extreme situations.

What's Changed

  • Making sure the object hashes are always clean by @weaverryan in #2

Full Changelog: v0.1.2...v0.1.3

Cheers!

Bug: use return value from populate()

23 Aug 15:10
Compare
Choose a tag to compare

Hi!

This fixes a minor bug where the return value from populate() was ignored.

Changes: v0.1.1...v0.1.2

Have fun!

Added phpdoc generics

23 Aug 14:44
Compare
Choose a tag to compare

Hi!

Added some generics phpdoc to help your editor understand what objects are being returned.

Changes: v0.1.0...v0.1.1

Have fun!

Introduction of the package

21 Aug 14:06
Compare
Choose a tag to compare

Hi!

This is the initial release of the package.

Have fun!