8.1.6 (2025-08-27)
- time frame check of vtodos (8f900ce)
8.1.5 (2025-08-24)
8.1.4 (2025-07-17)
- repair more broken date time values (2bf55bf)
8.1.3 (2025-07-11)
- add repair step to fix invalid created date time values (9ff668b)
- deps: Fix npm audit (a071573)
- Disable iCal.js strict mode (f322c79)
- revert "Disable iCal.js strict mode" (40127f1)
8.1.2 (2025-04-26)
- deps: Fix npm audit (efd2838)
8.1.1 (2025-03-05)
8.1.0 (2025-01-21)
- deps: Fix npm audit (9b652bf)
- use browser native UUID function (8cfcf7f)
8.0.3 (2024-11-22)
8.0.2 (2024-08-22)
8.0.0 (2024-06-17)
- deps: fix npm audit (06a7c7f)
- repair: added unicode non-character repair step (dc5cc22)
7.0.0 (2024-05-08)
6.1.0 (2023-11-06)
- Add package exports to allow node16 projects to import module (90f7043)
- Adjust badges on README for workflows, fixes #358 (b44656a)
- timezone-action: change commit msg of timezone update action (ea68297)
- attendee: expose member parameter (eb9c15b)
6.0.1 (2023-05-15)
5.0.5 (2023-03-27)
- Revert "chore!(deps): Bump uuid from 8.3.2 to 9.0.0" (2671cda)
5.0.4 (2023-03-10)
- adjust RRULE count when forking occurrences (348c829)
- tasks may return a nullish reference recurrence id (5d20f29)
5.0.3 (2022-12-28)
- eslint: Lower case string type (e3c8de1)
5.0.2 (2022-12-28)
- jsdoc: Fix casing of boolean types (ac1a9b6)
5.0.1 (2022-12-28)
5.0.0 (2022-12-28)
- fix!: Avoid circular dependencies between timezone and timezoneComponent (8838a8d)
- Removes the Timezone.toTimezoneComponent() method, which is being used in the Calendar App
Instead of timezone.toTimezoneComponent() you should use
TimezoneComponent.fromICALJs(timezone.toICALJs()).
Signed-off-by: Thomas Citharel tcit@tcit.fr
4.0.0 (2022-12-27)
- chore(deps)!: Drop support for Node 14 (5d9084b)
- release: Add release automation (b228312)
- package requires Node 16+ now
Signed-off-by: Christoph Wurst christoph@winzerhof-wurst.at