- 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.)
- Fix #1 via attempting to load textures from multiple sources (data URL first, then local asset, finally elmo-8.twomeylee.name)
- Upgrade to Elm 0.18, no changes to API.
- Slightly improve examples.
- Attempting to fix compatibility with Elm 0.17 on package index.
- Initial release for real (fixing numbering to match Elm's versioning system).
- Initial release.
- Implemented:
print
,sprite
andputPixel
.