Releases: natelindev/tsdav
Releases · natelindev/tsdav
v2.1.2
v2.1.1
v2.1.0
potential breaking changes
- typescript target changed to
es2018
due to named capturing groups errors
v2.0.10
v2.0.9
v2.0.8
v2.0.7
v2.0.6
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
v2.0.4
v2.0.4
features
- new option
useMultiGet
forfetchCalendarObjects
andfetchVCards
which controls the underlying fetching function to
better support fetching from providers which does not supportmultiGet
functions
improvements
- improved documentation
- improved typescript types
- updated deps
- added
.mjs
,.cjs
,.min.mjs
and.min.cjs
versions