Skip to content

Latest commit

 

History

History
135 lines (85 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

135 lines (85 loc) · 2.3 KB

@tonaljs/pcset

4.10.1

Patch Changes

4.10.0

Minor Changes

  • b113754: #### default export is deprecated for @tonaljs modules

    Using default exports for single packages are deprecated, so instead of:

    import Note from "@tonaljs/note";

    You should do this:

    import * as Note from "@tonaljs/note";

    The same for all modules.

Patch Changes

4.9.2

Patch Changes

  • Updated dependencies [48fecc4]
  • Updated dependencies [48fecc4]

4.9.1

Patch Changes

  • Dependencies between packages are now fixed
  • Updated dependencies

4.9.0

Minor Changes

  • f21525b: Add Pcset.notes() function that returns the ordered pitch class notes of the given set

4.8.3

Patch Changes

4.8.2

Patch Changes

  • 3bec1d60: Fix setNumToChroma: it must return a string of length in order to work correctly

4.8.1

Patch Changes

  • Fix: function not exported

4.8.0

Minor Changes

    • fix time signature parsing
    • add support for irrational time signatures
    • add option assumePerfectFifth to Chord.detect function

Patch Changes

4.7.2

Patch Changes

4.7.1

Patch Changes

4.7.0

Minor Changes

  • b120fc42: Publish tonal in tonal package. So use npm install tonal instead of npm install @tonaljs/tonal

Patch Changes

4.6.10

Patch Changes