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 8499e85 commit 2fe74c2Copy full SHA for 2fe74c2
CHANGELOG.md
@@ -1,6 +1,19 @@
1
# Changelog
2
3
-## v0.1.0
+## v0.2.0 [2019-03-24]
4
+
5
+## Added
6
7
+- Support for parsing the following JSON schema types:
8
+ - `additionalProperties`, and
9
+ - `patternProperties`.
10
11
+## Changed
12
13
+- Replaced the `TypePath` type wih the `URI` type when specifying local paths in
14
+ a JSON schema document.
15
16
+## v0.1.0 [2019-01-12]
17
18
> NOTE: This initial release is a fork of
19
> https://github.com/dragonwasrobot/json-schema-to-elm, and so this version
0 commit comments