Releases: BlinkTagInc/node-gtfs
Releases · BlinkTagInc/node-gtfs
Release 4.15.2
Updated
- Export types for each GTFS file
Release 4.15.1
Updated
- Add elapsed time to output
- Optimze formatGtfsLine function
- Batch import into chunks
Release 4.15.0
Updated
- Faster GTFS Import (thanks to Mael)
- Avoid array creation and string interpolation at each formatLine run
- Add a new build-watch script
- Memoize the calculate seconds from midnight and date functions
- Create indexes after importing all the GTFS files
- Avoid creating a new db connection for each importLines batch
- Use sqlite's transaction method rather than batching prepare().run()
- Fix getStops with bounding box test : order is not important
- Move gtfs-realtime functions to new file
- Dependency updates
Release 4.14.5
Updated
- Dependency Updates
Release 4.14.4
Updated
- Use
ignoreErrors
config for GTFS-Realtime fetching - Dependency Updates
Release 4.14.3
Fixed
- Better error handling for
gtfsrealtime-update
Release 4.14.2
Fixed
- Fix for GTFS-Realtime vehicle positions import
Updated
- Build before release-it
Release 4.14.1
Changed
- Update to fare_transfer_rules.txt model
- Added types for all GTFS files
Updated
- Dependency Updates
Release 4.14.0
Changed
- Changed config structure for GTFS-Realtime urls
Updated
- Dependency Updates
Release 4.13.4
Fixed
- Correction to trips_dated_vehicle_journey
Updated
- Changed model exports