Skip to content

Releases: MapsterMapper/Mapster

Mapster 7.1.5, Mapster.Tool 8.0.0

Choose a tag to compare

@chaowlert chaowlert released this 24 Feb 13:28

Mapster.Async [2.0]

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

Choose a tag to compare

@chaowlert chaowlert released this 24 Jan 15:48
  • Fluent API for code generation
  • support MemberSide for AdaptMemberAttribute
  • fix #293 condition map should return null if dest type is nullable

7.0.1

Choose a tag to compare

@chaowlert chaowlert released this 26 Nov 08:16

fix #281 null propagation should return nullable type
fix #282 map error on record type with empty ctor

7.0.0 - Mapster.Core for codegen project

Choose a tag to compare

@chaowlert chaowlert released this 12 Nov 12:14
  • 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

Choose a tag to compare

@chaowlert chaowlert released this 23 Oct 01:22

fix CreateNewIfNull
fix UseDestinationValue with collection
fix #272 IEnumerable is enumerating twice when adapted to array
fix #269 RequireExplicitMapping should validate child mapping
fix #266 ProjectToType doesn't work with DI(MapContext)

6.5.0: Generating models & extension methods

Choose a tag to compare

@chaowlert chaowlert released this 19 Aug 22:18

[mapster] non-generic ProjectToType
[mapster] fix #263 fix when source path is Dictionary
[mapster] fix #258 enforce cast projection type to prevent EF error
[codegen] generate models
[codegen] generate extension methods
[codegen] support access modifier
[sample] codegen sample

6.1.1

Choose a tag to compare

@chaowlert chaowlert released this 06 Aug 05:33

fix #256 exclude backing fields from EnableNonPublicMembers
fix code generation for Include

6.1.0: Mapster.Tool generating mappers from interface

Choose a tag to compare

@chaowlert chaowlert released this 02 Aug 01:15
7a73d50

Mapster.Tool support

6.0.0: Fork setting

Choose a tag to compare

@chaowlert chaowlert released this 30 Jul 01:41

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

5.3.2

Choose a tag to compare

@chaowlert chaowlert released this 29 May 23:03

fix #245 Open generic setting shouldn't have side effect