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