Releases: google/json_serializable.dart
Releases · google/json_serializable.dart
package:json_serializable v6.9.0
- Use conditional map syntax to clean up
nullhandling intoJsonfunctions. - Fix core Dart type links in docs.
- Require Dart 3.5
package:json_serializable v6.8.0
- Add type arguments to
Mapliterals used forRecordserialization. - Add support for
JsonSerializable(createJsonKeys: true).
(#1401) - Handle decoding an
intvalue from adoubleliteral.
This now matches the behavior ofdoublevalues being encoded asint.
package:json_annotation v4.9.0
- Require Dart 3.0
- Add
JsonSerializable(createJsonKeys: true).
(#1401)
package:json_serializable v6.7.1
- Support the latest
package:analyzer.
package:json_serializable v6.7.0
- Support
Recordtypes. - Require Dart 3.0
- Require
analyzer: ^5.12.0