Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Releases: marmelab/restful.js

v0.9.6

27 Feb 18:43
Compare
Choose a tag to compare

Release of v0.9.6

  • Define all used HTTP methods as uppercase according to spec thanks to @opengeek

v0.9.5

11 Feb 14:44
Compare
Choose a tag to compare

Release of v0.9.5

  • Fix again headers issue with fallback when not supported thanks to @yborunov

v0.9.4

29 Jan 09:04
Compare
Choose a tag to compare

Release of v0.9.4

  • Fix firefox issue with fetch headers parsing
  • Replace some errors by warnings

v0.9.3

16 Oct 15:50
Compare
Choose a tag to compare

Release of v0.9.3

  • Add events for interceptors
  • Fix minor issue when executing restful without arguments and window

v0.9.2

12 Oct 15:58
Compare
Choose a tag to compare

Release of v0.9.2

  • Fix issue with query string in fetch http backend

v0.9.1

28 Sep 14:41
Compare
Choose a tag to compare

Release of v 0.9.1

Hotfixes on v0.9.0.

v0.9.0

28 Sep 11:40
Compare
Choose a tag to compare

Release of v0.9.0

restful.js was completely reworked. It is much more stable, and more tested. See README.md and UPGRADE-0.9.md for more details.

v0.7.0

26 Jun 15:27
Compare
Choose a tag to compare

Release of v0.7.0

  • Add full request and response interceptors
  • Add jshint

0.6.1

29 Mar 17:28
Compare
Choose a tag to compare

Release of v0.6.1

  • Hotfix for assign ponyfill issue

0.6.0

29 Mar 15:57
Compare
Choose a tag to compare

Release of v0.6.0

All requests now return a response object. It makes the usage more consistent.