jaguar_serializer_cli 1.0.0-dev5 copy "jaguar_serializer_cli: ^1.0.0-dev5" to clipboard
jaguar_serializer_cli: ^1.0.0-dev5 copied to clipboard

outdatedDart 1 only

Platform and format agnostic serializer built using source_gen

Changelog #

1.0.0-dev5 #

  • Dart2 compliance
    • better typing
    • force cast in generated code

1.0.0-dev3 #

  • we now support final field deserialization
  • createModel() in Serializer class is now deprecated, it will be remove in the final release of 1.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 null
  • fromMap(null) return null
  • fromMap({}) return object

1.0.0-dev1 #

  • update to dart 2
  • support build.yaml and build_runner

0.5.2 #

  • update build
  • remove deprecated processors field support

0.5.1 #

  • version and help commands for CLI

0.5.0 #

  • Angular-like annotation to specify GenSerializer
0
likes
0
pub points
19%
popularity

Publisher

unverified uploader

Platform and format agnostic serializer built using source_gen

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, build, jaguar_serializer, logging, source_gen

More

Packages that depend on jaguar_serializer_cli