2017-06-24
- Disable native
window.fetch
in browsers
2017-06-07
- Add support for ranges with only
start
2017-06-07
- Add stream support (GET)
- Add
createReadStream
method - Add
getFileStream
method - Update option merging behaviour for default values
2017-06-03
- Remove lodash (performance improvement)
2017-04-13
- Support for non-prefixed XML elements in WebDAV response
- HTTP status code for thrown exceptions
2017-02-11
- Use
window.fetch
when available in browser
2017-02-04
- Fix
putFileContents
authorisation bug
2017-01-29
- Add
options
argument to all methods, allowing custom headers - (Breaking)
- Move
format
arguments tooptions
object - Removed node 0.12 support
- Move
2017-01-18
- Remove node querystring calls for downstream compat
2017-01-03
- Added
options
parameter toputFileContents
2016_10_24
- Fixed username/password authentication with special characters
2016-10-13
- Initial release