Skip to content

Releases: netglade/auto_mappr

AutoMappr v2.4.0

26 Mar 08:12
6c956ae
Compare
Choose a tag to compare
  • Fix nested types ignores settings about null values (whenNull and ignoreNull). #191
  • Fix not considering renaming ("from") when mapping using setters. #192

AutoMappr v2.2.0

26 Nov 14:20
5c9fbf7
Compare
Choose a tag to compare
  • Improve error messages. #147
  • When the source is not null, TypeConverter<Object, Object> and TypeConverter<Object, Object?> now support mapping of source field Object? -> target field Object?. #142
  • Support Field's field name mapping in reverse. #157

auto_mappr_annotation-v2.1.0

06 Oct 09:41
493d422
Compare
Choose a tag to compare
  • Allow TypeConverter to have <Object?, Object?>. #130

auto_mappr-v2.1.1

06 Oct 09:42
493d422
Compare
Choose a tag to compare
  • Fix auto_mappr_annotation dependency. #130
  • Add support for nullable type converters. #130

auto_mappr-v2.0.1

02 Oct 05:39
bbd698f
Compare
Choose a tag to compare
  • Fix type converters when used with reverse mappings.

auto_mappr_annotation-v2.0.0

19 Sep 07:03
5142b82
Compare
Choose a tag to compare
  • Adhere to netglade_analysis 4.0.0. #111
  • Add reverse option to MapType. #115
  • Add type converters, use converters on AutoMappr or MapType. #119

auto_mappr-v2.0.0

19 Sep 07:02
5142b82
Compare
Choose a tag to compare
  • Breaking: Allow "absorbing" modules using includes on @AutoMappr. Previous modules is now delegates. #117
  • Breaking: Remove shared AutoMappr builder that used PartBuilder, now .auto_mappr.dart is generated using LibraryBuilder. #117
  • Add type converters, use converters on AutoMappr or MapType. #119
  • Add a reverse option on MapType, which includes the reverse mapping. #115
  • Add a support for Dart 3 and Records feature. #116

auto_mappr_annotation-v2.0.0-beta2

11 Sep 13:07
142bff1
Compare
Choose a tag to compare
Pre-release
  • Add type converters, use converters on AutoMappr or MapType. #119

auto_mappr-v2.0.0-beta2

11 Sep 13:07
142bff1
Compare
Choose a tag to compare
Pre-release
  • Add type converters, use converters on AutoMappr or MapType. #119

auto_mappr-v2.0.0-beta1

11 Sep 04:23
1c955cf
Compare
Choose a tag to compare
Pre-release
  • Breaking: Allow "absorbing" modules using includes on @AutoMappr. Previous modules is now delegates. #117
  • Breaking: Remove shared AutoMappr builder that used PartBuilder, now .auto_mappr.dart is generated using LibraryBuilder. #117
  • Add a reverse option on MapType, which includes the reverse mapping. #115
  • Add a support for Dart 3 and Records feature. #116