Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Releases: eredo/dartson

1.0.0-alpha+3

20 Sep 07:05
Compare
Choose a tag to compare
1.0.0-alpha+3 Pre-release
Pre-release
  • Add support for final properties
  • Add support to skip private properties
  • Add support for constructor arguments
  • Add support for getters

Breaking changes

  • DateTimeParser is deprecated. The default is now the json_serializable implementation and it's no longer necessary
    to register a transformer at all.
  • Generator no longer create _Dartson$impl class instance and instead calls Dartson constructor directly