Skip to content

Latest commit

 

History

History
155 lines (58 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

155 lines (58 loc) · 5.12 KB

8.0.2 (2024-08-22)

Bug Fixes

8.0.0 (2024-06-17)

Bug Fixes

Features

  • repair: added unicode non-character repair step (dc5cc22)

7.0.0 (2024-05-08)

Bug Fixes

6.1.0 (2023-11-06)

Bug Fixes

  • 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)

Features

  • attendee: expose member parameter (eb9c15b)

6.0.1 (2023-05-15)

Bug Fixes

  • repair: include EXDATE in missing VALUE=DATE repair step (813b07e)
  • updated timezone-data (10064c8)

5.0.5 (2023-03-27)

Reverts

  • Revert "chore!(deps): Bump uuid from 8.3.2 to 9.0.0" (2671cda)

5.0.4 (2023-03-10)

Bug Fixes

  • adjust RRULE count when forking occurrences (348c829)
  • tasks may return a nullish reference recurrence id (5d20f29)

5.0.3 (2022-12-28)

Bug Fixes

  • eslint: Lower case string type (e3c8de1)

5.0.2 (2022-12-28)

Bug Fixes

  • jsdoc: Fix casing of boolean types (ac1a9b6)

5.0.1 (2022-12-28)

Bug Fixes

5.0.0 (2022-12-28)

  • fix!: Avoid circular dependencies between timezone and timezoneComponent (8838a8d)

BREAKING CHANGES

  • 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)

Features

  • release: Add release automation (b228312)

BREAKING CHANGES

  • package requires Node 16+ now

Signed-off-by: Christoph Wurst christoph@winzerhof-wurst.at

1.1.1 (2021-08-10)

1.1.0 (2021-07-28)

1.0.0 (2021-07-26)