We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63205d commit c1028afCopy full SHA for c1028af
json_annotation/CHANGELOG.md
@@ -4,6 +4,7 @@
4
* Added a helper function to support this option. This function starts with a
5
`$` and should only be referenced by generated code. It is not meant for
6
direct use.
7
+ * Added `UnrecognizedKeysException` for reporting errors.
8
9
## 0.2.6
10
json_annotation/pubspec.yaml
@@ -1,5 +1,5 @@
1
name: json_annotation
2
-version: 0.2.7-dev
+version: 0.2.7
3
description: >-
Classes and helper functions that support JSON code generation via the
`json_serializable` package.
0 commit comments