Skip to content

Releases: adr/adr-log

2.2.0

21 Oct 23:49
Compare
Choose a tag to compare

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

15 Nov 20:27
Compare
Choose a tag to compare

Fixed

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

2.1.2

27 Oct 20:48
Compare
Choose a tag to compare

Fixed

  • Updated package versions to fix vulnerabilities

2.1.1

15 Dec 10:28
Compare
Choose a tag to compare

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

22 Nov 23:52
Compare
Choose a tag to compare

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

18 Nov 00:25
Compare
Choose a tag to compare

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

18 Nov 00:43
Compare
Choose a tag to compare

Changed

  • Added CHANGELOG.md. #2
  • 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

18 Nov 00:45
Compare
Choose a tag to compare

Fixed

  • Fix parsing of cli arguments. #1

1.0.0

18 Nov 00:44
Compare
Choose a tag to compare

Initial version of adr-log.