8.0.1 (2023-06-06)
8.0.0 (2023-01-10)
- ics: removes download() method (41ae072)
- ics: the download() method is now removed from ICalendar.
7.1.2 (2023-01-10)
- exports ESM by default; clarifies UMD docs (17ccfe6)
7.1.1 (2023-01-09)
- sets proper build extensions and branch refs (10522e2)
7.1.0 (2022-11-26)
- build: exports UMD, ESM, and CJS #181 #203 (dcb97e4)
- ics: deprecates download() method #196 (f445fa5)
- module: changes build from UMD to SystemJS #181, #203 (b09fe2d)
7.0.11 (2022-11-25)
7.0.10 (2022-11-25)
- recurrence: adds missing months param (e84c73e)
7.0.9 (2022-11-25)
7.0.8 (2021-12-23)
7.0.7 (2021-10-21)
7.0.6 (2021-10-11)
7.0.5 (2021-10-11)
7.0.4 (2021-10-11)
7.0.3 (2021-10-11)
7.0.2 (2021-10-11)
7.0.1 (2021-08-28)
7.0.0 (2021-08-28)
- yahoo: removes RPAT parameter (598a53d)
- yahoo: removes the ability to specify recurrences with Yahoo calendar as this ability has been removed by Yahoo.
6.5.9 (2021-08-28)
6.5.8 (2021-08-28)
6.5.7 (2021-06-29)
6.5.6 (2021-06-22)
6.5.5 (2021-06-04)
6.5.4 (2021-05-27)
6.5.3 (2021-05-04)
6.5.2 (2021-04-30)
6.5.1 (2021-03-24)
6.5.0 (2021-03-15)
6.4.4 (2021-03-09)
6.4.3 (2021-03-02)
6.4.2 (2021-02-19)
6.4.1 (2021-02-19)
6.4.0 (2021-01-16)
- ics: adds setMeta method (2810148)
6.3.1 (2021-01-16)
6.3.0 (2021-01-05)
- attendees: implements cross-calendar support (eabd3c1)
- config: adds support for attendees (33b8f8e), closes #131
6.2.0 (2021-01-05)
- ics: allow providing .ics filename, without relying on title (9fc3314)
- ics: allow providing .ics filename, without relying on title (ad356ed)
6.1.1 (2020-12-23)
6.1.0 (2020-12-21)
- params: adds ability to update cal params (59433ca)
6.0.4 (2020-12-12)
6.0.3 (2020-12-12)
6.0.2 (2020-10-27)
6.0.1 (2020-10-24)
6.0.0 (2020-10-24)
- ics: adds property management, alarms (d63c88a)
- ics: implements support for multiple events (beda826)
- ics: renames IOptions to type CalendarOptions, IRecurrence to CalendarRecurrence.
5.0.7 (2020-10-24)
- ics: adds proper detection for iOS Safari (754397c)
5.0.6 (2020-10-23)
5.0.5 (2020-10-19)
- ics: corrects timestamp format for recurrences (497a97e)
5.0.4 (2020-10-19)
5.0.3 (2020-10-19)
5.0.2 (2020-09-28)
5.0.1 (2020-09-28)
5.0.0 (2020-09-28)
- Removes getGoogleCalendarUrl(), getYahooCalendarUrl(), getMicrosoftCalendarUrl(), and downloadIcs().
- Removes ability to pass
start
,end
, orrecurrence.end
as strings. They must now be passed as Date objects.
4.1.11 (2020-09-28)
4.1.10 (2020-09-28)
4.1.9 (2020-09-26)
4.1.8 (2020-09-26)
4.1.7 (2020-09-26)
4.1.6 (2020-09-14)
- don't create blob until we need to (#101) (c6e3ee6)
- edge: updates incorrect Safari check (#94) (#96) (901f87d)
4.1.3 (2020-06-12)
4.1.2 (2020-05-13)
4.1.1 (2020-04-29)
4.1.0 (2020-04-29)
4.0.0 (2020-04-29)
- bundle: replaces parcel with webpack to address UMD export issues (e4f7fc6)
- converts component to be a vanilla js library (9a466aa)
- This is no longer an Angular.js component. It is now a pure JS library and will be incompatible with old usage.
1.3.5 (2019-06-10)
- core: adds core code for vanilla js lib (7b3c9d9)