conventional 0.4.0 conventional: ^0.4.0 copied to clipboard
A light-weight library for working with commits that follow the Conventional Commits specification.
0.3.1 (2022-07-27) #
0.2.4 (2021-04-03) #
Bug Fixes #
Features #
0.2.3 #
writeChangelogToFile()
for writing changelogs toFile
0.2.2 #
- Fix parsing problem when there is 'commit' in commit message
0.2.1 #
- Fix next_version increment logic
0.2.0 #
- Use petite_parser for robust commit parsing
0.1.0 #
- Updated equatable dependency
0.1.0-pre #
- Added
lintCommit()
for linting commit messages based on Conventional Commit logs - Added some API documentation
0.0.2-pre #
- Added
nextVersion()
for determining the next version based on commits
0.0.1-pre #
- Initial version