Skip to content

Releases: riok/mapperly

v3.4.0-next.4

16 Feb 10:22
450d7ca
Compare
Choose a tag to compare
v3.4.0-next.4 Pre-release
Pre-release

3.4.0-next.4 (2024-02-16)

Bug Fixes

  • don't diagnostic for constructor mappings when no instance can be created but none is needed anyway (450d7ca)
  • prevent collection mapping from using invalid length property (#1108) (216f791)

v3.4.0-next.3

05 Feb 11:00
7998720
Compare
Choose a tag to compare
v3.4.0-next.3 Pre-release
Pre-release

3.4.0-next.3 (2024-02-05)

Bug Fixes

  • do not resolve existing one sideded loose nullable property mappings (#1090) (7998720)
  • generate enumerable mapping methods with interface parameters instead of concrete types to reduce generated methods (#1088) (66752cf)

Features

  • add option to prefer parameterised constructors (#1061) (e606f93)
  • annotate all emitted methods and classes with GeneratedCodeAttribute. (#1069) (374e6cb)

v3.4.0-next.2

10 Jan 07:03
88dd1ff
Compare
Choose a tag to compare
v3.4.0-next.2 Pre-release
Pre-release

3.4.0-next.2 (2024-01-10)

Bug Fixes

  • prevent crash for delegate fields when deep mapping is enabled (#1058) (88dd1ff)
  • remove Runtime suffix of MapperlyAbstractionsScope msbuild option (#1049) (54b0eea)
  • upgrade parameter nullability correctly (#1057) (ad917ee)

v3.4.0-next.1

06 Jan 14:45
7a5cbe4
Compare
Choose a tag to compare
v3.4.0-next.1 Pre-release
Pre-release

3.4.0-next.1 (2024-01-06)

Bug Fixes

  • handle nullable correctly in nullable disabled contexts for generics and arrays (#1029) (132b8cc)

Features

v3.3.1-next.1

18 Dec 08:48
d35c52d
Compare
Choose a tag to compare
v3.3.1-next.1 Pre-release
Pre-release

3.3.1-next.1 (2023-12-18)

Bug Fixes

  • correctly annotate nullable generics in disabled nullable contexts (#1020) (d35c52d)
  • generate generic mapping only for matching source / target types if non-generic (#1000) (9a2916f)

v3.3.0

12 Dec 03:23
73d1c71
Compare
Choose a tag to compare

3.3.0 (2023-12-12)

Bug Fixes

  • escape method parameters with reserved keywords (#756) (8f7528a)
  • extension method parameters for existing target mappings (#923) (86408ce)
  • improve location of reported diagnostics (#937) (980ac3e)
  • obsolete constructors should have the last priority whlie matching constructors (regression) (#898) (20b7da6)
  • remove unnecessary null conditional access in conditions of property mappings (#788) (c4eed62)
  • resolve correct mapper defaults for roslyn versions <= 4.4 (#958) (14a4ed3)
  • Respect AllowNullPropertyAssignment correctly when mapping code is not a direct assignment (#939) (cac2f2e)
  • when resolving constructors allow a non-nullable value type to be assigned to a nullable value type (#938) (6e08f8e)

Features

  • add diagnostic for nested ignores (#818) (0f61698)
  • add IncludedMembers configuration option and support private member mapping (c0ed6eb)
  • Add option to specify the format provider or culture of a property (#929) (42d3e26)
  • Add option to specify the string format of a property (#921) (236a46f)
  • add strict mapping (#700) (9d6c21a)
  • case-insensitive MapProperty configurations matching for constructor parameters (#957) (b9db799)
  • fix incorrect private set when ~MemberVisibility.Accessible is used (#933) (b60441a)
  • improve ToString handling and use simplest overloads available (#950) (574cef7)
  • support derived type mappings for existing target objects (918f59d)
  • support static mapping methods in non-static mappers (#681) (1724124)
  • use IEnumerable Dictionary constructor for synthetic mappings (#755) (1bc7bdd)

v3.3.0-next.6

06 Dec 12:24
73d1c71
Compare
Choose a tag to compare
v3.3.0-next.6 Pre-release
Pre-release

3.3.0-next.6 (2023-12-06)

Bug Fixes

  • resolve correct mapper defaults for roslyn versions <= 4.4 (#958) (14a4ed3)

Features

  • case-insensitive MapProperty configurations matching for constructor parameters (#957) (b9db799)
  • support derived type mappings for existing target objects (918f59d)

v3.3.0-next.5

28 Nov 09:27
574cef7
Compare
Choose a tag to compare
v3.3.0-next.5 Pre-release
Pre-release

3.3.0-next.5 (2023-11-28)

Bug Fixes

  • improve location of reported diagnostics (#937) (980ac3e)
  • Respect AllowNullPropertyAssignment correctly when mapping code is not a direct assignment (#939) (cac2f2e)
  • when resolving constructors allow a non-nullable value type to be assigned to a nullable value type (#938) (6e08f8e)

Features

  • improve ToString handling and use simplest overloads available (#950) (574cef7)

v3.3.0-next.4

22 Nov 12:24
42d3e26
Compare
Choose a tag to compare
v3.3.0-next.4 Pre-release
Pre-release

3.3.0-next.4 (2023-11-22)

Bug Fixes

  • extension method parameters for existing target mappings (#923) (86408ce)

Features

  • Add option to specify the format provider or culture of a property (#929) (42d3e26)
  • Add option to specify the string format of a property (#921) (236a46f)
  • fix incorrect private set when ~MemberVisibility.Accessible is used (#933) (b60441a)

v3.3.0-next.3

19 Nov 14:52
1724124
Compare
Choose a tag to compare
v3.3.0-next.3 Pre-release
Pre-release

3.3.0-next.3 (2023-11-19)

Bug Fixes

  • obsolete constructors should have the last priority whlie matching constructors (regression) (#898) (20b7da6)

Features

  • support static mapping methods in non-static mappers (#681) (1724124)