- Made detection of directories compliant with rfc4918 (#53).
- Allow higher deps versions.
- Made some properties private to allow them to be overwritten so other types of WebDAV servers can be supported (#51).
- Fixed prefix handling from listContent
- Create directories with a trailing "/".
- Copy now also works with native webdav capabilities.
- The getMetadata function now also catches http exceptions.
- The
sabre/dav
version is upped to ~3.1.
- Listing contents now prevents 301 redirects by adding a trailing slash.
- Corrected namespace for missing object exception catching.
- Corrected last-modified return type handling (int -> [int])
Initial release