IChangelogItemRenderer

Types

Link copied to clipboard
class HeaderTag(val text: String, val color: Color)

a header tag is used to display a tag in the release header. This is optional and can be used to display additional information about the item type.

Functions

Link copied to clipboard
abstract fun canRender(item: XMLTag): Boolean

Checks if this renderer can render the given item. The first renderer that returns true will be used to render the item.

Link copied to clipboard

If this item has a header tag, it will be used to display a tag in the release header. This is optional and can be used to display additional information about the item type.

Link copied to clipboard
abstract fun render(setup: Changelog.Setup, item: XMLTag)

Renders the given item. The setup is passed to provide additional information about the changelog