AutoMapper 4.2.0 released
Yesterday I bit the bullet and pushed out the 4.2.0 release. This was a fairly large internal refactoring, with the entire static API marked as obsolete and a new instance-based API exposed. Some helpful links for the move:
Some interesting things in this release that you might have missed:
- Dynamic/expando/dictionary mapping
- Expression translatation from expressions and queryables to/from source and destination types
- Conventions
Itβs been a long journey with this static API, but its time is near the close. In the 5.0 release, the entire static API will be removed, making me quite happy.
Enjoy!