Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Releases: pagekit/vue-resource

1.3.1

09 Apr 18:14
Compare
Choose a tag to compare

New

1.3.0

06 Apr 13:15
Compare
Choose a tag to compare

Note this release has API changes, make sure to update your code when upgrading

New

  • Added responseType option (#566, #584)

Changed

  • When using blob make sure to set responseType: 'blob' in options

1.2.1

28 Feb 13:35
Compare
Choose a tag to compare

Fixed

  • Fix nextTick issue with Vue 2.2 (#567)

1.2.0

05 Feb 09:22
Compare
Choose a tag to compare

New

  • Add Node client for Vue SSR (#466, #479)

1.1.2

02 Feb 13:41
Compare
Choose a tag to compare

Fixed

  • Fix Vue 2.0 SSR issues (#453)

1.1.1

31 Jan 08:34
Compare
Choose a tag to compare

Fixed

1.1.0

29 Jan 10:57
Compare
Choose a tag to compare

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.3

23 Sep 08:33
Compare
Choose a tag to compare

Fixed

1.0.2

13 Sep 09:05
Compare
Choose a tag to compare

Fixed

1.0.1

09 Sep 09:04
Compare
Choose a tag to compare

Fixed

  • Body interceptor issue (#324)
  • Lowercase HTTP header issue (#385)