This repository was 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
beforeSendcallback arguments tofunction (request)
Deprecated
- Option
success,errorcallbacks. - Promise
successmethod. Use thethenmethod instead. - Promise
errormethod. Use thecatchmethod instead. - Promise
alwaysmethod. Use thefinallymethod instead. - URI templating
:paramsyntax. Use the{param}syntax instead.