Skip to content

Releases: mark-gerarts/automapper-plus

1.1.1

07 Feb 20:23
Compare
Choose a tag to compare

See #13, return NULL for a NULL source.

1.1.0

03 Jan 22:31
c02c17e
Compare
Choose a tag to compare
  • Allow setting of custom constructor callback
  • Allow mapping to stdClass
  • Implement object crates
  • Some minor performance tweaks
  • Readme updates

v1.0.6

02 Dec 15:32
Compare
Choose a tag to compare

Fix a bug with inherited properties (#10)

v1.0.5

28 Nov 20:07
Compare
Choose a tag to compare
  • Removed the property existence check in forMember (see #8)
  • Added the possibility to copy a mapping

v1.0.4

27 Oct 14:57
Compare
Choose a tag to compare

Another bugfix release with MapFrom and differently named properties

v1.0.3

27 Oct 14:37
Compare
Choose a tag to compare

Bugfix for MapFrom registering on a non-identical propertyname

v1.0.2

20 Oct 17:37
Compare
Choose a tag to compare
  • Allow setting of custom name resolvers
  • Create the CallbackNameResolver
  • Some small performance tweaks
  • Updated docs

v1.0.1

18 Oct 17:57
Compare
Choose a tag to compare
  • Support mapping from a stdClass
  • Created the new fromProperty operation that allows specifying the source property name
  • Create the Reversible interface, allowing operation to be reversed
  • Made fromProperty reversible

v1.0.0

17 Oct 16:39
Compare
Choose a tag to compare
Allow MapTo to map a collection

v1.0.0-alpha-1

08 Oct 16:37
Compare
Choose a tag to compare
v1.0.0-alpha-1 Pre-release
Pre-release
Add composer installation snippet