Skip to content

Releases: google/json_serializable.dart

package:json_serializable v6.8.0

24 Apr 20:15
9694cc5
Compare
Choose a tag to compare
  • Add type arguments to Map literals used for Record serialization.
  • Add support for JsonSerializable(createJsonKeys: true).
    (#1401)
  • Handle decoding an int value from a double literal.
    This now matches the behavior of double values being encoded as int.

package:json_annotation v4.9.0

24 Apr 19:47
eea959d
Compare
Choose a tag to compare
  • Require Dart 3.0
  • Add JsonSerializable(createJsonKeys: true).
    (#1401)

package:json_serializable v6.7.1

30 Jun 22:16
facdb5e
Compare
Choose a tag to compare
  • Support the latest package:analyzer.

package:json_serializable v6.7.0

16 May 18:59
755d5d3
Compare
Choose a tag to compare
  • Support Record types.
  • Require Dart 3.0
  • Require analyzer: ^5.12.0