Skip to content

Latest commit

 

History

History
112 lines (68 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

112 lines (68 loc) · 1.71 KB

@tonaljs/voice-leading

5.1.1

Patch Changes

5.1.0

Minor Changes

  • 56d89f7: #### 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

  • Updated dependencies [b113754]
  • Updated dependencies [3cd5f16]

5.0.3

Patch Changes

5.0.2

Patch Changes

  • Dependencies between packages are now fixed
  • Updated dependencies

5.0.1

Patch Changes

  • Named type was renamed to NamedPitch. Add old export for backwards compatibility
  • Updated dependencies

5.0.0

Major Changes

  • 15017c0: First published version

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

  • fix memory leak
  • Updated dependencies
  • Updated dependencies [b120fc42]

4.6.6

Patch Changes