Skip to content

Commit 3d4dc60

Browse files
authored
Thanks to Chris for the schema feature (#1551)
1 parent 144881c commit 3d4dc60

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

json_annotation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Support `JsonKey` annotation on constructor parameters.
44
- Add `JsonSerializable(createJsonSchema: true)`.
5+
(Huge thanks to [Chris Sells](https://sellsbrothers.com/) for the PR!)
56
- Require `meta: ^1.16.0`
67
- Require `sdk: ^3.9.0`
78

json_serializable/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Support `JsonKey` annotation on constructor parameters.
88
- Add support for `JsonSerializable(createJsonSchema: true)`.
9+
(Huge thanks to [Chris Sells](https://sellsbrothers.com/) for the PR!)
910

1011
## 6.11.4
1112

0 commit comments

Comments
 (0)