Skip to content

Releases: netglade/auto_mappr

auto_mappr-v1.2.1

12 Apr 12:57
5426d10
Compare
Choose a tag to compare
  • Document how to use the convert method.
  • Update package's icon.

auto_mappr-v1.2.0

06 Apr 08:58
d4198a9
Compare
Choose a tag to compare
  • Adhere lints to netglade_analysis 1.2.0.
  • Use tear-offs when possible.
  • Omit map when possible.
  • Omit null check of non-nullable when possible.

auto_mappr_annotation-v1.0.2

03 Apr 08:29
2ef83e0
Compare
Choose a tag to compare
  • Remove auto_mappr from annotation example.
  • Add a Discord link to README.

auto_mappr-v1.1.2

03 Apr 08:30
2ef83e0
Compare
Choose a tag to compare
  • Update exception messages to include suggestions for troubleshooting.
  • Add a Discord link to README.

auto_mappr-v1.1.1

31 Mar 14:16
Compare
Choose a tag to compare
  • Add about section to README.
  • Add a note about using generated source and target classes.

auto_mappr-v1.1.0

29 Mar 14:31
011e6c4
Compare
Choose a tag to compare
  • Add support for generics.

auto_mappr_annotation-v1.0.1

27 Mar 13:30
Compare
Choose a tag to compare
  • Fix pub.dev issues.

auto_mappr_annotation-v1.0.0

27 Mar 11:51
Compare
Choose a tag to compare
  • Initial version.
  • Add @AutoMappr annotation.

auto_mappr-v1.0.1

27 Mar 13:45
Compare
Choose a tag to compare
  • Fix pub.dev issues.

auto_mappr-v1.0.0

27 Mar 11:50
Compare
Choose a tag to compare
  • Initial version.
  • Add primitive objects mapping
  • Add complex objects mapping
  • Add field mapping
  • Add custom mapping
  • Add ignoring mapping
  • Add list-like objects mapping
  • Add maps objects mapping
  • Add default field value
  • Add default object value
  • Add constructor selection
  • Add positional and named constructor parameters
  • Add mapping to target (constructor parameters or public setters)
  • Add mapping from source (public instance or static getters)
  • Add nullability handling
  • Add works with equatable
  • Add works with json_serializable