@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -4
  2. 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: Updated the available access mode options to match data service 1.4.0 changes
5
- * `exh data schemas sync` now also strips the description fields for conditions and actions in the creation transition
6
- * Added priority to the transition task action in the schema validator
7
- * Improved typing for the afterActions in the schema validator
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.8.0-dev-67-853f087",
3
+ "version": "1.8.0-dev-68-292f990",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",