Releases: SymfonyCasts/micro-mapper
Releases · SymfonyCasts/micro-mapper
v0.2.1 : Housekeeping
Hey Micro-mapper's!
Just a minor housekeeping release!
What's Changed
- [ci] php-cs-fixer it up by @jrushlow in #16
- Add CI status badge by @bocharsky-bw in #19
- Fix CI by @bocharsky-bw in #18
- Lost dogUnblock PHPUnit - add it as a dev dependency by @bocharsky-bw in #20
- Add tools/ and .neon to the .gitattributes by @bocharsky-bw in #21
Full Changelog: v0.2.0...v0.2.1
Add Symfony 7 & PHP 8.3 support, and `mapMultiple()` feature
What's Changed
- Allow Symfony 7 by @bocharsky-bw in #7
- Add PHP 8.3 support by @bocharsky-bw in #8
- Simplify CI config thanks to upstream changes by @bocharsky-bw in #10
- [ci] php-cs-fixer it up by @jrushlow in #14
- [dx] keep tooling in one place by @jrushlow in #13
- [CI] PHP CS Fixer it up by @bocharsky-bw in #12
- feat: Add mapMultiple method by @lxix in #15
New Contributors
- @bocharsky-bw made their first contribution in #7
- @jrushlow made their first contribution in #14
- @lxix made their first contribution in #15
Full Changelog: v0.1.4...v0.2.0
Fix generics PHPDoc for PHPStan / other static analysis tools
Hey mappers!
This release contains a bug fix to give help static analysis / your IDE understand the return value of micro mapper.
- fix generics templates by @bendavies in #4
Full Changelog: v0.1.3...v0.1.4
Have fun!
Minor bug fix for edge-case usage
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()
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
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
Hi!
This is the initial release of the package.
Have fun!