Skip to content

Commit

Permalink
8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed Jul 30, 2019
1 parent 751c9a8 commit 6aba2a4
Show file tree
Hide file tree
Showing 6 changed files with 283 additions and 282 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# changelog

## 8.0.0 - 30 July 2019

* EventStream returned by getEventStream handles errors better [PR #99](https://github.com/particle-iot/particle-api-js/pull/99).
**Breaking changes for EventStream:**
- Only emits a single event named 'event' for each Particle event received instead of 2 events, one named 'event' and another named after the Particle event name. This behavior caused EventStream to disconnects if a Particle event named 'error' was published.
- Does not emit the 'error' event when a network error happens. Instead it emits 'disconnect' and automatically reconnects.

## 7.4.1 - 6 May 2019
* Do not require network ID to remove a device from its network [PR #103](https://github.com/particle-iot/particle-api-js/pull/103)

Expand Down
368 changes: 181 additions & 187 deletions dist/particle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/particle.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 6aba2a4

Please sign in to comment.