From c75bd6e5df2708c77233ea376983f97b0ff53622 Mon Sep 17 00:00:00 2001 From: Bart Tadych Date: Sat, 8 Jul 2023 10:22:10 +0200 Subject: [PATCH] 0.6.0. (#13) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d5e32..8b89209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.