npm ical-generator 6.0.0
v6.0.0

latest releases: 8.0.1-develop.3, 8.0.1-develop.2, 8.0.1-develop.1...
11 months ago

6.0.0 (2023-10-25)

💥 This release includes breaking changes!
This release includes a few breaking changes. Details can be found below and in the migration guide.

Bug Fixes

  • add browser field to package.json (7db4e32)

Features

  • Enable npm provenance (87d173a)
  • Enable npm provenance (ccba971)
  • Ensure Calendar is renderable all the time (f1328a3), closes #344
  • Remove save(), saveSync(), serve(), toBlob(), toURL() (b6bea66), closes #478

Reverts

  • Revert "ci: Downgrade is-semantic-release till it's fixed" (91c2ab5)

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

Don't miss a new ical-generator release

NewReleases is sending notifications on new releases.