Releases: natelindev/tsdav
Releases · natelindev/tsdav
v2.1.4
features
improvements
- fixed #244 cannot read properties of undefined (reading 'comp')
- fixed #238 which blocked icloud principal calendar fetching.
v2.1.3
features
- new function
fetchCalendarUserAddresses
thanks to @pierreliefauche
- new type
calendarColor
on DAVCalendar
improvements
- fetch updates, now use polyfill mode
- updated dependencies
- doc update by community
v2.1.2
features
new option fetchOptions
on all possible functions, allow customizing fetch options
improvements
- updated docs
- updated dependencies
v2.1.1
improvements
- fixed #201 where client.smartCollectionSync have incorrect type
- fixed #200 where syncCalendars incorrectly mark calendars as updated due to type mismatch
- updated docs
- updated dependencies
- use pnpm instead of yarn for package manager
v2.1.0
potential breaking changes
- typescript target changed to
es2018
due to named capturing groups errors
v2.0.10
improvements
- fixed #191 where
authFunction
is not properly assigned in constructor.
- updated deps.
v2.0.9
improvements
- fixed #181 where a null check is missing.
- fixed doc example, thanks to #175
- added docs related to smart calendar syncing #138
v2.0.8
improvements
etag of DAVObject is now optional fixing #158
v2.0.7
features
new option headersToExclude
on all possible functions, allow precise control on request headers, fixing #166
improvements
updated dependencies
v2.0.6
v2.0.6
improvements
updated dependencies, fixing #159