Skip to content

Releases: JetBrains/gradle-changelog-plugin

v0.3.3

06 Jul 11:08
Compare
Choose a tag to compare

Added

  • patchEmpty extension property
  • Better error handling for the header parser
  • GitHub Actions integration with itself

Fixed

  • Possibility to write date besides versions #5

Changed

  • unreleasedTerm default value set from Unreleased to [Unreleased]

v0.3.2

17 Jun 19:40
Compare
Choose a tag to compare

Added

  • markdownToHTML method in extensions.kt file
  • markdownToPlainText method in extensions.kt file

v0.3.1

16 Jun 11:42
Compare
Choose a tag to compare

Added

  • --unreleased flag for the getChangelog task

v0.3.0

16 Jun 07:53
Compare
Choose a tag to compare

Added

  • Allow maintaining changelog without change note types (Added, Fixed)
  • Customising the header by the patchChangelog task with headerArguments extension's property
  • Customising the change notes splitting with the itemPrefix extension's property
  • More tests

Changed

  • format extension property renamed to headerFormat

Fixed

  • Avoid parsing the unreleased header
  • Invalid change notes splitting

v0.2.0

09 Jun 21:33
Compare
Choose a tag to compare

Added

  • Tests for Plugin, Extension and Tasks
  • getHeader() : String in Changelog.Item
  • withFilter(filter: ((String) -> Boolean)?) in Changelog.Item
  • getLatest() helper method
  • hasVersion(version: String) helper method

Changed

  • Extract closure to extensions.kt separated file
  • Code enhancements

v0.1.5

04 Jun 07:46
Compare
Choose a tag to compare

Changed

  • changelog.get and changelog.getLatest return Changelog.Item
  • noHeader flag in Changelog.Item methods changed to builder pattern
  • Changelog.Item#asHTML renamed to Changelog.Item#toHTML
  • Changelog.Item#asText renamed to Changelog.Item#toText

v0.1.4

03 Jun 08:19
Compare
Choose a tag to compare

Fixed

  • Remove org.jetbrains:markdown dependency from the POM file

v0.1.3

01 Jun 20:39
Compare
Choose a tag to compare

Fixed

  • Bundle org.jetbrains:markdown dependency with shadowJar

v0.1.0

29 May 16:18
Compare
Choose a tag to compare

Added

  • Initial release
  • get/getUnreleased helper methods
  • changelog extension configuration
  • getChangelog/patchChangelog tasks