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 f3528b4 commit 84bf5aeCopy full SHA for 84bf5ae
README.md
@@ -32,6 +32,10 @@ Generate validating forms from JSON schemas.
32
33
# Changelog
34
35
+## 4.0.0
36
+
37
+* Add settings parameter for custom formats validation.
38
39
## 3.0.0
40
41
* Validate fields only when `onblur` is triggered, and the field is non-empty
elm.json
@@ -3,7 +3,7 @@
3
"name": "scrive/elm-json-forms",
4
"summary": "JSON Forms Implementation in Elm.",
5
"license": "MIT",
6
- "version": "3.0.0",
+ "version": "4.0.0",
7
"exposed-modules": [
8
"Form",
9
"Form.Widget",
0 commit comments