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