Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@emersion emersion released this 18 Jan 12:29
· 20 commits to master since this release
v0.5.0
go-webdav v0.5.0

Dan Berglund (3):
      caldav: return SupportedComponentSet in PROPFIND
      caldav: handle PROPFIND on root
      caldav: add multi-calendar support

Sebastien Binet (1):
      internal: fix always-true interface comparison

Simon Ser (16):
      Add GitHub issue template
      carddav: handle PROPFIND on root
      readme: switch back to pkg.go.dev for docs
      caldav, carddav: drop unnecessary nil check
      Upgrade dependencies
      caldav, carddav: take header when populating object
      Add context for clients
      webdav: add context to FileSystem
      carddav: rename Discover to DiscoverContextURL
      caldav: add DiscoverContextURL
      webdav: add/improve doc comments
      webdav: rename Client.Readdir to ReadDir
      internal/server: handle PROPFIND without body
      webdav: introduce CopyOptions
      webdav: rename MoveAll to Move
      webdav: introduce MoveOptions