Releases: newlandsvalley/purescript-abc-scores
Releases · newlandsvalley/purescript-abc-scores
v0.6.6
v0.6.5
- Add renderFinalTuneAtWidth which renders the score but overrides config.scale to fit the requested width
v0.6.4
- Purs 0.15.10, latest package set
- This uses the latest Rationals which requires js-bigints (and partial) as dependencies
v0.6.0
- Purescript 0.15.4
- Support vexflow4
- Support chord symbols
- Support the full variety of variant endings
- Support different clefs
- change return type of rendering functions to Maybe RenderingError
- redefine VexScore as a NonEmptyArray of Stave rather than an Array
- (replace test-unit with spec)
v0.5.0
- Revert to VexFlow v1.2.85
- Add support for multiple repeated sections
v0.4.0
- Beaming is now explicit - no reliance on auto-beaming
- Update to latest version of the ABC parser (multiple voices, less code bloat)
v0.3.1
- Support ornaments and articulations.
- Limited support for slurs.
- Properly display double bar lines.
- Fix bug with end of volta processing.
v0.3.0
- Fix bug with grace notes in tuplets
- Improve auto-beaming in 4/4
v0.2.0
- Add score alignment.
- Remove debug from javascript layer.
- Fix bug where repeat-begin marker on final bar in stave was ignored.
v0.1.0
Initial release
(this release still contains debug in the JS layer)