Releases: lekterable/perfekt
Releases · lekterable/perfekt
2.0.0
BREAKING
- rewrite the codebase using classes be73954c
- update
groups
configuration option c02bbda1
Features
Misc
1.2.0
Features
- make breaking and misc headers configurable 6b05a3b8
- add --from option to changelog and release 0586c886
- make no-commits error more specific a357a61a
- add release version bumping 17feea4a
- make changelog ignored scopes configurable d34a9f12
- make changelog groups configurable a2ec46eb
Misc
1.1.0
Features
- add %HASH% placeholder to line format a3c93b2f
- introduce changelog customization using config file e66d6176
- use higher level of headers for changelog eea23d95
Fixes
- throw error if there are no commits 5fa8e6c9
- check if changelog exists before accessing 4d95659f
- make release pass the config object 56473839
- handle edge case with non conventional commits 8be681f2
- replace %message% as last to avoid bugs ec507396
- stop adding empty line at the end of the file on --root faee4801
- stop adding Latest when not applicable c64fa467
Misc
1.0.0
BREAKING
- group changelog entries by type c5f11da
Features
- add --root option b813606
- add initialize config feature 187e920
- add package version b910880
- prepend the CHANGELOG file instead of rewriting it 960ea6f
- add update version feature fdef971
Misc
- move util tests to separate files db810d5
- move commands to separate files dbd5fa0
0.2.0
Features
- include changelog in the releases 2da21c56
- add option to write to local CHANGELOG file 51ef458b
Misc
- add utils tests 217b25d0
- extract line generating logic to function and promisify exec e69a284b