Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 776 Bytes

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 776 Bytes

2.0.2

  • No visible changes in the PICO-8 style API but the internals have been completely rewritten
  • New example, NewBasic.elm to show off rewrite. Now you can use the debug view to easily view your model! (Works really well if you don't have any timer events.)

2.0.1

  • Fix #1 via attempting to load textures from multiple sources (data URL first, then local asset, finally elmo-8.twomeylee.name)

2.0.0

  • Upgrade to Elm 0.18, no changes to API.

1.0.2

  • Slightly improve examples.

1.0.1

  • Attempting to fix compatibility with Elm 0.17 on package index.

1.0.0

  • Initial release for real (fixing numbering to match Elm's versioning system).

0.1.0

  • Initial release.
  • Implemented: print, sprite and putPixel.