Skip to content

Releases: pebble/rockyjs

v0.3.0

11 Feb 02:25
Compare
Choose a tag to compare
  • support for GPath
  • support for Fonts
  • support for APNGs/GIFs
  • various bug fixes
  • more examples

v0.2.1

28 Jan 19:02
Compare
Choose a tag to compare
  • Make butkus.pebbledev.com the default proxy for GBitmap (you no longer need to explicitly set it in your app if you want to use it)
  • Update the API compatibility grid

v0.2.0

28 Jan 18:41
Compare
Choose a tag to compare

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

28 Jan 18:37
Compare
Choose a tag to compare

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.