We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d559dc1 commit b905a68Copy full SHA for b905a68
json_serializable/CHANGELOG.md
@@ -1,9 +1,9 @@
1
## 0.6.0
2
3
* **BREAKING** By default, code generated to support `toJson` now creates
4
- a top-level function instead of a mixin.
5
- * The default for the `generate_to_json_function` is now `true`.
6
- * To opt-out of this change, set `generate_to_json_function` to `false`.
+ a top-level function instead of a mixin. The default for the
+ `generate_to_json_function` is now `true`. To opt-out of this change,
+ set `generate_to_json_function` to `false`.
7
8
* Now supports changing the serialized values of enums using `JsonValue`.
9
0 commit comments