Skip to content

Releases: BlinkTagInc/node-gtfs

Release 4.15.2

12 Oct 21:57
Compare
Choose a tag to compare

Updated

  • Export types for each GTFS file

Release 4.15.1

07 Oct 06:25
Compare
Choose a tag to compare

Updated

  • Add elapsed time to output
  • Optimze formatGtfsLine function
  • Batch import into chunks

Release 4.15.0

03 Oct 20:54
Compare
Choose a tag to compare

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

24 Sep 06:04
Compare
Choose a tag to compare

Updated

  • Dependency Updates

Release 4.14.4

13 Sep 19:20
Compare
Choose a tag to compare

Updated

  • Use ignoreErrors config for GTFS-Realtime fetching
  • Dependency Updates

Release 4.14.3

12 Sep 18:45
Compare
Choose a tag to compare

Fixed

  • Better error handling for gtfsrealtime-update

Release 4.14.2

11 Sep 23:55
Compare
Choose a tag to compare

Fixed

  • Fix for GTFS-Realtime vehicle positions import

Updated

  • Build before release-it

Release 4.14.1

11 Sep 07:17
Compare
Choose a tag to compare

Changed

  • Update to fare_transfer_rules.txt model
  • Added types for all GTFS files

Updated

  • Dependency Updates

Release 4.14.0

04 Sep 18:49
Compare
Choose a tag to compare

Changed

  • Changed config structure for GTFS-Realtime urls

Updated

  • Dependency Updates

Release 4.13.4

06 Aug 05:10
Compare
Choose a tag to compare

Fixed

  • Correction to trips_dated_vehicle_journey

Updated

  • Changed model exports