Skip to content

Latest commit

 

History

History
153 lines (101 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

153 lines (101 loc) · 4.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.8.0 - 2023-06-13

Changed

  • Use CSS v6 instead of v5

0.7.0 - 2023-03-22

Changed

  • Use CSS v5 instead of v4

0.6.1 - 2023-02-13

Changed

  • Update deps

0.6.0 - 2023-02-13

Changed

  • Replaced ical.js with node-ical

Removed

  • Option to remove Apple-specific fields

0.5.3 - 2023-02-09

Fixed

  • \r\n in remove X-APPLE-STRUCTURED-LOCATION in ics-to-json-converter

0.5.2 - 2023-02-09

Added

  • Option to remove X-APPLE-STRUCTURED-LOCATION in ics-to-json-converter

0.5.1 - 2022-09-22

Added

  • Store to merge overlapping events

0.5.0 - 2022-07-08

Added

  • Extra tests for vacation store

Changed

  • Use CSS v4 instead of v3

Fixed

  • Import chai exclude in tests

0.4.0 - 2022-05-02

Added

  • Add vacation store

Fixed

  • Update example config to v3 (see issue 28)

Changed

  • Pre-generation as separate component (see issue 24)

0.3.0 - 2022-03-23

Added

  • Add store to manipulate duration of events (see issue 10)

0.2.2 - 2022-03-09

Fixed

  • Availability calendar: pre-generate data and not representation.

0.2.1 - 2022-03-08

Added

  • Availability calendar: option to pre-generate calendar every given amount of time.

0.2.0 - 2022-03-02

Changed

  • Use CSS v3 instead of v2

0.1.0 - 2022-02-23

Changed

  • File structure
  • Documentation on how to run the store

0.0.19 - 2022-02-16

Fixed

  • Default start date of availability calendar

0.0.18 - 2022-02-08

Fixed

  • Do not send bad request error when event doesn't have summary (see issue 16)

0.0.17 - 2022-02-08

Fixed

  • ICS to JSON converter: events removed from original calendar are still present (see issue 14)

0.0.16 - 2022-02-01

Fixed

  • Recurring events and daylight saving time

0.0.15 - 2022-01-28

Added

  • Option to Keep Store to remove past events

Fixed

  • Clarify instructions wrt Google Calendar (see issue 8)
  • Converting recurring events in ICS to JSON

Changed

  • Use CSS v2

0.0.14 - 2021-11-02

Added

  • Support for authenticated Google Calendars