Releases: sebbo2002/ical-generator
Releases · sebbo2002/ical-generator
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
v1.3.0-develop.4
1.3.0-develop.4 (2021-03-21)
Features
v1.3.0-develop.3
1.3.0-develop.3 (2021-03-13)
v1.3.0-develop.2
1.3.0-develop.2 (2021-03-05)
Features
v1.3.0-develop.1
1.3.0-develop.1 (2021-02-27)
Bug Fixes
- package.json: add temporary version (0bc117e)
- allow X-attrs to be specified in constructor (#185) (58c1ae5)
- capitalize byDay even when bySetPos is used (#205) (5440fbc)
- Typings: Fix OPT-PARTICIPANT (b777f9e), closes #192
- Fix scale type for CalendarData (#191) (d5421e8)
- Make x key optional in types (#211) (e3c21e2)
- Type fixes and updates (#217) (d8abe4d)
Features
- Events: Add appleLocation method (#170) (0956ba2)
- Add missing string input options to interface (#199) (a963178)
- Add Transparency Method (bd2901d)
- Increase id entropy - Fixes #200 (#202) (6711b0a)
- make domain optional (#209) (e3362c9)
- Updated the entire codebase to Typescript (d013dc0)
- Events: use provided timezone when constructing repeating.exclude (#210) (bd84230)