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.
- fix: convert
stop_time_update
to an array. The previous definition was not correct.
- chore: replace problematic
const enum
s with normalenums
, to supportisolatedModules
mode
- feat: add GTFS v3 types
- feat: add types for Realtime Service Alerts
- fix: Trip, StopTime, Shapes, Frequencies: Make some fields optional
- feat: add new properties like
continuous_pickup
andplatform_code
- 💥 BREAKING CHANGE: mark some properties as optional as per the GTFS spec
- feat: export vehicle-types
- chore: add unit tests
- fix: unknown enum
- Initial release