🚀 Features
- feat: Separate RequiredMappingStrategy configuration for enums by @jacob-buckaroo in #1591
- feat: Diagnostic for mapping null mismatch by @latonz in #1612
- feat: Add support for
From
andTo
method conversions (#1117) by @TonEnfer in #1616 - feat: do not apply deep cloning to queryable projection mappings by @latonz in #1717
- feat: add NotNullIfNotNull attribute on generated methods, support it on user implemented methods by @latonz in #1718
- feat: support named mappings for existing target objects by @clegoz in #1720
🐛 Bug Fixes
- fix: missing global alias on method argument in inlined user-implemented method #1629 by @TonEnfer in #1630
- fix: initialize nullable members for nested containers by @clegoz in #1660
- fix: only diagnostic missing member mappings for required init members by @latonz in #1686
- fix: do not emit null coalesce operator in queryable mappings by @latonz in #1716
- fix: correct nameof expression for enum value checked mappings by @latonz in #1741
Full Changelog: v4.1.1...v4.2.0