Releases: Mr-Mappie/mappie
Releases · Mr-Mappie/mappie
Release v2.1.21-1.3.0
Changelog
- Added support for mapping for MutableList, and mapping between MutableList and List.
- #193 added support for generating reports. See Reporting for more information.
Release v2.1.20-1.2.3
Changelog
- #173 fixed compilation error on multiplatform where the this receiver parameter was generated incorrectly.
- #195 fixed issues with both generic sources and target.
Release v2.1.20-1.2.2
Changelog
- #173 fixed compilation error when calling generated functions other than map on multiplatform.
Release v2.1.20-1.2.1
Changelog
- #187 fixed bug with generic typed input parameter with upper bound.
- #187 fixed bug where code is being generated for mappers which are a transitive subtype of a mappie class.
Release v2.1.20-1.2.0
Since this release, versioning will be prefixed with the compatible Kotlin version. Other versions are likely to lead to compilation failure.
Changelog
- #179 made all mapping functions open.
Release v1.1.1
Changelog
- #173 fixed multiplatform class code-generation bug.
Release v1.1.0
Changelog
- #18 added maven plugin.
- #161 fixed compilation on non-jvm platforms.
- #138 added a clear error message when using ObjectMappie for enum types.
Release v1.0.0
Changelog
- Migrated multiple checks from the compiler back-end to the FIR compiler front-end.
- #148 the mappie-api dependency is now applied automatically.
- Fixed a bug where the constructor of a generated target class is not selected properly.
Release v0.10.0
Changelog
- Added an explicit error message when the compile-time mapping dsl is used during runtime.
- #133 Added support for method references in fromExpression and transform.
- #55 the input parameters themselves are now included in automatic resolving.
- Added api functions to map nullable Lists and Sets.