Skip to content

Commit

Permalink
0.6.0. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz authored Jul 8, 2023
1 parent d945354 commit c75bd6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ type StepEditorProvider = (step: Step, context: StepEditorContext, definition: D
EditorProvider.createStepEditorProvider(): StepEditorProvider;
```

The `ValueKnownType` enum is renamed to `WellKnownValueType`.

## 0.5.0

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.
Expand Down

0 comments on commit c75bd6e

Please sign in to comment.