versioning v0.1.1 Versioning.Changelog.Formatter behaviour View Source

Documentation to come.

Link to this section Summary

Callbacks

Accepts a list of changelog versions, a single version, or a single change, and returns a formatted version

Link to this section Callbacks

Link to this callback format(arg0) View Source
format(
  Versioning.Changelog.t()
  | Versioning.Changelog.version()
  | Versioning.Changelong.change()
) :: any()

Accepts a list of changelog versions, a single version, or a single change, and returns a formatted version.

Parameters

  • changelog: A changelog map.