Changelog
v2.1.2
features
new option fetchOptions
on all possible functions, allow customizing fetch options
Changelog
v2.1.0
potential breaking changes
es2018
due to named capturing groups errorsChangelog
v2.0.5
features
DAVClient supports digest
auth and custom
auth, please go to authHelpers
page in docs for more details.
fetchCalendars now supports projectedProps
, previously customProps passed in will not get projected to fetched result properly.
with this object map you can map your custom prop to fetched result thanks to @m0dch3n
improvements
calendarMultiGet will not send <filter/>
element if custom filters are null or undefined thanks to @jelmer
docs improvement thanks to @MathisFrenais
typescript type improvement thanks to @zomars
Changelog
v2.0.4
features
useMultiGet
for fetchCalendarObjects
and fetchVCards
which controls the underlying fetching function to
better support fetching from providers which does not support multiGet
functionsimprovements
.mjs
,.cjs
,.min.mjs
and .min.cjs
versionsChangelog
v2.0.3
improvements