Releases: jccit/PebbleKit.ts
Releases · jccit/PebbleKit.ts
0.3.0-beta.1
Deprecated
The following has been deprecated in this release and will be removed in the next major release.
fetchString,fetchJSONandfetchBinaryare being replaced by the standard fetch API
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-fetchpolyfill - XHR is still supported but not recommended
- Specifically we are using the
- Support for
insertTimelinePinanddeleteTimelinePinwhich 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.insertTimelinePinandPebbleTS.deleteTimelinePinthat 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