Changelog
v2.0.3
improvements
Changelog
v2.0.2
improvements
Changelog
v2.0.1
improvements
Changelog
v2.0.0
features
etag
param on updateObject
is now optional, since some caldav servers will throw error if we use If-Match
headers.improvements
createObject
requests now send If-None-Match
: *
to avoid accidental overwrite.depth
header and others are now able be to overwritten by user specified headers.Changelog
v2.0.0-rc.3
urlFilter
not really filtering the urls, only filtering on pathname of urls.Changelog
v2.0.0-rc.2
improvements
docs
Changelog
v2.0.0-rc.1
improvements
Changelog
v2.0.0-rc.0
breaking
DAVFilter
and DAVProp
, now all function uses ElementCompact
as prop and filter directly generated from xml-js
instead.formatProp
, formatFilter
and mergeObjectDupKeyArray
function since they are not needed (These functions were marked as internal so they really shouldn't be causing breaking change).DAVNamespaceShorthandMap
and added DAVNamespaceShort
as a replacement.vCardUrlFilter
of function fetchVCards
to urlFilter
for consistent naming.DAVNamespaceShort
instead of DAVNamespace
.features
freeBusyQuery
for CALDAV, note this feature is not working with many caldav providers.expand
for fetchCalendarObjects
so it can now.prop
and filter
overriding feature to functions where overriding is possible.improvements
calendarColor
by default.docs
xml
between tsdav compatible js
objects.DAVProp
and DAVFilter
into new ElementCompact
.Changelog
v1.1.6
improvements
vCardUrlFilter
to fetchVCards
to allow vCard Urls to be filtered before fetching