Releases: adr/adr-log
Releases · adr/adr-log
2.2.0
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
ordate
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
2.1.2
2.1.1
2.1.0
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 now1.0.0
.
This is also the format supported by @sindresorhus's np.
2.0.0
Added
- Support for comments after
adrlog
in<!-- adrlog -->
. #17 - Initial support for headers (
---
) inADR-*.md
files.
Changed
- Updated CLI syntax to be more conform with markdown-toc.
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.