Releases: pebble/rockyjs
Releases · pebble/rockyjs
v0.3.0
v0.2.1
v0.2.0
New Features:
- Pebble's GBitmap APIs are now supported. You can add images to your Rocky.js application by fetching images from the internet, or constructing them as byte arrays. See our updated Simple Example for more info on how to use it
Bugfixes:
- Rocky.js APIs no longer treat "i" as a global variable (#26)
v0.1.0
Our initial release of Rocky.js!
Build JS-powered Pebble applications in your browser using standard web development tools to build & iterate quickly.
Version 0.1.0 implements Pebble's drawing primitives and graphics type with pixel-perfect accuracy. It also leverages standard web APIs to implement functionalities Pebble developers have come to expect such as Accelerometer, Battery, and Timer APIs.