Skip to content

Releases: lekterable/perfekt

2.0.1

23 Jul 23:12
3ca48c5
Compare
Choose a tag to compare

Misc

2.0.0

22 Jul 23:39
88ddd45
Compare
Choose a tag to compare

BREAKING

  • rewrite the codebase using classes be73954c
  • update groups configuration option c02bbda1

Features

Misc

  • update README badges abfb3d86
  • setup CI with GitHub Actions ee24740b
  • update groups configuration option documentation 132d550c
  • update dependencies and configurations 25cbe30f
  • reword question 8c3ff1c8

1.2.0

03 May 17:56
73f2ecb
Compare
Choose a tag to compare

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

03 May 17:56
a1736a2
Compare
Choose a tag to compare

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

23 Apr 15:50
dfb0e11
Compare
Choose a tag to compare

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

21 Apr 00:01
267cb60
Compare
Choose a tag to compare

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

0.1.0

20 Apr 13:21
f219120
Compare
Choose a tag to compare

Features

Fixes

Misc