dart_mapper 1.0.5
dart_mapper: ^1.0.5 copied to clipboard
MapStruct-style object mapping for Dart. Define type-safe mappings declaratively with annotations and get generated implementations at compile time via build_runner.
1.0.5 #
- Bump version to keep in sync with dart_mapper_generator 1.0.5
1.0.4 #
- Bump version to keep in sync with dart_mapper_generator 1.0.4
1.0.3 #
- Bump version to keep in sync with dart_mapper_generator 1.0.3
1.0.2 #
- Bump version to keep in sync with dart_mapper_generator 1.0.2
1.0.1 #
- Add support for nullValue-as-source in enum mapping
- Fix inherit-config ignore behavior
1.0.0 #
- Implement @SubclassMapping support for runtime-type dispatch in mappers (#76)
- Add support for default, constant values, dot notation and multiple params access (#74)
0.9.0 #
- Update dependency lints to v6 (#42)
0.8.0 #
- Checking ExternalMappingMethods when field is NestedField for BuiltExpressionFactory (#38)
- Add support for callable function in @Mapping annotation. (#39)
0.7.0 #
- Add support for force non null flag in Mapping annotation.
0.6.0 #
- Add support for InheritConfiguration and InheritInverseConfiguration annotations.
0.5.0 #
Nothing new.
0.4.0 #
Nothing new.
0.3.0 #
Nothing new.
0.2.2 #
Nothing new.
0.2.1 #
Nothing new.
0.2.0 #
- Add support to enums.
- Add support to uses external mappers.
0.1.0 #
- Initial version.