Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 1.49 KB

File metadata and controls

84 lines (56 loc) · 1.49 KB

3.0.1 / 2026-01-31

  • update github actions
  • upgrade uuid to ~13
  • upgrade biome to 2.3.13
  • add TZID property to date-time if available
  • remove unused jshint config

3.0.0 / 2025-05-25

  • update uuid to ~11
  • transition to ESM format
  • use biome as a linter and formatter
  • simplify date/time formating
  • remove should dependency

2.0.5 / 2024-04-18

  • upgrade uuid to ~9
  • replace mocha with node:test
  • replace jshint with @pirxpilot/jshint

2.0.4 / 2024-04-18

  • distinguish subsequent nights of a multinight stop

2.0.3 / 2024-04-18

  • skip pass-through points

2.0.2 / 2022-06-07

  • fix splitting long lines

2.0.1 / 2022-06-06

  • skip empty and endefined properties when generating ICS

2.0.0 / 2022-06-02

  • rename project to @furkot/ical
  • skip stops without id
  • rewrite as a generator
  • use uuid to generate stop ids

1.0.3 / 2017-07-25

  • replace code42day-icalendar with @pirxpilot/icalendar

1.0.2 / 2016-12-19

  • change coordinate order in track representation

1.0.1 / 2016-09-05

  • use code42day-icalendar

1.0.0 / 2015-06-15

  • expect timing data as UTC timestamps

0.1.1 / 2015-05-14

  • fix typo in extension

0.1.0 / 2015-05-14

  • fix tests: our test data is in UTC+4
  • implementation and tests