AgileMapper v1.7 Release Notes
Release Date: 2020-06-14 // over 4 years ago-
- ๐ Support for configuring complete sub-mappings, re: #176
- ๐ Support for configuring sequential data sources, re: #184
- ๐ Support for configuring alternate data sources, re: #133, #173
- Including ToTarget data sources in mapping plan validation, re: #184
- ๐ Fixing enumerable target ToTarget data sources, re: #173
- ๐ Fixing caching of custom method struct creation factory
- ๐ง Erroring if configured data sources conflict with ignored source members
- ๐ง Improving configuration error messages
- Surfacing mapping plan Expressions
- โก๏ธ Updating to ReadableExpressions v2.5
- ๐ Performance improvements
Previous changes from v1.6
-
- ๐ Support for interface type-pairing, re: #163
- ๐ Support for accessing Dictionary keys in custom data sources, re: #162
- ๐ Support for simple type creation with CreateInstancesUsing, re: #165
- ๐ Static API support for type-specific naming rules, re: #175
- ๐ Support for applying custom data sources to root types only, re: #183
- Handling null return values from custom factory methods, re: #176
- ๐ Support for TimeSpan mapping
- ๐ Support for DateTimeOffset mapping
- ๐ Improved detection of unmappable target types in mapping validation, re: #183
- ๐ Fixing runtime-typed mappings affecting sibling mapping branches, re: #166
- ๐ Fixing numeric to non-int-derived enum mapping
- ๐ Fixing runtime-typed, simple-to-complex to-target data sources, re: #174
- ๐ Performance improvements
- โ Adding package icon