Skip to content

v0.2.0

Choose a tag to compare

@chtitux chtitux released this 26 Feb 12:13
· 56 commits to main since this release
  • Add pickupType and dropOffType filters to getStopTimes, with COALESCE handling so NULL (empty) is treated as 0 (regular) per GTFS spec
  • Add PickupDropOffType enum for GTFS static pickup/drop-off type values
  • Replace getCalendarByServiceId(serviceId) with getCalendars(filters?) for consistent filter-based API
  • Fix README: replace non-existent getStopById with getStops({ stopId })