v0.2.0
- Add
pickupTypeanddropOffTypefilters togetStopTimes, withCOALESCEhandling so NULL (empty) is treated as 0 (regular) per GTFS spec - Add
PickupDropOffTypeenum for GTFS static pickup/drop-off type values - Replace
getCalendarByServiceId(serviceId)withgetCalendars(filters?)for consistent filter-based API - Fix README: replace non-existent
getStopByIdwithgetStops({ stopId })