Skip to content

Commit c75bd6e

Browse files
authored
0.6.0. (#13)
1 parent d945354 commit c75bd6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ type StepEditorProvider = (step: Step, context: StepEditorContext, definition: D
1919
EditorProvider.createStepEditorProvider(): StepEditorProvider;
2020
```
2121

22+
The `ValueKnownType` enum is renamed to `WellKnownValueType`.
23+
2224
## 0.5.0
2325

2426
The `DefinitionValidator` class supports the validation of the whole definition. Use the `validate` method to validate a definition deeply. This method will validate all steps in the definition at once. Now you may easily validate a definition in the back-end before saving it to the storage.

0 commit comments

Comments
 (0)