- Your contribution here.
- #63: Fix: report on lines that start with a - and cannot be parsed - @dblock.
- #64: Upgraded to RuboCop 1.63.1 - @dblock.
- #62: Migrate CI from Travis to GitHub Actions - @mathroule.
- #61: Add support for ISO date & time - @mathroule.
- #33: Attempt to point out known problems in Intridea format - @dblock.
- #51: Allow markdown links in keep-a-changelog lines - @dblock.
- #50: Added TOC to README - @dblock.
- #47: Configure
Config#placeholder_line
at plugin level - @dblock. - #47: Deprecate
Danger::Changelog.configure
- @dblock. - #48: Deprecate
check
in favor ofcheck!
and configureformat
separately - @dblock. - #49: Added
Config#ignore_files
with filename and regex support - @dblock.
- #41: Document what's a correctly-formatted CHANGELOG - @ivoanjo.
- #44: Add support for the Keep a Changelog format for the change log - @michaelherold.
- #37: Allow for parenthesis and brackets around versions and dates - @dblock.
- #38: Check for imbalanced parenthesis and brackets - @dblock.
- #35: Check that dates in headers are ISO8601 - @dblock.
- #36: Check the format of the version number - @dblock.
- #25: Add information how to configure the plugin in README.md - @antondomashnev.
- #24: Added support for custom '* Your contribution here.' line - @antondomashnev.
- #31: Stop checking for placeholder line when
Danger::Changelog.config.placeholder_line
is set tonil
- @dblock. - #28: Improve wording suggesting that CHANGELOG should be updated unless one is improving documentation - @dblock.
- #17: Fix: handle CHANGELOG lines that mistakenly start with a symbol other than * - @antondomashnev.
- #19: Added: RELEASING.md document to formalize the process - @antondomashnev.
- #20: Fix: flag extra period and column in CHANGELOG - @antondomashnev.