change 0.1.1 change: ^0.1.1 copied to clipboard
A Changelog manipulation library. Read/modify/write your CHANGELOG.md. Inspired by keepachangelog.com.
change #
Changelog manipulation in Dart. For the command-line tool, see Cider.
Features #
- Supports basic Markdown such as bold, italic, links, etc.
- Generates diff links.
- Generates a new release from
Unreleased
.
Limitations #
- Works with changelogs following keepachangelog format only.
- Complex Markdown (e.g. inline HTML) will probably not work.