v1.1.0
breaking changes
DAVClient
is no longer a type returned bycreateDAVClient
, instead it's a class that can be instantiated.timeRange
infetchCalendarObjects
is now validated againstISO_8601
standard and invalid format will throw an error.- typescript target changed to
es2015
, if you are onnode >= 10
andbrowsers that are not IE and have been updated since 2015
, you should be fine. support fores5
output is not possible with addedesm
support.
features
- added a new way to create
DAVClient
bynew DAVClient(...params)
. - added support for
esm
.
improvements
- typescript checks are now with
strict
enabled, which means better types and less bugs. - added more exports, now all internal functions are exported.
- multiple documentation improvements.