Skip to content

Releases: dblock/danger-changelog

v0.7.0

21 Nov 07:08
Compare
Choose a tag to compare

v0.6.1

21 Nov 07:10
Compare
Choose a tag to compare
  • #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.

v0.6.0

21 Nov 07:11
Compare
Choose a tag to compare
  • #47: Configure Config#placeholder_line at plugin level - @dblock.
  • #47: Deprecate Danger::Changelog.configure - @dblock.
  • #48: Deprecate check in favor of check! and configure format separately - @dblock.
  • #49: Added Config#ignore_files with filename and regex support - @dblock.

v0.5.0

21 Nov 07:11
0612f9b
Compare
Choose a tag to compare

v0.4.2

21 Nov 07:12
Compare
Choose a tag to compare
  • #37: Allow for parenthesis and brackets around headers - @dblock.

v0.4.1

21 Nov 07:12
Compare
Choose a tag to compare
  • #37: Allow for parenthesis and brackets around versions and dates - @dblock.
  • #38: Check for imbalanced parenthesis and brackets - @dblock.

v0.4.0

21 Nov 07:13
Compare
Choose a tag to compare
  • #35: Check that dates in headers are ISO8601 - @dblock.
  • #36: Check the format of the version number - @dblock.

v0.3.0

21 Nov 07:13
Compare
Choose a tag to compare
  • #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 to nil - @dblock.
  • #28: Improve wording suggesting that CHANGELOG should be updated unless one is improving documentation - @dblock.

v0.2.1

04 Dec 11:50
Compare
Choose a tag to compare

v0.2.0

04 Dec 11:49
Compare
Choose a tag to compare
  • #13: Fix: suggested CHANGELOG entry may not be of correct format - @dblock.
  • #18: Fix: incorrect CHANGELOG filename reported when file doesn't exist - @dblock.