smart_mapper_generator 0.2.0
smart_mapper_generator: ^0.2.0 copied to clipboard
Source generator for smart_mapper, including nested collections and ObjectBox ToMany relations.
0.2.0 #
- Added strict analyzer-based type validation with targeted diagnostics.
- Replaced automatic relation discovery with explicit
@MapRelationrules. - Added
@MapIgnore,@MapDefault, named constructors, and custom converters. - Added
Set,Iterable, nullable-item, nullable-collection, and ObjectBoxToOnemapping support.
0.1.0 #
- Initial
build_runnergenerator. - Added constructor mapping and compile-time validation.
- Added nested
List/Iterableitem mapping. - Added ObjectBox
ToManyrelation population after target construction. - Added Freezed factory-constructor and property discovery support.