Releases: npryce/adr-tools
Releases · npryce/adr-tools
3.0.0
2.2.0
For users:
-
Better help text
-
Help text is displayed in the user's preferred pager
-
The
generate toc
andgenerate graph
commands can be given a prefix to prepend to link URLs in generated documentation. -
Bash autocompletion
-
For Windows users: the
adr
command can be used ingit bash
For contributors:
- Support for development on Windows.
2.1.0
New Features:
- New decisions can supercede multiple previous decisions
- Decisions can be linked by arbitrary link types. Links between decision records can be defined when a decision record is created, or at any time afterwards with the new
adr link
command. - Generates visualisation of history and relationships in Graphviz format
Fixes and Improvements:
- The
adr help
command lists subcommands (e.g. ofadr generate
) and can provide help for subcommands.
2.0.1
2.0.0
New Features:
- Uses ISO-8601 date format.
- Added command to upgrade existing repositories to latest format:
adr upgrade-repository
Fixes and Improvements:
- Remove deprecation warnings on Linux
- Ensure
list
command lists ADRs in order on all platforms - Added a mechanism for packagers to configure the application to match the installation conventions of the target platform
1.2.0
New Features:
- Can specify ADR directory as parameter to
adr init
command - Can define a project-specific template by creating a file called {adr-dir}/templates/template.md.
Fixes and Improvements:
- Improvements to help text
- Fix incompatibilities between MacOS X and Linux
- Add config.sh file to make it easier for packaging/distribution projects to configure location of files