Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 676 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 676 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

0.5.0 - 2019-07-13

Changed

  • Put all parser functions in single parser module.

0.4.0 - 2019-07-13

Added

  • Expose all levels of parser. This is useful when parsing individual events, rather than a file.

Changed

  • Rewrote parsers using nom 5 (no more macros!)
  • Midi file renamed from Midi to SimpleMidiFile.

0.2.0

Added

  • Expose fields as public where they should be