Skip to content

Commit 84bf5ae

Browse files
committed
Version bump and readme update
1 parent f3528b4 commit 84bf5ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Generate validating forms from JSON schemas.
3232

3333
# Changelog
3434

35+
## 4.0.0
36+
37+
* Add settings parameter for custom formats validation.
38+
3539
## 3.0.0
3640

3741
* Validate fields only when `onblur` is triggered, and the field is non-empty

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "scrive/elm-json-forms",
44
"summary": "JSON Forms Implementation in Elm.",
55
"license": "MIT",
6-
"version": "3.0.0",
6+
"version": "4.0.0",
77
"exposed-modules": [
88
"Form",
99
"Form.Widget",

0 commit comments

Comments
 (0)