Releases: particle-iot/particle-api-js
Releases · particle-iot/particle-api-js
v10.1.0
What's Changed
- feature/sc-121448/configure-typescript-with-just-checkjs by @CarlosHdez in #170
- feature/sc-121453/build-library-with-webpack by @CarlosHdez in #173
Full Changelog: v10.0.0...v10.1.0
v10.0.0
What's Changed
- Implement Block APIs by @laupow in #157
- Update endpoint uri by @laupow in #159
- Rename runs endpoint by @laupow in #160
- Add ledger endpoints by @suda in #164
- chore: [sc-120492] Update URLs for blocks api by @laupow in #166
- Update the ledger methods by @suda in #167
- Fix some small typos in subspace docs by @cole-abbeduto-particle in #168
- feature/sc-121449/use-fetch-in-agent-js by @CarlosHdez in #169
New Contributors
- @laupow made their first contribution in #157
- @cole-abbeduto-particle made their first contribution in #168
- @CarlosHdez made their first contribution in #169
Full Changelog: v9.4.1...v10.0.0
v9.4.1
v9.2.0
v9.1.2
v9.1.1
v9.1.0
v9.0.2
v9.0.1
v9.0.0
Breaking Changes
- base http methods (
.get()
,.put()
, etc) on agent and particle classes accept options object vs. positional arguments (see here) .downloadFile()
method usesuri
option (vs.url
) (docs)- refactored options object for the
.createWebhook()
method - hook-related options are now passed in viaoptions.hook
(docs)
Updates
- add support for configuration and location services
- all top-level api methods optionally accept a
headers
option object