Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 639 Bytes

WebDAV-client changelog

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