Skip to content

Releases: netglade/auto_mappr

auto_mappr-v1.7.0

28 Aug 07:25
91619f7
Compare
Choose a tag to compare
  • Adhere to netglade_analysis. #94
  • Update analyzer and mocktail packages. #111

auto_mappr_annotation-v2.0.0-beta1

11 Sep 04:26
91619f7
Compare
Choose a tag to compare
Pre-release
  • Adhere to netglade_analysis 4.0.0. #111
  • Add reverse option to MapType. #115

auto_mappr-v1.6.0

28 Aug 07:21
0f155e5
Compare
Choose a tag to compare
  • Add support for Forced non-nullable field for nullable source. #105

auto_mappr_annotation-v1.1.1

27 Jun 12:08
d27708b
Compare
Choose a tag to compare
  • Adhere to netglade_analysis 2.0.0.

auto_mappr-v1.5.0

27 Jun 12:09
d27708b
Compare
Choose a tag to compare
  • 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

22 May 19:30
9bbd6ad
Compare
Choose a tag to compare
  • Add AutoMapprInterface with methods:
    • canConvert
    • convert, tryConvert
    • convertIterable, tryConvertIterable
    • convertList, tryConvertList
    • convertSet, tryConvertSet
  • Add modules to AutoMappr annotation.

auto_mappr-v1.4.0

22 May 19:31
9bbd6ad
Compare
Choose a tag to compare
  • Add modules. #67
  • Split method builder into separate files. #67
  • Add when whenSourceIsNull support to enum mapping. #59
  • Add enum mapping fallback support for missing fields in the Target using whenSourceIsNull. #59
  • Fix top-level functions now work with whenSourceIsNull. #59

auto_mappr-v1.3.1

25 Apr 08:55
5856c74
Compare
Choose a tag to compare
  • Add documentation for enums and converting iterables. #52
  • Fix generator when multiple annotations are used. #51
  • Add Injectable example. #51

auto_mappr-v1.3.0

24 Apr 12:22
95d56c0
Compare
Choose a tag to compare
  • 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

12 Apr 12:57
5426d10
Compare
Choose a tag to compare