Skip to content

v8.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 08:20
· 443 commits to master since this release
5b7417f

Changes:

Test and export templateHelpers (#986)

Usage:

import templateHelpers from 'chordsheetjs';

const {
  isChordLyricsPair,
  lineHasContents,
  isTag,
  isComment,
  stripHTML,
  each,
  when,
  hasTextContents,
  lineClasses,
  paragraphClasses,
  evaluate,
  fontStyleTag,
} = templateHelpers;