Skip to content

Releases: Joxit/kokai

Release 0.3.1

15 Jan 00:00
3e7d513
Compare
Choose a tag to compare

0.3.1 (2021-01-15)

🪲 Bug Fixes

  • format commit id with code only when link is activated and fix release CI (3e7d513)

Release 0.3.0

14 Jan 22:36
d063538
Compare
Choose a tag to compare

0.3.0 (2021-01-14)

🪲 Bug Fixes

  • format: fix links generation, should remove # and fix github link (a0b9758)

✨ Features

  • release: add support for breaking changes commit (b0f4277)
  • release: add new option no-emoji to remove emojis from headers (05314c0)
  • conventional-parser: supports for issues and pr links in summary message (149021b)
  • format: retrieve pull request ids from summary + generate links (9e91316)
  • format: retrieve issue ids from a summary and generate issue links (7db2fc6)
  • completion: add bash/zsh.. completion scripts generation with some tips for bash (5db44c9)
  • docker: add official docker image joxit/kokai 🎉 (98ae0a2)
  • formatters: add more markdown functions for list and headers (7ef9da8)
  • formatters: add new markdown functions for bold/italic/links... and commit links (e092fbe)
  • release: add options add-links and git-url (e5a7082)

🔧 Build

🚀 Continuous Integration

Release 0.2.0

28 Nov 23:21
de1e33a
Compare
Choose a tag to compare

0.2.0 (2020-11-29)

✨ Features

  • error: convert io::Error to kokai::Error (7dc25f9)
  • error: more error management improvement (0009f01)
  • error: improve error management (851c5fd)
  • formatters: add markdown formatter for conventional commits (558675d)
  • git-traits: add Git2CommitTrait and Git2RepositoryTrait and simplify code (35a5ec2)
  • release: add option tag-from-ref and rename tag to ref (c16bd2b)

:shipit: Build

  • 0.2.0: BREAKING CHANGE rename tag to ref (de1e33a)

🚀 Continuous Integration

  • release: fetch all history (fetch-depth: 0) (647e026)

Release 0.1.0

11 Nov 10:41
bea22fa
Compare
Choose a tag to compare

0.1.0 (2020-11-11)

Bug Fixes

  • fix(angular): scope regex was wrong and add more commit types (61d940e)
  • fix: wrong order when merge, sort commits by date (a186b2a)

Code Refactoring

  • refactor: rename AngularCommit to ConventionalCommit (5b81bd5)

Features

  • feat(commands): update release and add name option for explicit release name (b4a50b9)
  • feat(commands): now there are two subcommands release and changelog (5d30548)
  • feat(format): get tag header with date when available (e0a8764)
  • feat(format): create angular release formatter (1bbe362)
  • feat(git): add get_all_commits_until_tag function (3924b45)
  • feat(git): improve get_all_commits_before and use revwalk (dbbf1e5)
  • feat(git): add get_all_tags function (6501fe2)
  • feat(angular-parser): convert Commit into AngularCommit (c4ea9d5)
  • feat: impl git walk through commits (73748af)
  • feat: starts with common command options (5dc1188)
  • feat: add skeleton (ad778f3)

Build

Continuous Integration

Chore

  • chore(commands): complete README and fix minor typo (9af9067)