Skip to content

v6.0.0-develop.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sebbo2002 sebbo2002 released this 19 Oct 16:30
· 162 commits to develop since this release

6.0.0-develop.1 (2023-10-19)

Features

  • Ensure Calendar is renderable all the time (f1328a3), closes #344
  • Remove save(), saveSync(), serve(), toBlob(), toURL() (b6bea66), closes #478

BREAKING CHANGES

  • Alarm.trigger now defaults to 10min before event, Alarm.type now defaults to display, Alarm.interval() got removed, use Alarm.repeat() instead, Alarm.repeat() now gives/takes an object instead of a number, Attendee.email can’t be null | undefined, Category.name can’t be null | undefined, Event.start now defaults to now (new Date()). For details and examples checkout the migration guide at https://github.com/sebbo2002/ical-generator/wiki/Migration-Guide:-v5-%E2%86%92-v6
  • The save(), saveSync(), serve(), toBlob() and toURL() methods of the ICalCalendar class have been removed. Please use the toString() method to generate the ical string and proceed from there.