Releases: sebbo2002/ical-generator
Releases · sebbo2002/ical-generator
v2.0.0-develop.8
2.0.0-develop.8 (2021-03-23)
Features
v2.0.0-develop.7
v2.0.0-develop.6
v2.0.0-develop.5
2.0.0-develop.5 (2021-03-23)
Features
v2.0.0-develop.4
2.0.0-develop.4 (2021-03-23)
Bug Fixes
v2.0.0-develop.3
2.0.0-develop.3 (2021-03-23)
Code Refactoring
- Calendar: Remove moment.Duration from
ttl()
method (c6ccd12)
Features
- Merge event's
description()
andhtmlDescription()
(ce537f8)
BREAKING CHANGES
htmlDescription()
was removed, usedescription()
instead.- Calendar:
ttl()
will now return a number, not amoment.Duration
. You can still usemoment.Duration
to set thettl
value.
v2.0.0-develop.2
2.0.0-develop.2 (2021-03-22)
Features
BREAKING CHANGES
- Event:
geo()
andappleLocation()
are not available anymore, uselocation()
instead and pass an location object (with title, radius, etc.)
v2.0.0-develop.1
2.0.0-develop.1 (2021-03-21)
Features
BREAKING CHANGES
- Calendar: Calendar's
clear()
method is a completely new implementation and, unlike previous versions, will not reset metadata such asname
orprodId
. Only the events will be removed