change library
Functions
- 
  parseChangelog(String markdown, {Document? document}) → Changelog 
- 
  Parses the Changelog from a markdown string.
Pass the documentinstance to have fine-grained control over markdown parsing, such as extensions and html encoding.
- 
  printChangelog(Changelog changelog, {bool keepEmptyUnreleased = false}) → String 
- 
  Converts the changelogto a markdown string.
- 
  printChanges(Section section) → String 
- 
  Converts the Unreleased/Release sectionto a markdown string. This is the same as printRelease and printUnreleased but skips the header line and the bottom (non-inline) links section.
- 
  printRelease(Release release) → String 
- 
  Converts the releaseto a markdown string.
- 
  printUnreleased(Section unreleased) → String 
- 
  Converts the unreleasedsection to a markdown string.