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

Releases: pagekit/vue-resource

1.3.1

Choose a tag to compare

@steffans steffans released this 09 Apr 18:14

New

1.3.0

Choose a tag to compare

@steffans steffans released this 06 Apr 13:15

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

Choose a tag to compare

@steffans steffans released this 28 Feb 13:35

Fixed

  • Fix nextTick issue with Vue 2.2 (#567)

1.2.0

Choose a tag to compare

@steffans steffans released this 05 Feb 09:22

New

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

1.1.2

Choose a tag to compare

@steffans steffans released this 02 Feb 13:41

Fixed

  • Fix Vue 2.0 SSR issues (#453)

1.1.1

Choose a tag to compare

@steffans steffans released this 31 Jan 08:34

Fixed

1.1.0

Choose a tag to compare

@steffans steffans released this 29 Jan 10:57

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

Choose a tag to compare

@steffans steffans released this 23 Sep 08:33

Fixed

1.0.2

Choose a tag to compare

@steffans steffans released this 13 Sep 09:05

Fixed

1.0.1

Choose a tag to compare

@steffans steffans released this 09 Sep 09:04

Fixed

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