From ee4e36540023373670ae7f448a7a90622c867ddb Mon Sep 17 00:00:00 2001 From: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> Date: Tue, 24 Dec 2024 21:31:31 +0100 Subject: [PATCH] adding release docs Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com> --- docs/release_notes/v1.1.0.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/release_notes/v1.1.0.md diff --git a/docs/release_notes/v1.1.0.md b/docs/release_notes/v1.1.0.md new file mode 100644 index 0000000..6917d60 --- /dev/null +++ b/docs/release_notes/v1.1.0.md @@ -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.