Restful.js Versions Save

A pure JS client for interacting with server-side RESTful resources. Think Restangular without Angular.

0.9.6

8 years ago

Release of v0.9.6

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

0.9.5

8 years ago

Release of v0.9.5

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

0.9.4

8 years ago

Release of v0.9.4

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

0.9.3

8 years ago

Release of v0.9.3

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

0.9.2

8 years ago

Release of v0.9.2

  • Fix issue with query string in fetch http backend

0.9.1

8 years ago

Release of v 0.9.1

Hotfixes on v0.9.0.

0.9.0

8 years ago

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.

0.7

8 years ago

Release of v0.7.0

  • Add full request and response interceptors
  • Add jshint

0.6.1

8 years ago

Release of v0.6.1

  • Hotfix for assign ponyfill issue

0.6.0

8 years ago

Release of v0.6.0

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