Releases: MapsterMapper/Mapster
Releases · MapsterMapper/Mapster
Release list
Mapster 7.1.5, Mapster.Tool 8.0.0
Mapster.Async [2.0]
- Fix nested async (sp thx to @cmann-andagon)
Mapster.EFCore [5.1]
- Fix passing param for EFCore
Mapster [7.1.5]
- Small message update
Mapster.Core [1.1.5]
- Support for new Mapster.Async & Mapster.Tool
Mapster.Tool [8.0.0]
- BREAKING CHANGES: no more generate projection by default
- BREAKING CHANGES: ForAllTypesInNamespace will also looking types in subnamespace
- Fix using types from different assemblies
- Fix to filter out generated types for ForAllTypesInNamespace
7.1.3: - Fluent API for code generation
- Fluent API for code generation
- support MemberSide for AdaptMemberAttribute
- fix #293 condition map should return null if dest type is nullable
7.0.1
7.0.0 - Mapster.Core for codegen project
- Split attributes and helper classes to Mapster.Core (for codegen project)
- Support C# 9.0 record type
- [Codegen] Support NET 5.0
- [Codegen] Fluent API to generate mapping
6.5.1
6.5.0: Generating models & extension methods
6.1.1
6.1.0: Mapster.Tool generating mappers from interface
Mapster.Tool support
6.0.0: Fork setting
BREAKING CHANGE: Mapping to existing list is no longer support. Please annotate with [UseDestinationValue] to update existing list.
Fork setting
fix race conditions on unit test (sp. thx to napalu)
fix #247 Transform the same instance
fix #251 Map nested IDictionary<string, object>
fix #252 map same reference to different types