Skip to content

Commit c1028af

Browse files
authored
release json_annotation 0.2.7 (#213)
1 parent d63205d commit c1028af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

json_annotation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Added a helper function to support this option. This function starts with a
55
`$` and should only be referenced by generated code. It is not meant for
66
direct use.
7+
* Added `UnrecognizedKeysException` for reporting errors.
78

89
## 0.2.6
910

json_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_annotation
2-
version: 0.2.7-dev
2+
version: 0.2.7
33
description: >-
44
Classes and helper functions that support JSON code generation via the
55
`json_serializable` package.

0 commit comments

Comments
 (0)