Releases: Mr-Mappie/mappie
Releases · Mr-Mappie/mappie
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
Release v0.9.2
Changelog
- Fixed null pointer in some cases.
Release v0.9.1
Changelog
- #129 fixed bug where mappie will not run when the mappie-api comes in as a transitive dependency.
Release v0.9.0
Changelog
- #101 removed deprecated method 'parameter(String)'
- #62 added support for local mapper configuration via annotations.
- #125 added fromPropertyNotNull which automatically applies requireNotNull.
- Fixed a bug where the strictness.enums option set to true possibly resulted in a compilation error.
- Fixed a bug where generating a mapper which has no accessible constructor resulted in an internal error instead of a nice error message.
Release v0.8.0
Release v0.7.0
Changelog
- Added more built-in mappers.
- Fixed a bug where mappers nested inside classes which are not a mapper are not generated.
- Fixed warnings for newest Kotlin versions.