Changelog Parser
v1.0.0Parse CHANGELOG.md into structured JSON following Keep a Changelog format
Parses CHANGELOG.md files following the Keep a Changelog convention and extracts structured version entries with dates, section types (Added, Changed, Fixed, Removed, Deprecated, Security), and bullet items.
How to use- →Use the Keep a Changelog format (## [1.0.0] - 2026-01-15) for the most reliable parsing results.
- →Switch between structured view and JSON output to inspect the parsed data or copy it for CI pipelines.
- →Both ISO 8601 dates (2026-04-06) and natural date strings (April 6, 2026) are recognised automatically.
Paste a CHANGELOG.md above to parse it into structured JSON.