Skip to content

Commit cd143b0

Browse files
author
Joe Goggins
committed
9.4.0
1 parent 94b7192 commit cd143b0

File tree

6 files changed

+127
-108
lines changed

6 files changed

+127
-108
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# changelog
22

3+
## 9.4.0 - 14 June 2022
4+
5+
* Adds `.setDefaultAuth(auth)` so token authenticated methods don't need to pass their own auth token.
6+
* Adds support for `auth` option in Particle constructor, calls `.setDefaultAuth()` if provided
7+
* Fixes bug where `.setBaseUrl(baseUrl)` was not honored for `.getEventStream()` method (sc-105035)
8+
39
## 9.3.0 - 8 June 2022
410
* Adds `.setBaseUrl(baseUrl)` to override backend api endpoint
511

dist/particle.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/particle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api.md

Lines changed: 115 additions & 102 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "particle-api-js",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "Particle API Client",
55
"main": "lib/Particle.js",
66
"scripts": {

0 commit comments

Comments
 (0)