Releases: netglade/auto_mappr
Releases · netglade/auto_mappr
auto_mappr-v1.7.0
auto_mappr_annotation-v2.0.0-beta1
auto_mappr-v1.6.0
- Add support for Forced non-nullable field for nullable source. #105
auto_mappr_annotation-v1.1.1
- Adhere to netglade_analysis 2.0.0.
auto_mappr-v1.5.0
- Add support for library aliases, so mapping now supports types from different libraries with the same name.
It also work in cases when library alias's exports. #62 - Adhere to netglade_analysis 2.0.0.
auto_mappr_annotation-v1.1.0
- Add
AutoMapprInterface
with methods:canConvert
convert
,tryConvert
convertIterable
,tryConvertIterable
convertList
,tryConvertList
convertSet
,tryConvertSet
- Add
modules
toAutoMappr
annotation.
auto_mappr-v1.4.0
auto_mappr-v1.3.1
auto_mappr-v1.3.0
- Fix mapping from/to subclasses. #37
- Add
tryConvert
method. #34 - Fix selecting private constructors. #37
- Add non factory over factory constructor selection preference. #37
- Add
required_inputs
with.freezed.dart
and.drift.dart
by default. #31 - Add enum mapping support. #36
- Add
try/convert{Iterable,List,Set}
methods. #35
auto_mappr_annotation-v1.0.3
- Update logo.