Skip to content

Latest commit

 

History

History
127 lines (76 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

127 lines (76 loc) · 4.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

We refer to GitHub issues by using #NUM.

Unreleased

Added

  • New option -b to change the style of bullets (asterisk, dash, plus)

2.2.0 – 2020-10-22

Added

  • New option -p - prefix for each ADR file path in log (useful when ADRs are in sub sub directory)
  • New option -e option to specify glob pattern for files to be excluded
  • Allow date prefixes as well as number prefixes
  • Allow specification of index or date properties in frontmatter

Fixed

  • Fixed bug where bogus path info is prepended to TOC entries when directory argument doesn't include trailing slash

Changed

  • Lists are now generated using * instead of -
  • Search recursively underneath the given directory

2.1.3 – 2019-11-15

Fixed

  • adr-log now works with relative directories as expected. #29

2.1.2 – 2019-10-27

Fixed

  • Updated package versions to fix vulnerabilities

2.1.1 – 2017-12-15

Added

  • Difference to adr generate toc (from adr-tools) is explained in the README.md.

Fixed

  • Correctly keeps Windows line endings. #24
  • Fixed changelog for 2.1.0: added link and date

2.1.0 – 2017-11-23

Added

  • Add support for numbering in heading as used at adr-tools: They are removed when generating the log. Fixes #23.

Changed

  • Really using the format of "Keep a Changelog": Versions are indicated without prefix v. E.g., v1.0.0 is now 1.0.0. This is also the format supported by @sindresorhus's np.

2.0.0 – 2017-11-18

Added

  • Support for comments after adrlog in <!-- adrlog -->. #17
  • Initial support for headers (---) in ADR-*.md files.

Changed

Fixed

  • The title of the first main heading is used (and not the second line if it is not empty). #15
  • When adrlog appears without closing adrlogstop, adr-log does not stop with an error anymore.
  • When adrlog does not appear, the log is created nevertheless.

1.1.0 – 2017-10-27

Added

  • We added a CHANGELOG.md. #2

Changed

  • We update README.md to reflect changed usage. #3

Fixed

  • Fix titles to printed in the correct format as described in #5.
  • Fix output of help to use "LOG" instead of "TOC". #6
  • Fix help to output "adr-log" instead of "adr-toc". #4

Removed

  • Removed bower.json. #8

1.0.1 – 2017-10-22

Fixed

  • Fix parsing of cli arguments. #1

1.0.0 – 2017-10-20

Initial version of adr-log.