UNPKG

@nextcloud/cdav-library

Version:

CalDAV and CardDAV client library for Nextcloud

132 lines (53 loc) 5.14 kB
# [2.2.0](https://github.com/nextcloud/cdav-library/compare/v2.1.1...v2.2.0) (2026-03-12) ### Bug Fixes * **deps:** bump @nextcloud/axios from 2.5.1 to ^2.5.2 ([#969](https://github.com/nextcloud/cdav-library/issues/969)) ([55c2638](https://github.com/nextcloud/cdav-library/commit/55c2638edf45a3c04e2605047cc4644881b363ea)) ### Features * add default reminder property ([4796cb4](https://github.com/nextcloud/cdav-library/commit/4796cb439698ebe0c6d2c31776fb48eaa7a7aa27)) * implement proper acl checks ([f2203bc](https://github.com/nextcloud/cdav-library/commit/f2203bc3615094e2a9cae5b3391a7c8a3f8714e0)) ## [2.1.1](https://github.com/nextcloud/cdav-library/compare/v2.1.0...v2.1.1) (2025-07-22) ### Bug Fixes * **deps:** Fix npm audit ([df48da9](https://github.com/nextcloud/cdav-library/commit/df48da9adc17422e83758c2e56060bb64fb18557)) # [2.1.0](https://github.com/nextcloud/cdav-library/compare/v2.0.0...v2.1.0) (2025-05-30) ### Bug Fixes * send OPTIONS request to acquire advertised DAV features ([be436d5](https://github.com/nextcloud/cdav-library/commit/be436d56ae86a477ff175ec406b54a47484ffec7)) ### Features * send custom default headers with each request ([8810a86](https://github.com/nextcloud/cdav-library/commit/8810a8641b9bc4ba002227548a88a753a29096bb)) # [2.0.0](https://github.com/nextcloud/cdav-library/compare/v1.5.3...v2.0.0) (2025-05-07) ### Bug Fixes * **deps:** bump vite from 5.4.14 to v5.4.15 ([#938](https://github.com/nextcloud/cdav-library/issues/938)) ([1e49688](https://github.com/nextcloud/cdav-library/commit/1e49688a2b3e270e64103426d49c1606a019601e)) * **deps:** Fix npm audit ([38cb669](https://github.com/nextcloud/cdav-library/commit/38cb66941f99ee6650086d3a81d0cb267aa59ba6)) * **deps:** Fix npm audit ([eb98bc5](https://github.com/nextcloud/cdav-library/commit/eb98bc5a896e07f563bfb60a13e8549e39ed88c8)) * **deps:** Fix npm audit ([ee1df4f](https://github.com/nextcloud/cdav-library/commit/ee1df4ff8327cdf93c4351ae9ad963abb5848826)) ### Features * serialize namespaced attributes consistently across browsers ([a10ba02](https://github.com/nextcloud/cdav-library/commit/a10ba02441daf69aa17f1ca884b876c711721b3a)) ## [1.5.3](https://github.com/nextcloud/cdav-library/compare/v1.5.2...v1.5.3) (2025-03-22) ### Bug Fixes * **deps:** Fix npm audit ([7ea0647](https://github.com/nextcloud/cdav-library/commit/7ea06479eda3922546bfa6fe91467a343ff4f5a4)) * **deps:** Fix npm audit ([cfdc175](https://github.com/nextcloud/cdav-library/commit/cfdc17569f59cb33ce992abe9ed7856d5a69f9d4)) * **deps:** Fix npm audit ([38b6c33](https://github.com/nextcloud/cdav-library/commit/38b6c33426438def5073a688c947a45a429a83c3)) ## [1.5.2](https://github.com/nextcloud/cdav-library/compare/v1.5.1...v1.5.2) (2024-10-14) ### Bug Fixes * **deps:** Fix npm audit ([f7bb0f1](https://github.com/nextcloud/cdav-library/commit/f7bb0f1ee4d34e246ced15901edcf19957b9b1fe)) * **deps:** Fix npm audit ([54ddbc3](https://github.com/nextcloud/cdav-library/commit/54ddbc3e2cefb75ef9268a9048cb0556a9c5a23e)) * **deps:** Fix npm audit ([8a988f4](https://github.com/nextcloud/cdav-library/commit/8a988f4e419295b8b6f05eaf853a9c11a346f6b6)) * **deps:** Fix npm audit ([6d7c459](https://github.com/nextcloud/cdav-library/commit/6d7c45920a80080677451392510dc0e851801ffa)) * **deps:** Fix npm audit ([78fad58](https://github.com/nextcloud/cdav-library/commit/78fad581ced48f5f26128b66b13500cdb3ed4f6a)) * **deps:** Fix npm audit ([df74a26](https://github.com/nextcloud/cdav-library/commit/df74a26e9a5c2156ca2ae6c096c908cc0513f430)) ## [1.5.1](https://github.com/nextcloud/cdav-library/compare/v1.5.0...v1.5.1) (2024-07-17) ### Bug Fixes * add child to schedule-calendar-transp property ([17b7142](https://github.com/nextcloud/cdav-library/commit/17b7142a466c9e75bc9f7c3faf078c637066b7e6)) # [1.5.0](https://github.com/nextcloud/cdav-library/compare/v1.4.0...v1.5.0) (2024-07-17) ### Bug Fixes * **deps:** fix npm audit ([821f815](https://github.com/nextcloud/cdav-library/commit/821f81585257fbca4fa16b50064e2676a175c24d)) ### Features * expose scheduling transparency property ([e14ec0b](https://github.com/nextcloud/cdav-library/commit/e14ec0b81b8920ea85f45878a3a69d29cccee555)) # [1.4.0](https://github.com/nextcloud/cdav-library/compare/v1.3.0...v1.4.0) (2024-06-10) ### Bug Fixes * **deps:** fix npm audit ([ba51947](https://github.com/nextcloud/cdav-library/commit/ba5194788972186a00e60df25a0ddc7a83c6ad33)) ### Features * bundle with vite and provide an additional esm bundle ([8e920b0](https://github.com/nextcloud/cdav-library/commit/8e920b065135df1da5bda65e706dc52298888595)) * find principal collections ([47cd7a5](https://github.com/nextcloud/cdav-library/commit/47cd7a5a372f89c11c798b997d66314fa58c8a73)) # [1.3.0](https://github.com/nextcloud/cdav-library/compare/v1.1.0...v1.3.0) (2024-02-29) ### Features * implement updating a principal's schedule-default-calendar-URL ([182fc6f](https://github.com/nextcloud/cdav-library/commit/182fc6fdf3d5a85522fbc2c3275c9f9e4be702b1)) # [1.1.0](https://github.com/nextcloud/cdav-library/compare/v0.1.0...v1.1.0) (2022-02-22)