Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

70 lines (44 loc) · 4.89 KB

Changelog

0.7.2 (Next)

  • Your contribution here.

0.7.1 (2024/04/12)

  • #63: Fix: report on lines that start with a - and cannot be parsed - @dblock.
  • #64: Upgraded to RuboCop 1.63.1 - @dblock.

0.7.0 (2023/11/21)

0.6.1 (2020/05/08)

  • #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.

0.6.0 (2019/07/28)

  • #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.

0.5.0 (2019/05/31)

0.4.2 (2018/12/21)

  • #37: Allow for parenthesis and brackets around headers - @dblock.

0.4.1 (2018/12/20)

  • #37: Allow for parenthesis and brackets around versions and dates - @dblock.
  • #38: Check for imbalanced parenthesis and brackets - @dblock.

0.4.0 (2018/12/16)

  • #35: Check that dates in headers are ISO8601 - @dblock.
  • #36: Check the format of the version number - @dblock.

0.3.0 (2018/5/17)

  • #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.

0.2.1 (2016/12/04)

0.2.0 (2016/11/21)

  • #13: Fix: suggested CHANGELOG entry may not be of correct format - @dblock.
  • #18: Fix: incorrect CHANGELOG filename reported when file doesn't exist - @dblock.

0.1.0 (2016/8/26)

  • #2: Added is_changelog_format_correct? - @dblock.
  • #1: Added have_you_updated_changelog?, have you updated CHANGELOG.md? - @dblock.