- Updated
babel-preset-es2015
tobabel-preset-env
- Implemeted support of
upload.progress
event
- Implemented CORS (xhr.withCredentials) #8
- Implemeted support of
progress
event #7
- Don't ignore GET parameters with
false
value #2
- HTTP status in thrown error
- Adds ability to set headers thru the callback, which will be called per each request
- Bugfix: correct pipeline for non-JSON response
- Bugfix: zero value can be set for GET parameter
- Fixes wrong publushing, adds
dist/
folder into release
First release.
- Constructor
FetchPlease
takes two arguments: path and settings - Available settings: timeout, headers, handleResponse, handleJson
- Methods
get()
andgetRequest()
- Methods
post()
andpostRequest()
- Methods
put()
andputRequest()
- Methods
delete()
anddeleteRequest()
- Method
abort()