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
.
- New option
-b
to change the style of bullets (asterisk, dash, plus)
2.2.0 – 2020-10-22
- 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
ordate
properties in frontmatter
- Fixed bug where bogus path info is prepended to TOC entries when directory argument doesn't include trailing slash
- Lists are now generated using
*
instead of-
- Search recursively underneath the given directory
2.1.3 – 2019-11-15
adr-log
now works with relative directories as expected. #29
2.1.2 – 2019-10-27
- Updated package versions to fix vulnerabilities
2.1.1 – 2017-12-15
- Difference to
adr generate toc
(from adr-tools) is explained in the README.md.
- Correctly keeps Windows line endings. #24
- Fixed changelog for 2.1.0: added link and date
2.1.0 – 2017-11-23
- Add support for numbering in heading as used at adr-tools: They are removed when generating the log. Fixes #23.
- Really using the format of "Keep a Changelog": Versions are indicated without prefix
v
. E.g.,v1.0.0
is now1.0.0
. This is also the format supported by @sindresorhus's np.
2.0.0 – 2017-11-18
- Support for comments after
adrlog
in<!-- adrlog -->
. #17 - Initial support for headers (
---
) inADR-*.md
files.
- Updated CLI syntax to be more conform with markdown-toc.
- The title of the first main heading is used (and not the second line if it is not empty). #15
- When
adrlog
appears without closingadrlogstop
, 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
- We added a CHANGELOG.md. #2
- We update README.md to reflect changed usage. #3
- 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
bower.json
. #8
1.0.1 – 2017-10-22
- Fix parsing of cli arguments. #1
1.0.0 – 2017-10-20
Initial version of adr-log.