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

0.5.0

Compare
Choose a tag to compare
@steffans steffans released this 20 Dec 13:04
· 349 commits to master since this release

New

  • New timeout option (#27)
  • New request/response interceptors (#5)
  • New URI templating, RFC6570

Fixed

  • Fix cross origin check (#168)

Changed

  • Option beforeSend callback arguments to function (request)

Deprecated

  • Option success, error callbacks.
  • Promise success method. Use the then method instead.
  • Promise error method. Use the catch method instead.
  • Promise always method. Use the finally method instead.
  • URI templating :param syntax. Use the {param} syntax instead.