-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e06eecb
commit 66edf34
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://www.github.com/conventional-commits/parser/compare/v0.1.0...v0.2.0) (2020-12-28) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* add position info to nodes (#5) | ||
* initial implementation of parser (#1) | ||
|
||
### Features | ||
|
||
* refactor footer to be part of message ([#26](https://www.github.com/conventional-commits/parser/issues/26)) ([e06eecb](https://www.github.com/conventional-commits/parser/commit/e06eecb3e8fe9b8418f4584c995cbfcbce4b0f08)) | ||
* **conventional-changelog:** populate references array ([#27](https://www.github.com/conventional-commits/parser/issues/27)) ([9fbcde2](https://www.github.com/conventional-commits/parser/commit/9fbcde234af26a2b6865d6d549dfe077fd14ce1b)) | ||
* add conventional-changelog utility ([#19](https://www.github.com/conventional-commits/parser/issues/19)) ([64f21a5](https://www.github.com/conventional-commits/parser/commit/64f21a583766704f35f0c2306c0b477bd6cc1900)) | ||
* add greedy whitespace tokenizer ([#24](https://www.github.com/conventional-commits/parser/issues/24)) ([b0c64f9](https://www.github.com/conventional-commits/parser/commit/b0c64f9adfb93b29d9e0d522a63cf6e97c22a97f)) | ||
* add inspect command to debug trees ([#9](https://www.github.com/conventional-commits/parser/issues/9)) ([2967cc4](https://www.github.com/conventional-commits/parser/commit/2967cc48febd88a6a6a3b4c9fb0e8707cfc0ae99)) | ||
* add node helpers to scanner ([#15](https://www.github.com/conventional-commits/parser/issues/15)) ([ef8a6ca](https://www.github.com/conventional-commits/parser/commit/ef8a6ca2fc965487324747a6c88ba3129218482b)) | ||
* add position info to nodes ([#5](https://www.github.com/conventional-commits/parser/issues/5)) ([3bbca45](https://www.github.com/conventional-commits/parser/commit/3bbca4556d2561d4031f10e45c0481c15a639ec5)) | ||
* implement body/footer parsing ([#11](https://www.github.com/conventional-commits/parser/issues/11)) ([e00dcb4](https://www.github.com/conventional-commits/parser/commit/e00dcb472a9e9dcf8f1fb8df7b85fae9a2998656)) | ||
* **grammar:** ran grammar through linter ([#8](https://www.github.com/conventional-commits/parser/issues/8)) ([1ee86a7](https://www.github.com/conventional-commits/parser/commit/1ee86a7ad82374e46f33c0b865114bb914db5481)) | ||
* initial implementation of parser ([#1](https://www.github.com/conventional-commits/parser/issues/1)) ([3716f40](https://www.github.com/conventional-commits/parser/commit/3716f40f1f193d24cebe6a1e9e3efb301191cddd)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* use new parser export name in inspect script ([#23](https://www.github.com/conventional-commits/parser/issues/23)) ([41a2939](https://www.github.com/conventional-commits/parser/commit/41a293961bde9d3ec7d4dca2d2196810acd6ab06)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters