Skip to content

Releases: jccit/PebbleKit.ts

0.3.0-beta.1

14 Dec 23:46

Choose a tag to compare

0.3.0-beta.1 Pre-release
Pre-release

Deprecated

The following has been deprecated in this release and will be removed in the next major release.

Major changes

  • Fetch API is now supported, all PebbleTS specific fetch utilities will be removed in a future release.
    • Specifically we are using the whatwg-fetch polyfill
    • XHR is still supported but not recommended
  • Support for insertTimelinePin and deleteTimelinePin which have been recently added to the Core Devices app for creating timeline pins locally
    • This includes typings for these functions and timeline pins in general
    • Wrappers are provided PebbleTS.insertTimelinePin and PebbleTS.deleteTimelinePin that will throw if ran on an unsupported environment

Minor changes

  • Squashed a couple of babel errors when trying to build an app while developing PKTS locally

v0.2.1

27 Aug 10:07

Choose a tag to compare

  • pkts installs tool in devDependencies to avoid warnings during pebble build
  • Rollup json plugin is enabled

v0.2

26 Aug 22:51

Choose a tag to compare

v0.1 represents the pre-package version of this project which is now deprecated

Initial release with:

  • pkts cli tool
  • basic set of pebble utilities