Skip to content

Commit

Permalink
adding release docs
Browse files Browse the repository at this point in the history
Signed-off-by: Gergely Brautigam <[email protected]>
  • Loading branch information
Skarlso committed Dec 24, 2024
1 parent 1ee5e82 commit ee4e365
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/release_notes/v1.1.0.md
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.

0 comments on commit ee4e365

Please sign in to comment.