@extrahorizon/exh-cli 1.6.1 → 1.7.0-dev-49-9aacbf7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
|
+
### v1.7.0
|
|
4
|
+
* `exh data schemas sync` now allows schema `.json` files to contain a `$schema` property
|
|
5
|
+
* This allows you to specify a json-schema for the schema files themselves, providing hints and validation in your editor
|
|
6
|
+
|
|
3
7
|
### v1.6.1
|
|
4
8
|
* `exh data schemas sync` no longer logs the full schema definition json
|
|
5
9
|
* Fixed `exh data schemas sync` not being able to traverse an object definition with only `additionalProperties` set
|