shortcutkit 0.3.0 → 0.4.1

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/README.md CHANGED
@@ -38,7 +38,8 @@ files you are using.
38
38
  - **Value helpers that match the engine's serialization.** `ref()` to another action's output,
39
39
  `variable()`, `shortcutInput()`, `clipboard()`, `currentDate()`, `ask()`, `text()` for
40
40
  strings with embedded references, and `picker()` for variable-picker parameters.
41
- - **Control flow.** `if()` / `otherwise()` / `endIf()` and `repeatEach()` / `endRepeatEach()`
41
+ - **Control flow.** `if()` / `otherwise()` / `endIf()`, `repeatEach()` / `endRepeatEach()`,
42
+ `repeatCount()` / `endRepeatCount()` and `chooseFromMenu()` / `menuItem()` / `endMenu()`
42
43
  manage the grouping identifiers for you.
43
44
  - **App Intents from installed apps.** Any identifier outside the built-in set is accepted;
44
45
  built-in identifiers and their parameter keys are also validated at run time.