@nuxt/http
Advanced tools
Comparing version 0.5.13 to 0.6.0
@@ -5,2 +5,13 @@ # Changelog | ||
## [0.6.0](https://github.com/nuxt/http/compare/v0.5.13...v0.6.0) (2020-10-01) | ||
### ⚠ BREAKING CHANGES | ||
* **deps:** (ky) remove response property for the first argument passed to `beforeRetry` hook. You can access it on `error.response` instead. | ||
### Features | ||
* **deps:** update dependency ky to ^0.24.0 ([#131](https://github.com/nuxt/http/issues/131)) ([6d16a87](https://github.com/nuxt/http/commit/6d16a87d3c94e190312fc292c074be40a28bd1fe)) | ||
### [0.5.13](https://github.com/nuxt/http/compare/v0.5.12...v0.5.13) (2020-09-26) | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "@nuxt/http", | ||
"version": "0.5.13", | ||
"version": "0.6.0", | ||
"description": "Universal HTTP Module for Nuxt.js", | ||
@@ -26,3 +26,3 @@ "repository": "nuxt/http", | ||
"destr": "^1.0.0", | ||
"ky": "^0.23.0", | ||
"ky": "^0.24.0", | ||
"node-fetch": "^2.6.1", | ||
@@ -29,0 +29,0 @@ "web-streams-polyfill": "^3.0.0" |
32058
+ Addedky@0.24.0(transitive)
- Removedky@0.23.0(transitive)
Updatedky@^0.24.0