This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
0.5.0
New
Fixed
- Fix cross origin check (#168)
Changed
- Option
beforeSend
callback arguments tofunction (request)
Deprecated
- Option
success
,error
callbacks. - Promise
success
method. Use thethen
method instead. - Promise
error
method. Use thecatch
method instead. - Promise
always
method. Use thefinally
method instead. - URI templating
:param
syntax. Use the{param}
syntax instead.