Releases: riok/mapperly
Releases · riok/mapperly
v4.3.1-next.0
v4.3.0
🚀 Features
- Support unsafe accessors in generic classes and nested mappers by @latonz in #1814
- Support roslyn 4.14 by @latonz in #1837
- Allow to disable null mismatch diagnostics RMG089 per member by @3sRykaert in #1804
- Include mapping configuration by @faddiv in #1833
- Support multiple mapping configuration includes by @latonz in #1854
- Explicit named mappings by @faddiv in #1863
- Support ref keyword in user defined methods for the target parameter by @EraYaN in #1895
- Add notnull constraint support in nullable disabled contexts by @clegoz in #1947
- Reference External mappings by @faddiv in #1890
- Add support for ignoring static convert methods with MapperIgnore by @iclectic in #1941
🐛 Bug Fixes
- Nullable user implemented value type mappings in queryable projections by @latonz in #1835
- Resolve top-level user-implemented mappings when resolving queryable projections by @latonz in #1852
- Name collision, reuse context within switch statement by @EraYaN in #1911
- Correctly inline user-defined nested queryable projection mappings by @latonz in #1966
- Handle single segment fullnameof by @faddiv in #1980
Full Changelog: v4.2.1...v4.3.0
v4.3.0-next.6
🐛 Bug Fixes
Full Changelog: v4.3.0-next.5...v4.3.0-next.6
v4.3.0-next.5
v4.3.0-next.4
v4.3.0-next.3
🚀 Features
- feat: explicit named mappings by @faddiv in #1863
- feat: support ref keyword in user defined methods for the target parameter by @EraYaN in #1895
Full Changelog: v4.3.0-next.2...v4.3.0-next.3
v4.3.0-next.2
🚀 Features
Full Changelog: v4.3.0-next.1...v4.3.0-next.2
v4.3.0-next.1
🐛 Bug Fixes
- fix: resolve top-level user-implemented mappings when resolving queryable projections by @latonz in #1852
Full Changelog: v4.3.0-next.0...v4.3.0-next.1
v4.3.0-next.0
🚀 Features
- feat: support unsafe accessors in generic classes and nested mappers by @latonz in #1814
- feat: support roslyn 4.14 by @latonz in #1837
- feat: Allow to disable null mismatch diagnostics RMG089 per member by @3sRykaert in #1804
🐛 Bug Fixes
Full Changelog: v4.2.1...v4.3.0-next.0
v4.2.1
🐛 Bug Fixes
- fix: add value suffix when getting non-enumerated count on nullable value types by @latonz in #1789
- fix: fixes queryable projection inlining of user-defined mappings calling generated mappings by @latonz in #1790
- fix: correct nullable handling in queryable projection mappings with nullable value types and custom mapping methods by @latonz in #1810
- fix: resolve base methods in MapValue.Use by @latonz in #1811
- fix: resolve base mappings in MapProperty.Use by @latonz in #1812
- fix: resolve object factories in base classes by @latonz in #1813
- fix: use global alias for exceptions and linq select by @latonz in #1816
Full Changelog: v4.2.0...v4.2.1