v4.0.0-next.1
Pre-release
Pre-release
🚨 Breaking Changes
- ignore indexed properties by @latonz in #1351
- add enum underlying type conversion by @latonz in #1352
- strict mappings by default by @latonz in #1353
- support mapping properties in foreach mappings by @latonz in #1364
🚀 Features
- Refactor member matching and member mapping building process by @latonz in #1334
- Introduce MapValueAttribute to map constant values and method provided values by @latonz in #1335
🐛 Bug Fixes
- adjust diagnostic messages to be correct when applied with MapValue by @latonz in #1332
- allow same-name members with different casings by @latonz in #1350
- Replace invalid MapPropertyAttribute constructors with valid versions by @latonz in #1354
Full Changelog: v3.6.0...v4.0.0-next.0
Breaking changes migration guide: Breaking Changes