Skip to content

Releases: martijnversluis/ChordSheetJS

v7.2.0

04 Jun 20:59
Compare
Choose a tag to compare

v7.1.0

03 Jun 19:30
Compare
Choose a tag to compare
7.1.0

v7.0.0

03 Jun 10:31
Compare
Choose a tag to compare

This release fixes some issues related to Song#setKey, which broke when the current song key was unknown.

  • renames Song#setKey to #changeKey to clarify it not only changes the key in metadata, but also transposes all chords

  • Song#setKey now only changes the current song key:

    • it changes the value in metadata
    • it updates any key directive in the song, or adds one if it was not present
    • it removes any key directive if the new value for key is null
  • Song#changeKey will raise a clear error when the current song key is unknown

v6.3.0

19 Apr 07:25
Compare
Choose a tag to compare
6.3.0

v6.2.2

16 Apr 20:23
Compare
Choose a tag to compare
6.2.2

v6.2.0

16 Apr 18:46
Compare
Choose a tag to compare
6.2.0

v6.1.0

27 Feb 19:26
Compare
Choose a tag to compare

Changes

  • Implement Song#setCapo and Song#setKey (#467)

Dependency updates

  • Bump @babel/core from 7.17.0 to 7.17.5 (#464)
  • Bump jest from 27.4.0 to 27.5.1 (#463)
  • Bump @babel/cli from 7.17.3 to 7.17.6 (#466)
  • Bump pinst from 2.1.6 to 3.0.0 (#465)

v6.0.2

18 Feb 12:39
Compare
Choose a tag to compare

Changes

Updated README.md to contain changes in documentation

v6.0.0

17 Feb 21:38
Compare
Choose a tag to compare

Changes

  • Implemented enharmonic rules (#460)

v5.3.0

17 Feb 09:13
Compare
Choose a tag to compare

Changes

  • Add support for numerals (#459)

Dependency updates

  • Bump eslint from 8.8.0 to 8.9.0 (#454)
  • Bump @babel/cli from 7.17.0 to 7.17.3 (#457)
  • Bump @babel/core from 7.17.2 to 7.17.4 (#456)