@extrahorizon/exh-cli 1.10.0-dev-107-31b7fb4 → 1.10.0-dev-108-6b89c8f
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
3
|
### v1.10.0
|
|
4
|
+
* Introduced `exh data schemas init` to create a new schema file with a basic structure
|
|
5
|
+
* Added autocomplete support and inline documentation for `task-config.json`
|
|
6
|
+
* Via `"$schema": "https://swagger.extrahorizon.com/cli/1.10.0/config-json-schemas/TaskConfig.json"`
|
|
7
|
+
* Automatically added when using `exh tasks create-repo`
|
|
4
8
|
* You no longer need to be logged in to run `exh completion`
|
|
9
|
+
* Updated the `archiver` package to resolve some deprecations
|
|
10
|
+
* Removed the dependency on `joi` and `uuid`
|
|
5
11
|
|
|
6
12
|
### v1.9.1
|
|
7
13
|
* Updated the ExH SDK to `8.7.1` to fix a security warning from `form-data`
|