We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bedd43 commit 9bee7a2Copy full SHA for 9bee7a2
CHANGELOG.md
@@ -1,4 +1,9 @@
1
## [Unreleased]
2
+
3
+## [2.1.0] - 2023-04-17
4
+* BC Break: `document->toJson()` can now return null on failure
5
+* Fixed: JSON encode exceptions are now caught and the error captured
6
+* Fixed: Invalid schema exceptions are now caught and the error captured
7
* Fixed: Issue when adding a new schema and not resetting the validator
8
9
## [2.0.0] - 2023-04-10
composer.json
@@ -36,7 +36,7 @@
36
},
37
"extra": {
38
"branch-alias": {
39
- "dev-main": "2.1-dev"
+ "dev-main": "2.2-dev"
40
}
41
42
0 commit comments