Vue Resource Versions Save

The HTTP client for Vue.js

1.5.3

2 years ago

Changed

  • Use got version >=8.0 <12.0

1.5.2

3 years ago

Added

  • Add additional check if plugin has already been registered

1.5.1

5 years ago

Fixed

  • Fix typings for Typescript (#673, #682)

1.5.0

6 years ago

New

  • Use uploadProgress to listen to upload ProgressEvents
  • Use downloadProgress to listen to download ProgressEvents

Deprecated

  • Deprecated progress option

1.4.0

6 years ago

Changed

  • Use return to pass response in interceptors, instead of calling next(...)

1.3.6

6 years ago

New

  • Add typings for Typescript (#611)

1.3.5

6 years ago

Fixed

  • Whitespace before/after JSON (#665)

1.3.4

6 years ago

Fixed

  • Handle rejected promises (#621, #377)

1.3.3

6 years ago

Fixed

  • Fix CDN links (#610)

1.3.2

6 years ago

Fixed

  • Fix root option trailing slash issue (#609)