Skip to content

Tags: riok/mapperly

Tags

v4.0.0-next.1

Toggle v4.0.0-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use prod nuget server and fix pr validation (#1370)

v4.0.0-next.0

Toggle v4.0.0-next.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use correct exclude-label for dependencies (#1369)

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fixes using the wrong object factory when multiple factories wit…

…h the same target type but different source types are used (#1313)

v3.6.0-next.2

Toggle v3.6.0-next.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fixes using the wrong object factory when multiple factories wit…

…h the same target type but different source types are used (#1313)

v3.6.0-next.1

Toggle v3.6.0-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Map from source object (#1247)

Adds a MapPropertyFromSourceAttribute, that allows using the source object directly for mappings.
---------

Co-authored-by: Rhodon <[email protected]>

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: expand target type new when inlining in queryable projection map…

…pings (#1238)

v3.5.1-next.2

Toggle v3.5.1-next.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: expand target type new when inlining in queryable projection map…

…pings (#1238)

v3.5.1-next.1

Toggle v3.5.1-next.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add missing generic constraints to generated methods (#1227)

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: rework generic type matching (#1199)

* support more type parameter constructs for generic mappings such as nested generic types
* emit a new diagnostic (RMG069, warning) for runtime target type mappings which do not match any mapping
* add null arm to runtime target type mappings only if source type is nullable

v3.5.0-next.4

Toggle v3.5.0-next.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: rework generic type matching (#1199)

* support more type parameter constructs for generic mappings such as nested generic types
* emit a new diagnostic (RMG069, warning) for runtime target type mappings which do not match any mapping
* add null arm to runtime target type mappings only if source type is nullable