- Merge pull request #34 from davelopez/avoid_entire_file_in_memory Avoid loading entire file in memory
- Get file size from remote info
- added caching support [joequant]
- fixes merge conflict
- fixes situation where there is no display name [joequant]
- use webdavclient3 [joequant]
- fix non-standard ports for webdav [joequant]
- fixed port handling for webdavs:// in opener [ajung]
- fixed testsuite [ajung]
- support for webdavs:// opener protocol [ajung]
- fixed return type of getinfo() dates due to strong checks in fs > 2.0.27
- merged PR #14 (openbin not raising ResourceNotFound on missing parent) [ajung, althonos]
- fixed issue with hardcoded http method in opener.py [ajung]
- details/modified + details/created are correctly converted according to the PyFilesystem2 docs to datetime [ajung]
- fixed LICENSE file (MIT)
- merged #3 [althonos]
- WebDAVFS constructor uses login and password parameter instead of credentials dict
- new testing infrastructure on Travis using Docker images for testing against Python 2.7-3.6
- initial release