github.com/fredbi/git-chglog@v0.0.0-20190706071416-d35c598eac81/CHANGELOG.md (about)

     1  # CHANGELOG
     2  All notable changes to this project will be documented in this file.
     3  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
     4  
     5  <a name="unreleased"></a>
     6  ## [Unreleased]
     7  
     8  
     9  <a name="0.8.0"></a>
    10  ## [0.8.0] - 2019-02-23
    11  ### Features
    12  - add the contains, hasPrefix, hasSuffix, replace, lower and upper functions to the template functions map
    13  
    14  
    15  <a name="0.7.1"></a>
    16  ## [0.7.1] - 2018-11-10
    17  ### Bug Fixes
    18  - Panic occured when exec --next-tag with HEAD with tag
    19  
    20  
    21  <a name="0.7.0"></a>
    22  ## [0.7.0] - 2018-05-06
    23  ### Bug Fixes
    24  - Remove accidentally added `Unreleased.Tag`
    25  
    26  ### Features
    27  - Add URL of output example for template style
    28  - Add `--next-tag` flag (experimental)
    29  
    30  
    31  <a name="0.6.0"></a>
    32  ## [0.6.0] - 2018-05-04
    33  ### Features
    34  - Add tag name header id for keep-a-changelog template
    35  
    36  
    37  <a name="0.5.0"></a>
    38  ## [0.5.0] - 2018-05-04
    39  ### Bug Fixes
    40  - Add unreleased commits section to keep-a-changelog template [#15](https://github.com/git-chglog/git-chglog/issues/15)
    41  
    42  ### Features
    43  - Update template format to human readable
    44  - Add `Unreleased` field to `RenderData`
    45  
    46  
    47  <a name="0.4.0"></a>
    48  ## [0.4.0] - 2018-04-14
    49  ### Features
    50  - Add support for Bitbucket :tada:
    51  
    52  
    53  <a name="0.3.3"></a>
    54  ## [0.3.3] - 2018-04-07
    55  ### Features
    56  - Change to kindly error message when git-tag does not exist
    57  
    58  
    59  <a name="0.3.2"></a>
    60  ## [0.3.2] - 2018-04-02
    61  ### Bug Fixes
    62  - Fix color output bug in windows help command
    63  
    64  
    65  <a name="0.3.1"></a>
    66  ## [0.3.1] - 2018-03-15
    67  ### Bug Fixes
    68  - Fix preview string of commit subject ([@kt3k](https://github.com/kt3k))
    69  
    70  
    71  <a name="0.3.0"></a>
    72  ## [0.3.0] - 2018-03-12
    73  ### Features
    74  - Add support for GitLab :tada:
    75  
    76  
    77  <a name="0.2.0"></a>
    78  ## [0.2.0] - 2018-03-02
    79  ### Features
    80  - Add template for `Keep a changelog` to the `--init` option
    81  - Supports vim like `j/k` keybind with item selection of `--init`
    82  
    83  ### Bug Fixes
    84  - Support Windows colors :tada: ([@mattn](https://github.com/mattn))
    85  - Fixed several bugs in Windows
    86  
    87  
    88  <a name="0.1.0"></a>
    89  ## [0.1.0] - 2018-02-25
    90  ### Bug Fixes
    91  - Fix error message when `Tag` can not be acquired
    92  - Fix `Revert` of template created by Initializer
    93  
    94  ### Code Refactoring
    95  - Refactor `Initializer` to testable
    96  
    97  ### Features
    98  - Supports annotated git-tag and adds `Tag.Subject` field [#3](https://github.com/git-chglog/git-chglog/issues/3)
    99  - Remove commit message preview on select format
   100  - Add Git Basic to commit message format
   101  - Add preview to the commit message format of `--init` option
   102  
   103  
   104  <a name="0.0.2"></a>
   105  ## [0.0.2] - 2018-02-18
   106  ### Bug Fixes
   107  - Fix a bug that `Commit.Revert.Header` is not converted by `GitHubProcessor`
   108  
   109  ### Features
   110  - Add preview to the commit message format of `--init` option
   111  
   112  
   113  <a name="0.0.1"></a>
   114  ## 0.0.1 - 2018-02-18
   115  ### Bug Fixes
   116  - Fix parsing of revert and body
   117  
   118  ### Code Refactoring
   119  - Fix typo
   120  - Change to return an error if corresponding commit is empty
   121  - Refactor the main logic
   122  
   123  ### Features
   124  - Add cli client
   125  - Add commits in commit version struct
   126  - Add config normalize process
   127  - Add Next and Previous in Tag
   128  - Add MergeCommits and RevertCommits
   129  - First implement
   130  
   131  
   132  [Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.8.0...HEAD
   133  [0.8.0]: https://github.com/git-chglog/git-chglog/compare/0.7.1...0.8.0
   134  [0.7.1]: https://github.com/git-chglog/git-chglog/compare/0.7.0...0.7.1
   135  [0.7.0]: https://github.com/git-chglog/git-chglog/compare/0.6.0...0.7.0
   136  [0.6.0]: https://github.com/git-chglog/git-chglog/compare/0.5.0...0.6.0
   137  [0.5.0]: https://github.com/git-chglog/git-chglog/compare/0.4.0...0.5.0
   138  [0.4.0]: https://github.com/git-chglog/git-chglog/compare/0.3.3...0.4.0
   139  [0.3.3]: https://github.com/git-chglog/git-chglog/compare/0.3.2...0.3.3
   140  [0.3.2]: https://github.com/git-chglog/git-chglog/compare/0.3.1...0.3.2
   141  [0.3.1]: https://github.com/git-chglog/git-chglog/compare/0.3.0...0.3.1
   142  [0.3.0]: https://github.com/git-chglog/git-chglog/compare/0.2.0...0.3.0
   143  [0.2.0]: https://github.com/git-chglog/git-chglog/compare/0.1.0...0.2.0
   144  [0.1.0]: https://github.com/git-chglog/git-chglog/compare/0.0.2...0.1.0
   145  [0.0.2]: https://github.com/git-chglog/git-chglog/compare/0.0.1...0.0.2