-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.1.1](v2.1.0...v2.1.1) (2018-09-03) ### Bug Fixes * **fetch:** abort all concurrent requests on reconnect ([b011725](b011725)) * **fetch:** add no-cache header to reconnect requests ([c154c47](c154c47)) * **fetch:** import AbortController from lib ([73bee11](73bee11)) * **service:** prevent exception on service destroy ([2fad84d](2fad84d))
- Loading branch information
1 parent
3911507
commit 44c4c19
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## [2.1.1](https://github.com/BBVAEngineering/ember-network-state/compare/v2.1.0...v2.1.1) (2018-09-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **fetch:** abort all concurrent requests on reconnect ([b011725](https://github.com/BBVAEngineering/ember-network-state/commit/b011725)) | ||
* **fetch:** add no-cache header to reconnect requests ([c154c47](https://github.com/BBVAEngineering/ember-network-state/commit/c154c47)) | ||
* **fetch:** import AbortController from lib ([73bee11](https://github.com/BBVAEngineering/ember-network-state/commit/73bee11)) | ||
* **service:** prevent exception on service destroy ([2fad84d](https://github.com/BBVAEngineering/ember-network-state/commit/2fad84d)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters