Releases: netglade/auto_mappr
Releases · netglade/auto_mappr
AutoMappr v2.4.0
AutoMappr v2.2.0
auto_mappr_annotation-v2.1.0
- Allow
TypeConverter
to have<Object?, Object?>
. #130
auto_mappr-v2.1.1
auto_mappr-v2.0.1
- Fix type converters when used with reverse mappings.
auto_mappr_annotation-v2.0.0
auto_mappr-v2.0.0
- Breaking: Allow "absorbing" modules using
includes
on@AutoMappr
. Previousmodules
is nowdelegates
. #117 - Breaking: Remove shared AutoMappr builder that used PartBuilder, now
.auto_mappr.dart
is generated using LibraryBuilder. #117 - Add type converters, use
converters
onAutoMappr
orMapType
. #119 - Add a
reverse
option onMapType
, which includes the reverse mapping. #115 - Add a support for Dart 3 and Records feature. #116
auto_mappr_annotation-v2.0.0-beta2
- Add type converters, use
converters
onAutoMappr
orMapType
. #119
auto_mappr-v2.0.0-beta2
- Add type converters, use
converters
onAutoMappr
orMapType
. #119
auto_mappr-v2.0.0-beta1
- Breaking: Allow "absorbing" modules using
includes
on@AutoMappr
. Previousmodules
is nowdelegates
. #117 - Breaking: Remove shared AutoMappr builder that used PartBuilder, now
.auto_mappr.dart
is generated using LibraryBuilder. #117 - Add a
reverse
option onMapType
, which includes the reverse mapping. #115 - Add a support for Dart 3 and Records feature. #116