[MASTER]

[2.0.1]
- Move to ES6 modules with ES5 fallback via rollup
- Add eslint configuration and tests

[2.0.0]
- API BREAK: remove midiToFreq function (replaced by freq function that now accepts midi numbers too)
- chroma values are always inside 0..11 range
- midi function bypasses midi numbers
- freq accepts midi numbers and an optional tuning parameter

[1.2.0]
- Add build function

[1.1.0]
- Add midiToFreq function

[1.0.0]
- Add better REGEX support
- Add function for each property
- Add chroma, alt

[0.9.0]
- Add name and remove toString

[0.8.0]
- Add plus and minus notation (impro-visor style)
- Move to standard js style

[0.7.0]
- Add midi note
- Add frequency

[0.6.0]
- Add defaultOctave param
- Add defaultValue param

[0.5.0]
- Octave is, by default, 4
- Rename pitchClass to pc
- Rename octave to oct
- Rename accidentals acc

[0.4.0]
- Add parse.toString method

[0.3.0]
- Rename to note-parser
- Fail fast: parser error now throws exception

[0.2.0]
- Parse a parsed note return itself

[0.1.0]
- First version
- Parse notes with accidentals
