Skip to content

Commit b224e36

Browse files
committed
update changelog w/ breaking changes for v9.0.0
1 parent 992a860 commit b224e36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
## 9.0.0 - 20 May 2020
1111
* Add support for configuration and location services
12+
* All top-level api methods optionally accept a `headers` option object
13+
* Breaking: Base http methods (`.get()`, `.put()`, etc) on agent and particle classes accept options object vs. positional arguments ([see here](https://github.com/particle-iot/particle-api-js/pull/115/commits/c209a43ebcda53b9dc6857e1b54228906f506feb))
14+
* Breaking: `.downloadFile()` method uses `uri` option (vs. `url`) ([docs](https://github.com/particle-iot/particle-api-js/blob/master/docs/api.md#downloadfile))
15+
* Breaking: Refactored options object for the `.createWebhook()` method - hook-related options are now passed in via `options.hook` ([docs](https://github.com/particle-iot/particle-api-js/blob/master/docs/api.md#createwebhook))
1216

1317
## 8.4.0 - 28 April 2020
1418
* Allow invalidating access tokens when changing password

0 commit comments

Comments
 (0)