Skip to content

Releases: BlinkTagInc/node-gtfs

Release 4.18.5

03 Apr 06:13

Choose a tag to compare

Updated

  • Dependency Updates
  • Typescript config

Release 4.18.4

17 Mar 05:06

Choose a tag to compare

Updated

  • Dependency Updates

Changed

  • Structure all error messages

Release 4.18.3

22 Jan 05:16

Choose a tag to compare

Updated

  • Dependency Updates

Fixed

  • Updated URL for test import via URL

Release 4.18.2

05 Dec 07:25

Choose a tag to compare

Updated

  • Fixed types for GTFS-realtime models
  • Dependency Updates

Release 4.18.1

14 Oct 19:07

Choose a tag to compare

Added

  • New fields in stops, routes and agency

Updated

  • Update types - use null instead of undefined
  • Dependency Updates

Release 4.18.0

07 Sep 06:09

Choose a tag to compare

Updated

  • Dependency Updates
  • Move tests to node.js test from Jest
  • Set a default downloadTimeout
  • Fetch GTFS-realtime in parallel
  • Better GTFS-realtime logging
  • Retry failed GTFS-realtime requests
  • Batch database writes for GTFS-realtime
  • Update ESlint config

Added

  • Added TsDoc to interfaces (#193)

Fixed

  • Pass options param to getServiceIdsByDate (#195)
  • Lints

Release 4.17.7

11 Aug 23:36

Choose a tag to compare

Updated

  • Make ignoreErrors config option work on a file-by-file basis
  • Remove pluralize package
  • Remove untildify package
  • Remove timer-machine package

Release 4.17.6

05 Aug 05:53

Choose a tag to compare

Updated

  • getStoptimes documentation for trips after midnight
  • Dependency Updates

Added

  • Add date filtering to getTrips function

Release 4.17.5

11 Jul 21:39

Choose a tag to compare

Added

Updated

  • Dependency Updates

Release 4.17.4

29 May 04:32

Choose a tag to compare

Fixed

  • Correct Primary Key for fare_products.txt

Added

  • Add TIDES support

Updated

  • Dependency Updates