Skip to content

Releases: release-lab/whatchanged

v0.2.3

05 Dec 04:32
Compare
Choose a tag to compare

🔥 New feature:

🐛 Bugs fixed:

💪 Commits(6):

v0.2.2

04 Dec 08:18
Compare
Choose a tag to compare

🐛 Bugs fixed:

💪 Commits(1):

v0.2.1

04 Dec 07:14
Compare
Choose a tag to compare

🔥 New feature:

🐛 Bugs fixed:

💪 Commits(22):

  • a94f18f - docs: update readme
  • 952ac0e - refactor: remove console
  • 2b7c5d4 - refactor: improve dir detect
  • 5a8d338 - fix: regexp not correct
  • a9c32a6 - fix: try fix path handler in windows
  • 5050ea4 - ci: update ci
  • 505b899 - update
  • 78dd79a - chore(deps): pin dependencies (#10)
  • d06c3a6 - update playground
  • 1db175c - test: add more test for generation
  • e898be4 - test: add test
  • 8642531 - docs: update readme
  • 3a5437a - fix: update playground
  • a867126 - fix: playground
  • 3fa90ed - fix(playground): error logo
  • e46ccfd - feat: add share button for playground
  • 9b308bb - refactor: rename repl to playground 2
  • d96bc10 - refactor: rename repl to playground
  • a9fa2e8 - refactor: update preset=full template
  • 69cb636 - refactor(repl): update default template and add warning on mounted
  • ce67088 - ci: update release template
  • c489594 - docs: update changelog

v0.2.0

27 Nov 06:59
Compare
Choose a tag to compare

🔥 New feature:

🐛 Bugs fixed:

❤️ 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 options
  • 749a021 - docs: update changelog
  • 8608c37 - v0.2.0
  • 02136b9 - ci: fix generation in ci
  • 65c50c6 - feat: refactor multiple version generation
  • dde4ece - feat: unified usage when invalid options
  • ddc712a - feat: print help/version information to stderr
  • d9d3be8 - feat: version range of hash support 8-length short hash
  • 71a51e1 - faet: add style block for generation
  • 4a9e7ee - feat: support to generate multiple specified versions ref: #4
  • 5bf4bee - fix: the breaking change block is generate in incorrect format
  • bbf648e - fix: the incorrect range generated when there are no parameters
  • 76eb777 - feat: rename tag:N to @n
  • e930b89 - refactor: improve the extractor
  • aa62d6b - fix: parse single version tag:N incorrect
  • f83db49 - build(heroku): fix heroku deploy
  • 45b6ad2 - fix(repl): server not response markdown
  • 4f27a9f - docs: update help information
  • bbce6a7 - ci: fix script
  • 189186a - feat(cli): rename '--dir' to '--project' and '--file' to '--output' #4
  • 0bb75dd - feat: add whatchanged package for Go
  • 46b9831 - ci: update gorelease's build target
  • b8bc674 - refactor: restruct folder
  • ee18634 - feat: rename 'changelog' to 'whatchanged'
  • 39ac73a - refactor: update repl template
  • 8a92fd7 - fix(repl): generate error
  • 6007691 - refactor(repl): update repl default template
  • 2c800f2 - feat: implement revert parser
  • 418b8f6 - feat: add chore block
  • 6410c1b - fix(repl): no-cors mode
  • d4af36b - fix(repl): source block do not render after request success
  • b2bbbbd - fix(repl): improve error handler
  • 4cf9f6e - fix(repl): markdown is not rendered correctly
  • afa1da6 - chore(deps): pin dependency vite to 1.0.0-rc.13 (#9)
  • 5be056f - refactor(repl): use new setup scripts
  • ec1471f - refactor(repl): update default repo in repl
  • a3f02fe - ci: skip deploy repl in not master branch
  • a340efc - fix(deps): update dependency ant-design-vue to v2.0.0-rc.2 (#8)
  • 5a3e750 - chore(deps): pin de...
Read more

v0.1.0

23 Nov 23:43
Compare
Choose a tag to compare

🔥 New feature:

🐛 Bugs fixed:

💪 Commits(43):

  • 7a3fd6d - ci: add release template
  • 00d6cc7 - ci: debug
  • e6f97da - ci: debug
  • 62e3ae1 - ci: debug
  • 10b0cf3 - ci: debug
  • cc5dd66 - ci: update gorelease
  • 343e4a8 - chore: add release.md to gitignore
  • 6891359 - ci: fix ci
  • 34f51dc - build: rename binary name
  • fecc276 - ci: update gorelease
  • 7c687f7 - ci: increase linter timeout
  • b61c491 - refactor: improve default preset
  • 1292dfc - refactor: update template
  • 9993ee6 - fix: improve ssh git url parser
  • b9432db - feat: link commit for generation
  • 7553570 - feat: add full preset template
  • 7068672 - update readme
  • ec6a957 - feat: support changelog for git submodule
  • f540d6f - refactor: rename transform to transformer
  • 441ad13 - feat: add writer step
  • f8df0ba - fix: commit range not include commit of tag
  • 8c177e0 - feat: add formatter for markdown output
  • a47fe84 - docs: update how it works
  • 0e4fb09 - feat: add --file flag to generate file
  • 3aa0aee - feat: support custom tmeplate and preset
  • e118cbf - fix: unescape template
  • 3d14c9c - feat: support tag ranges
  • 44ce3cd - docs: update readme
  • 9c79fd9 - fix: if empty argument for command line
  • 0b6ba0c - refactor: Refactor the software architecture to make it clearer and simpler
  • 66bcf8f - fix(ci): remove unsued code
  • 89fecf5 - refactor: remove unsued code
  • a65a4a8 - feat: support version range. eg v2.0.0~v1.0.0
  • 6301c2f - update help information
  • 770ed02 - update
  • 585445d - cache tags
  • b47e49c - filter tag with semver version
  • 7f67e78 - feat: parse commit message and generate to template
  • b907117 - update ci
  • ef5b38a - update ci linter version
  • dd55cc8 - fix lint
  • 26408cc - init
  • 824d351 - Initial commit