jaguar_serializer_cli 2.0.2
jaguar_serializer_cli: ^2.0.2 copied to clipboard
Platform and format agnostic serializer built using source_gen
Changelog #
2.0.2 #
- Fixed for recursive models
1.0.0-dev8 #
- fix flutter --release build
- support generics
1.0.0-dev7 #
- fix issues on static and private field
1.0.0-dev6 #
- update source_gen and build
1.0.0-dev5 #
- Dart2 compliance
- better typing
- force cast in generated code
1.0.0-dev3 #
- we now support final field deserialization
createModel()inSerializerclass is now deprecated, it will be remove in the final release of1.0.0
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