Skip to content

Latest commit

 

History

History
117 lines (73 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

117 lines (73 loc) · 2.07 KB

@tonaljs/core

5.0.2

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

  • 48fecc4: Breaking change: remove NoInterval interface. Return Interval type (with emtpy: true) when parsing invalid intervals.
  • 48fecc4: Breaking change: NoNote interface is removed. Always return Note type (with empty: true) when parsing invalid notes.

Patch Changes

4.10.4

Patch Changes

4.10.3

Patch Changes

4.10.2

Patch Changes

4.10.1

Patch Changes

  • Restructure code to use new @tonaljs/pitch. No changes to functionality
  • Updated dependencies

4.10.0

Minor Changes

  • 6fcd52db: Add Scale.steps and Chord.steps

4.9.0

Minor Changes

New internal function

4.8.0

Minor Changes

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

4.7.2

Patch Changes

  • Unify package versions

4.6.12

Patch Changes

  • fix npm publish problem

4.6.11

Patch Changes

  • fix memory leak

4.6.10

Patch Changes

  • Bug fixing