Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.21 KB

File metadata and controls

35 lines (24 loc) · 1.21 KB

1.0.5

  • Bumps boomsheets_dart dependency to 1.0.8 which resolves issues with parsing tabs and line feed end characters on different platforms.

1.0.4

  • Bumps boomsheets_dart dependency to 1.0.7.
  • Includes new API AnimationComponent.pointOffset(String name, {...}) for fetching arbitrary points to attach Components in Flame.
  • New parser feature supports multi-line values for long elements and custom user-data.

1.0.3

  • Bumps boomsheets_dart dependency to 1.0.6.
  • Improved readme terms in the glossary table.

1.0.2

  • Bumps boomsheets_dart dependency to 1.0.5.

1.0.1

  • Bumps boomsheets_dart dependency to 1.0.4.
  • Added AnimationComponent.completedThisFrame feature.
  • Type Mode is now an extension type over int with bit-wise operator support.
  • Mode.repeat changed to the correct Mode.reverse name.
  • All Mode flags supported.
  • Added Mode.has(...) to shorthand the existence of other mode flags.
  • Updated readme with github supported markdown tips.
  • Added official branding folder with banners to project and readme.

1.0.0

  • Initial version.