We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bcd7c commit 9b4e49fCopy full SHA for 9b4e49f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.2
2
+
3
+- Add `Verse::Schema::Json.from` method to convert a Verse schema
4
+to JSON Schema format (note: doesn't work the other way around yet)
5
6
## 1.1
7
8
- Add `strict` mode to `validate` which will raise an error if the input has
lib/verse/schema/version.rb
@@ -2,6 +2,6 @@
module Verse
module Schema
- VERSION = "1.1.1"
+ VERSION = "1.2.0"
end
0 commit comments