Skip to content

Latest commit

 

History

History
113 lines (54 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

113 lines (54 loc) · 5.47 KB

Changelog

0.6.0 (2025-01-14)

Features

Bug Fixes

  • bms/lex: use Cow<'a, str>, for performance? (#99) (44fa2bd)
  • Fix Errors about Cursor when parsing source with no "\r\n" in the end. (#106) (4b07f2d)

0.5.0 (2025-01-06)

⚠ BREAKING CHANGES

  • Support Bemuse extensions (#93)

Features

Miscellaneous Chores

0.4.4 (2023-11-09)

Bug Fixes

0.4.3 (2023-10-08)

Features

  • Enforce Error types with thiserror (#39) (01fb306)

Bug Fixes

  • Fix non-standard resource name can't be handled correctly. (#37) (446303d)

Miscellaneous Chores

0.4.2 (2023-10-04)

Bug Fixes

  • Fix Bgm Obj can't be fully parsed (#35) (ff481ce)

0.4.1 (2023-10-03)

Bug Fixes

0.4.0 (2023-10-03)

⚠ BREAKING CHANGES

  • Store multiple notes by id (#29)

Features

Miscellaneous Chores

0.3.0 (2023-04-17)

⚠ BREAKING CHANGES

  • Support bmson (#12)
  • Change to use Track time in SectionLenChangeObj (#9)

Features

Bug Fixes

  • Change to use Track time in SectionLenChangeObj (#9) (e321707)
  • Fix to parse BACKBMP (#7) (b23b67b)

Miscellaneous Chores