Documentation
¶
Overview ¶
Package changelog prepares a Keep a Changelog-style Markdown document for a reusable Bootstrap display.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶ added in v0.2.0
Content contains the rendered changelog and the current release date.
func Prepare ¶ added in v0.2.0
Prepare renders every non-empty release section with the default options.
func PrepareWithOptions ¶ added in v0.2.0
PrepareWithOptions renders every non-empty release section in source order and configures the display.
type Options ¶ added in v0.2.0
type Options struct {
ModalID string
StorageKey string
Title string
NewIn string
Close string
Confirm string
}
Options customizes display IDs, browser storage, and labels. Empty IDs and storage keys are derived from the current version; empty labels are replaced by English defaults.
Click to show internal directories.
Click to hide internal directories.