Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 976 Bytes

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 976 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[3.1.0] - 2023-08-05

Added

  • Hashable conformance for Note
  • CustomStringConvertable conformance
  • Identifiable conformance for Note

[3.0.0] - 2020-07-29

Breaking

  • Extract ChordVoicing description method to ChordFormatter
  • Rename Scaletor.generateScale() to Scaletor.makeScale

Added

  • Make chord progressions for mode
  • ChordFormatter to produce string descriptions of chords easily, with style options

[2.0.0] - 2020-07-26

Added

  • Mode protocol
  • Harmonic Minor modes (fixes #1)
  • Melodic Minor modes

Breaking

  • Rename Chord to ChordVoicing
  • Rename Mode to MajorMode

[1.0.0] - 2020-07-11

Added

  • Initial package release