Skip to content

Commit

Permalink
Merge pull request #195 from Workiva/release_json_schema_5.2.0
Browse files Browse the repository at this point in the history
RM-252173 Release json_schema 5.2.0
  • Loading branch information
rmconsole6-wk authored Jul 24, 2024
2 parents a9dc04b + a82c4d6 commit c172a12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.2.0
- [Avoid unnecessary null pointer exception if reference schema is given](https://github.com/Workiva/json_schema/pull/188)
- [Fix ValidationResults.toString().](https://github.com/Workiva/json_schema/pull/189)
- [Mark an `additionalProperty` as evaluated.](https://github.com/Workiva/json_schema/pull/191)
- [Export ValidationResults as part of the public API](https://github.com/Workiva/json_schema/pull/192)

## 5.1.2
- Widen range on `http` to include 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: json_schema
version: 5.1.7
version: 5.2.0
description: JSON Schema implementation in Dart
homepage: https://github.com/workiva/json_schema

Expand Down

0 comments on commit c172a12

Please sign in to comment.