Releases: Moddable-OpenSource/pebble-examples
Releases · Moddable-OpenSource/pebble-examples
0.0.0.10
0.0.0.9
This release adds WebSocket Client support. You can use both the ECMA-419 WebSocket Client (for more control) and the HTML5 standard WebSocket() for API compatibility with the Web. There are new examples to demonstrate both of these APIs.
0.0.0.8
Improvements in this release include:
- Rendering PDC resources (Pebble converted SVG) using Poco
- Both single Images and Image Sequences (animations)
- Scaling and rotation transformations
- Four new example apps to demonstrate using PDC resources
- HTTP support included (previous release accidentally excluded this)
- Migrated to (more or less) the latest PebbleOS
bsearchimplemented. Allows several more JavaScript features to work including international case conversion (Á<->á, etc)qsortimplemented. Allows several RegExp features to work as well as TypedArray sorting when no comparison function is provided
0.0.0.7
Adds:
- Poco round rectangle and circle via Pebble graphics
- Extend Pebble 1-bit dithering fills to support light and dark gray (in addition to existing 50% gray). See
hellopiu-coloredsquaresandhellopoco-pebblegraphicsfor examples. hellopiu-timelineexample with easing equationshellopoco-pebblegraphicsexample using lines, circles, and round rectangles