Releases: pagekit/vue-resource
Releases · pagekit/vue-resource
1.3.0
Note this release has API changes, make sure to update your code when upgrading
New
Changed
- When using
blob
make sure to set responseType: 'blob'
in options
1.2.1
Fixed
- Fix nextTick issue with Vue 2.2 (#567)
1.2.0
New
- Add Node client for Vue SSR (#466, #479)
1.1.2
Fixed
- Fix Vue 2.0 SSR issues (#453)
1.1.0
New
- Add
jsonpCallback
option (#477)
- Add
Headers.deleteAll
function (#438)
Changed
- Resolve abort/timeout requests (#336)
Fixed
- Fix timeout option with jsonp (#516)
- Fix too many args error message on resources (#507)
- Fix params is assumed to be array when it contains 'length' property (#347, #449)
1.0.1
Fixed
- Body interceptor issue (#324)
- Lowercase HTTP header issue (#385)