-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gergely Brautigam <[email protected]>
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Release v1.1.0 | ||
|
||
- feat: add option to generate Details section on the spot #153 | ||
|
||
This feature introduced an overhaul of the frontend and the Generation | ||
logic. Previously, the required only generation was destructive to the | ||
object. Meaning it actually removed fields that weren't required from the | ||
schema object as it was going through it. | ||
|
||
This has been revised. Now, this process is non-destructive. So it can be | ||
called multiple times on the same object. This was introduced so the frontend | ||
now has a switch where it can on-the-fly generate the output based on the | ||
settings provided in the details view. |