Skip to content

Latest commit

History

History
46 lines (25 loc) 路 1.16 KB

CHANGELOG.md

File metadata and controls

46 lines (25 loc) 路 1.16 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]

4.0.0 (2024-05-18)

  • fix: convert stop_time_update to an array. The previous definition was not correct.

3.0.0 (2023-08-23)

2.3.0 (2023-08-23)

  • feat: add GTFS v3 types

2.2.0 (2021-08-31)

  • feat: add types for Realtime Service Alerts

2.1.0 (2021-08-14)

  • fix: Trip, StopTime, Shapes, Frequencies: Make some fields optional

2.0.0 (2021-07-27)

  • feat: add new properties like continuous_pickup and platform_code
  • 馃挜 BREAKING CHANGE: mark some properties as optional as per the GTFS spec

1.0.2 (2020-08-27)

  • feat: export vehicle-types
  • chore: add unit tests

1.0.1 (2020-05-13)

  • fix: unknown enum

1.0.0 (2020-05-13)

  • Initial release