We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4ea9c commit cfb1b3eCopy full SHA for cfb1b3e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.5.6
4
+
5
+* Improving the error messages from jesse when using oneOf/anyOf
6
+* Make it compatible with jsx 3.0
7
8
## 1.5.5
9
10
* Fix rebar3 and rebar3_hex versions incompatibility #88
src/jesse.app.src
@@ -1,7 +1,7 @@
%%-*- mode: erlang -*-
{ application, jesse,
[ {description, "jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang."}
- , {vsn, "1.5.5"}
+ , {vsn, "1.5.6"}
, {modules, []}
, {registered, []}
, {applications, [ kernel
0 commit comments