Releases: release-lab/whatchanged
Releases · release-lab/whatchanged
v0.2.3
🔥 New feature:
🐛 Bugs fixed:
💪 Commits(6):
v0.2.2
v0.2.1
🔥 New feature:
🐛 Bugs fixed:
- regexp not correct(
5a8d338
) (thanks @axetroy) - try fix path handler in windows(
a9c32a6
) (thanks @axetroy) - update playground(
3a5437a
) (thanks @axetroy) - playground(
a867126
) (thanks @axetroy) - playground: error logo(
3fa90ed
) (thanks @axetroy)
💪 Commits(22):
a94f18f
- docs: update readme952ac0e
- refactor: remove console2b7c5d4
- refactor: improve dir detect5a8d338
- fix: regexp not correcta9c32a6
- fix: try fix path handler in windows5050ea4
- ci: update ci505b899
- update78dd79a
- chore(deps): pin dependencies (#10)d06c3a6
- update playground1db175c
- test: add more test for generatione898be4
- test: add test8642531
- docs: update readme3a5437a
- fix: update playgrounda867126
- fix: playground3fa90ed
- fix(playground): error logoe46ccfd
- feat: add share button for playground9b308bb
- refactor: rename repl to playground 2d96bc10
- refactor: rename repl to playgrounda9fa2e8
- refactor: update preset=full template69cb636
- refactor(repl): update default template and add warning on mountedce67088
- ci: update release templatec489594
- docs: update changelog
v0.2.0
🔥 New feature:
- refactor multiple version generation(
65c50c6
) (thanks @axetroy) - unified usage when invalid options(
dde4ece
) (thanks @axetroy) - print help/version information to stderr(
ddc712a
) (thanks @axetroy) - version range of hash support 8-length short hash(
d9d3be8
) (thanks @axetroy) - support to generate multiple specified versions ref: #4(
4a9e7ee
) (thanks @axetroy) - rename tag:N to @n(
76eb777
) (thanks @axetroy) - cli: rename '--dir' to '--project' and '--file' to '--output' #4(
189186a
) (thanks @axetroy) - add whatchanged package for Go(
0bb75dd
) (thanks @axetroy) - rename 'changelog' to 'whatchanged'(
ee18634
) (thanks @axetroy) , Closes: #6 - implement revert parser(
2c800f2
) (thanks @axetroy) - add chore block(
418b8f6
) (thanks @axetroy) - add changelog repl. generate changelog online almose done.(
c7127b1
) (thanks @axetroy) - enabled cors for changelog-remote(
8b5f7fb
) (thanks @axetroy)
🐛 Bugs fixed:
- the breaking change block is generate in incorrect format(
5bf4bee
) (thanks @axetroy) - the incorrect range generated when there are no parameters(
bbf648e
) (thanks @axetroy) - parse single version tag:N incorrect(
aa62d6b
) (thanks @axetroy) - repl: server not response markdown(
45b6ad2
) (thanks @axetroy) - repl: generate error(
8a92fd7
) (thanks @axetroy) - repl: no-cors mode(
6410c1b
) (thanks @axetroy) - repl: source block do not render after request success(
d4af36b
) (thanks @axetroy) - repl: improve error handler(
b2bbbbd
) (thanks @axetroy) - repl: markdown is not rendered correctly(
4cf9f6e
) (thanks @axetroy) - deps: update dependency ant-design-vue to v2.0.0-rc.2 (#8)(
a340efc
) (thanks @renovate[bot]) - repl: production assets should be set publicPath(
89ea856
) (thanks @axetroy) - repl: markdown render style(
acebfd0
) (thanks @axetroy)
❤️ BREAKING CHANGES:
-
rename
- tag:0~tag:1 + @0~@1
-
new flags
- --dir=/path/to/dir + --project=/path/to/project
- --file=CHANGELOG.md + --output=CHANGELOG.md
-
repo and binary rename to whatchanged
- $ changelog --help + $ whatchanged --help
💪 Commits(58):
f55c367
- ci: update whatchanged command options749a021
- docs: update changelog8608c37
- v0.2.002136b9
- ci: fix generation in ci65c50c6
- feat: refactor multiple version generationdde4ece
- feat: unified usage when invalid optionsddc712a
- feat: print help/version information to stderrd9d3be8
- feat: version range of hash support 8-length short hash71a51e1
- faet: add style block for generation4a9e7ee
- feat: support to generate multiple specified versions ref: #45bf4bee
- fix: the breaking change block is generate in incorrect formatbbf648e
- fix: the incorrect range generated when there are no parameters76eb777
- feat: rename tag:N to @ne930b89
- refactor: improve the extractoraa62d6b
- fix: parse single version tag:N incorrectf83db49
- build(heroku): fix heroku deploy45b6ad2
- fix(repl): server not response markdown4f27a9f
- docs: update help informationbbce6a7
- ci: fix script189186a
- feat(cli): rename '--dir' to '--project' and '--file' to '--output' #40bb75dd
- feat: add whatchanged package for Go46b9831
- ci: update gorelease's build targetb8bc674
- refactor: restruct folderee18634
- feat: rename 'changelog' to 'whatchanged'39ac73a
- refactor: update repl template8a92fd7
- fix(repl): generate error6007691
- refactor(repl): update repl default template2c800f2
- feat: implement revert parser418b8f6
- feat: add chore block6410c1b
- fix(repl): no-cors moded4af36b
- fix(repl): source block do not render after request successb2bbbbd
- fix(repl): improve error handler4cf9f6e
- fix(repl): markdown is not rendered correctlyafa1da6
- chore(deps): pin dependency vite to 1.0.0-rc.13 (#9)5be056f
- refactor(repl): use new setup scriptsec1471f
- refactor(repl): update default repo in repla3f02fe
- ci: skip deploy repl in not master brancha340efc
- fix(deps): update dependency ant-design-vue to v2.0.0-rc.2 (#8)5a3e750
- chore(deps): pin de...
v0.1.0
🔥 New feature:
- link commit for generation(
b9432db
) (thanks @axetroy) - add full preset template(
7553570
) (thanks @axetroy) - support changelog for git submodule(
ec6a957
) (thanks @axetroy) - add writer step(
441ad13
) (thanks @axetroy) - add formatter for markdown output(
8c177e0
) (thanks @axetroy) - add --file flag to generate file(
0e4fb09
) (thanks @axetroy) - support custom tmeplate and preset(
3aa0aee
) (thanks @axetroy) - support tag ranges(
3d14c9c
) (thanks @axetroy) - support version range. eg v2.0.0~v1.0.0(
a65a4a8
) (thanks @axetroy) - parse commit message and generate to template(
7f67e78
) (thanks @axetroy)
🐛 Bugs fixed:
- improve ssh git url parser(
9993ee6
) (thanks @axetroy) - commit range not include commit of tag(
f8df0ba
) (thanks @axetroy) - unescape template(
e118cbf
) (thanks @axetroy) - if empty argument for command line(
9c79fd9
) (thanks @axetroy) - �[1mci�[0m: remove unsued code(
66bcf8f
) (thanks @axetroy)
💪 Commits(43):
7a3fd6d
- ci: add release template00d6cc7
- ci: debuge6f97da
- ci: debug62e3ae1
- ci: debug10b0cf3
- ci: debugcc5dd66
- ci: update gorelease343e4a8
- chore: add release.md to gitignore6891359
- ci: fix ci34f51dc
- build: rename binary namefecc276
- ci: update gorelease7c687f7
- ci: increase linter timeoutb61c491
- refactor: improve default preset1292dfc
- refactor: update template9993ee6
- fix: improve ssh git url parserb9432db
- feat: link commit for generation7553570
- feat: add full preset template7068672
- update readmeec6a957
- feat: support changelog for git submodulef540d6f
- refactor: rename transform to transformer441ad13
- feat: add writer stepf8df0ba
- fix: commit range not include commit of tag8c177e0
- feat: add formatter for markdown outputa47fe84
- docs: update how it works0e4fb09
- feat: add --file flag to generate file3aa0aee
- feat: support custom tmeplate and presete118cbf
- fix: unescape template3d14c9c
- feat: support tag ranges44ce3cd
- docs: update readme9c79fd9
- fix: if empty argument for command line0b6ba0c
- refactor: Refactor the software architecture to make it clearer and simpler66bcf8f
- fix(ci): remove unsued code89fecf5
- refactor: remove unsued codea65a4a8
- feat: support version range. eg v2.0.0~v1.0.06301c2f
- update help information770ed02
- update585445d
- cache tagsb47e49c
- filter tag with semver version7f67e78
- feat: parse commit message and generate to templateb907117
- update cief5b38a
- update ci linter versiondd55cc8
- fix lint26408cc
- init824d351
- Initial commit