@extrahorizon/exh-cli 1.8.0-dev-67-853f087 → 1.8.0-dev-68-292f990
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 +5 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
3
|
### v1.8.0
|
|
4
|
-
* Schemas:
|
|
5
|
-
* `
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* Schemas:
|
|
5
|
+
* `createMode`, `readMode`, `updateMode` and `deleteMode` have been updated to accept multiple granular options, matching the revamped access mode changes in Data Service `1.4.0`
|
|
6
|
+
* Transition Action `type: "task"` now supports the `priority` field
|
|
7
|
+
* Transition `afterActions` now supports the `type: "task"` Action
|
|
8
|
+
* `exh data schemas sync` now doesn't try to sync `description` fields for Conditions and Actions in the `creationTransition`
|
|
8
9
|
|
|
9
10
|
### v1.7.0
|
|
10
11
|
* `exh data schemas sync` now allows your schema `.json` files to contain a `$schema` property
|