This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
Releases: eredo/dartson
Releases · eredo/dartson
1.0.0-alpha+3
- 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 thejson_serializable
implementation and it's no longer necessary
to register a transformer at all.- Generator no longer create
_Dartson$impl
class instance and instead callsDartson
constructor directly