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.
- add
NonStringDataTypes
as a runtime-level export
- mark many realtime properties as optional
- add table-to-schema map and primary key map
- fix types for realtime service alerts
- add a type aliases for each kind of ID
- fix two typos in enum values
- add many new tables based on the latest version of the spec
- 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