Skip to content

Tags: SymfonyCasts/micro-mapper

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow Symfony 8 (#26)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tools/ and .neon to the .gitattributes (#21)

And reorder the list

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add mapMultiple method (#15)

Co-authored-by: bocharsky-bw <[email protected]>

v0.1.4

Toggle v0.1.4's commit message
bug #4 fix generics templates (bendavies)

This PR was squashed before being merged into the main branch.

Discussion
----------

fix generics templates

This PR fixes the templates for `MicroMapperInterface` and `MapperInterface`.
regression tests have been added.

as an aside, is the `$toClass` param in `MapperInterface::populate(...)` redundant?
It seems we will only ever have concrete implementations here and will just new up a new class, which will match the class provided in the `AsMapper` attribute.

Commits
-------

15781f2 fix generics templates

v0.1.3

Toggle v0.1.3's commit message
bug #2 Making sure the object hashes are always clean (weaverryan)

This PR was merged into the main branch.

Discussion
----------

Making sure the object hashes are always clean

Commits
-------

e636706 Making sure the object hashes are always clean

v0.1.2

Toggle v0.1.2's commit message
Using return value from populate()

v0.1.1

Toggle v0.1.1's commit message
minor #1 Adding phpdoc generics for the interfaces (weaverryan)

This PR was squashed before being merged into the main branch.

Discussion
----------

Adding phpdoc generics for the interfaces

Commits
-------

2ac9fe0 Adding phpdoc generics for the interfaces

v0.1.0

Toggle v0.1.0's commit message
feature #1 Adding phpdoc generics for the interfaces (weaverryan)

This PR was squashed before being merged into the main branch.

Discussion
----------

Adding phpdoc generics for the interfaces

Commits
-------

1259978 Adding phpdoc generics for the interfaces