Skip to content

Commit

Permalink
Merge pull request #41 from thedumbterminal/oneof-dates
Browse files Browse the repository at this point in the history
Extend support for AnyOf and OneOf
  • Loading branch information
thedumbterminal authored Jun 3, 2020
2 parents a3acaaf + 22006bf commit d94b22b
Show file tree
Hide file tree
Showing 9 changed files with 1,320 additions and 460 deletions.
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
"node": true,
"mocha": true
},
"extends": "eslint:recommended",
"plugins": [
],
"extends": [
"eslint:recommended"
],
"globals": {
},
"parserOptions": {
"ecmaVersion": 8
},
"rules": {
}
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v3.4.0 (02/06/2020)

* Date formats now supported in `OneOf` or `AnyOf`.
* Repeated descriptions in `OneOf` or `AnyOf` are no longer duplicated.

## v3.3.0 (23/05/2020)

* Schema problems can now be ignored, with warnings shown.
Expand Down
Loading

0 comments on commit d94b22b

Please sign in to comment.