File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ All notable changes are documented here. We use [semantic versioning](http://sem
66
77___ Note:__ Yet to be released changes appear here._
88
9+ ## 2.0.0
10+
11+ * ` FEAT ` : improve readability of incident details ([ #63 ] ( https://github.com/camunda/task-testing/pull/63 ) )
12+ * ` FIX ` : create process instance by key instead of ID ([ #61 ] ( https://github.com/camunda/task-testing/pull/61 ) )
13+
14+ ### Breaking Changes
15+
16+ * The ` api.startInstance ` function signature changed. The first argument is now the process definition key instead of the process definition ID.
17+
18+ Example usage:
19+
20+ const startInstance = async (processDefinitionKey, elementId, variables) => { ... };
21+
922## 1.0.5
1023
1124* ` FIX ` : do not show autocompletion in nested properties ([ #60 ] ( https://github.com/camunda/task-testing/pull/60 ) )
You can’t perform that action at this time.
0 commit comments