All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning
0.8.0 - 2019-02-23
- add the contains, hasPrefix, hasSuffix, replace, lower and upper functions to the template functions map
0.7.1 - 2018-11-10
- Panic occured when exec --next-tag with HEAD with tag
0.7.0 - 2018-05-06
- Remove accidentally added
Unreleased.Tag
- Add URL of output example for template style
- Add
--next-tag
flag (experimental)
0.6.0 - 2018-05-04
- Add tag name header id for keep-a-changelog template
0.5.0 - 2018-05-04
- Add unreleased commits section to keep-a-changelog template #15
- Update template format to human readable
- Add
Unreleased
field toRenderData
0.4.0 - 2018-04-14
- Add support for Bitbucket 🎉
0.3.3 - 2018-04-07
- Change to kindly error message when git-tag does not exist
0.3.2 - 2018-04-02
- Fix color output bug in windows help command
0.3.1 - 2018-03-15
- Fix preview string of commit subject (@kt3k)
0.3.0 - 2018-03-12
- Add support for GitLab 🎉
0.2.0 - 2018-03-02
- Add template for
Keep a changelog
to the--init
option - Supports vim like
j/k
keybind with item selection of--init
- Support Windows colors 🎉 (@mattn)
- Fixed several bugs in Windows
0.1.0 - 2018-02-25
- Fix error message when
Tag
can not be acquired - Fix
Revert
of template created by Initializer
- Refactor
Initializer
to testable
- Supports annotated git-tag and adds
Tag.Subject
field #3 - Remove commit message preview on select format
- Add Git Basic to commit message format
- Add preview to the commit message format of
--init
option
0.0.2 - 2018-02-18
- Fix a bug that
Commit.Revert.Header
is not converted byGitHubProcessor
- Add preview to the commit message format of
--init
option
- Fix parsing of revert and body
- Fix typo
- Change to return an error if corresponding commit is empty
- Refactor the main logic
- Add cli client
- Add commits in commit version struct
- Add config normalize process
- Add Next and Previous in Tag
- Add MergeCommits and RevertCommits
- First implement