jaguar_serializer_cli 1.0.0-dev2
jaguar_serializer_cli: ^1.0.0-dev2 copied to clipboard
Platform and format agnostic serializer built using source_gen
Changelog #
1.0.0-dev2 #
- simplify and optimize generated code
- fix processor inside List/Map
*** Breaking Changes ***
- All Serializers are now nullable by default
- Drop Map key processor
- Only
Map<String, dynamic>can be encode toMap(null)return nullfromMap(null)return nullfromMap({})return object
1.0.0-dev1 #
- update to dart 2
- support
build.yamlandbuild_runner
0.5.2 #
- update
build - remove deprecated
processorsfield support
0.5.1 #
versionandhelpcommands for CLI
0.5.0 #
- Angular-like annotation to specify
GenSerializer