Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

78 lines (52 loc) · 1.3 KB

WebDAV-client changelog

1.0.0-rc1

2017-07-01

  • URI encoding for special characters
  • Writeable streams
  • Internal fetch override support
  • Quota support
  • Remove duplicate methods
  • Optimise stat depth

0.10.0

2017-06-24

  • Disable native window.fetch in browsers

0.9.0

2017-06-07

  • Add support for ranges with only start

0.8.0

2017-06-07

  • Add stream support (GET)
  • Add createReadStream method
  • Add getFileStream method
  • Update option merging behaviour for default values

0.7.0

2017-06-03

  • Remove lodash (performance improvement)

0.6.0

2017-04-13

  • Support for non-prefixed XML elements in WebDAV response
  • HTTP status code for thrown exceptions

0.5.0

2017-02-11

  • Use window.fetch when available in browser

0.4.1

2017-02-04

  • Fix putFileContents authorisation bug

0.4.0

2017-01-29

  • Add options argument to all methods, allowing custom headers
  • (Breaking)
    • Move format arguments to options object
    • Removed node 0.12 support

0.3.1

2017-01-18

  • Remove node querystring calls for downstream compat

0.2.0

2017-01-03

  • Added options parameter to putFileContents

0.1.1

2016_10_24

  • Fixed username/password authentication with special characters

0.1.0

2016-10-13

  • Initial release