Skip to content

Releases: RealKrazy/chord-parser

v1.1.1

18 Aug 20:14
Compare
Choose a tag to compare

Version v1.1.1 changelog:

  • A bunch of ToString trait implementations for chord abstractions
  • Additional methods for parsing specific parts of chord signatures
  • *5 -> *no3 ambiguous conversion support

v1.1.0

15 Aug 12:31
Compare
Choose a tag to compare

Version 1.1.0 changelog:

  • Unicode chord symbols
  • "no." notation support (inside and outside alteration list)
  • "/" notation, both as an alias for "add" and slash chord notation
  • "2" is now converted as "7 + 2" (ambiguous conversion)
  • "dom" is now parsed as a dominant chord
  • Input normalization
  • Minor bug fixes
  • Updated README.md

v1.0.1

13 Aug 19:18
Compare
Choose a tag to compare

New version 1.0.1 makes these changes:

  • Updated (fixed) README.md and docs.rs example
  • sus2/4 -> sus2add4 conversion parsing

v1.0.0

13 Aug 18:25
Compare
Choose a tag to compare

First published version of the chord parser (v1.0.0).

  • Parser
  • Abstract representation
  • Reader utilities