Extract versions, release dates, and change categories from a Markdown changelog.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Markdown headings are scanned for version sections and bullets are grouped under Added, Changed, Deprecated, Removed, Fixed, or Security. Unknown headings remain visible instead of being silently discarded.
## [2.1.0] - 2024-03-15 ### Added - Dark mode support - Export to PDF ### Fixed - Login timeout issue ## [2.0.0] - 2024-01-10 ### Changed - Redesigned dashboard
Version Date Changes
------- ---------- -------------------------------------------------------------------------------
2.1.0 2024-03-15 {"Added":["Dark mode support","Export to PDF"],"Fixed":["Login timeout issue"]}
2.0.0 2024-01-10 {"Changed":["Redesigned dashboard"]}
Release sites, package publishing, and dependency reviews parse changelogs.