Skip to content

Releases: Mr-Mappie/mappie

Release v2.2.0-1.3.0

26 Jun 17:42
1e7f928
Compare
Choose a tag to compare

Changelog

  • Release for Kotlin 2.2.0

Release v2.1.21-1.3.0

16 May 16:19
Compare
Choose a tag to compare

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

13 Apr 07:55
Compare
Choose a tag to compare

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

09 Apr 18:41
7900968
Compare
Choose a tag to compare

Changelog

  • #173 fixed compilation error when calling generated functions other than map on multiplatform.

Release v2.1.20-1.2.1

04 Apr 19:04
Compare
Choose a tag to compare

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

31 Mar 16:47
Compare
Choose a tag to compare

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

28 Feb 19:31
7305adb
Compare
Choose a tag to compare

Changelog

  • #173 fixed multiplatform class code-generation bug.

Release v1.1.0

25 Feb 21:06
Compare
Choose a tag to compare

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

07 Feb 19:12
Compare
Choose a tag to compare

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

15 Dec 09:43
Compare
Choose a tag to compare

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.