We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b2a65 commit f76e7dfCopy full SHA for f76e7df
json_serializable/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 6.9.0-wip
+## 6.9.0
2
3
- Use conditional map syntax to clean up `null` handling in `toJson` functions.
4
+- Fix core Dart type links in docs.
5
- Require Dart 3.5
6
7
## 6.8.0
json_serializable/pubspec.yaml
@@ -1,5 +1,5 @@
name: json_serializable
-version: 6.9.0-wip
+version: 6.9.0
description: >-
Automatically generate code for converting to and from JSON by annotating
Dart classes.
0 commit comments