We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1684f2f commit 23a7a65Copy full SHA for 23a7a65
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v8.1.0 (2021-06-15)
2
+
3
+#### :rocket: Enhancement
4
+* [#623](https://github.com/ember-cli/ember-fetch/pull/623) Allow to use native promises instead of RSVP ([@mydea](https://github.com/mydea))
5
6
+#### Committers: 1
7
+- Francesco Novy ([@mydea](https://github.com/mydea))
8
9
## v8.0.5 (2021-06-02)
10
11
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-fetch",
- "version": "8.0.5",
+ "version": "8.1.0",
"description": "HTML5 Fetch polyfill (as an ember-addon)",
"typings": "./index.d.ts",
"keywords": [
0 commit comments