conventional_commit 0.5.0 conventional_commit: ^0.5.0 copied to clipboard
Parse a git commit message using the Conventional Commits specification.
0.4.2 #
- FEAT: relax commit message validation to accept commit messages without spaces before the description (after
:
). (ddf7fb11)
0.4.1 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.4.1-dev.1 #
- DOCS: fix a few things and expand page for
melos.yaml
(#200).
0.4.1-dev.0 #
- FIX: commit scope should support asterisk characters (#130).
- FEAT: added config validation and type-safe Dart API (#139) (#140).
- FEAT: migrate Melos to null-safety (#115).
0.4.0 #
Note: This release has breaking changes.
- BREAKING FEAT: migrate conventional_commit to null-safety (#114).
0.3.0+1 #
- FIX: scope list can support spaces.
0.3.0 #
Note: This release has breaking changes.
- BREAKING FEAT: add support for parsing body and breaking change descriptions.
0.2.0 #
Note: This release has breaking changes.
- BREAKING REFACTOR: rework bootstrap behaviour (see #51 for more info).
0.1.0+2 #
- REFACTOR: break out conventional_commit package.