Skip to content

Releases: linkedconnections/gtfs2lc

v2.0.0

24 Jun 16:24
0d83056
Compare
Choose a tag to compare

Changes in this release include:

  • Fixed (in a hacky way) painful edge case with AsyncIterator (lib/StreamIterator.js)
  • Integrate the independent pre-processing step into the main workflow
  • Allow for (optional) differential Connection materialization based on a LevelDB store
  • Clean up and update code
  • Update dependencies
  • Update tests

v1.0.0

15 Feb 02:18
Compare
Choose a tag to compare

Use Node.js worker_threads to perform parallel processing across CPUs

v0.9.1

25 Jan 17:53
Compare
Choose a tag to compare

Update dependencies and fix breaking changes

0.8.7

28 May 07:55
Compare
Choose a tag to compare
v0.8.7

0.8.7

v0.8.6

05 Dec 10:14
269f03d
Compare
Choose a tag to compare

Fixed:

  • Clone trip of a certain connection
  • Allow a base URI strategy variables to resolve against a template instead

Birthday release for @mielvds

v0.8.5

09 Nov 15:43
Compare
Choose a tag to compare
  • Joining trains
  • Enable access to the startDate of a trip
  • Fix for trip ids that are not mentioned in stop times
  • Example for base URIs fixed

v0.8.2

16 Oct 14:23
6a7d2e3
Compare
Choose a tag to compare
  • Moved to asynciterator instead of through2
  • routes.txt also removed from artefacts now
  • Multiple critical bugs fixed (see #59)

v0.7.3

31 Mar 18:48
Compare
Choose a tag to compare

Fixed bug with default URIs

v0.7.0

03 Dec 13:31
Compare
Choose a tag to compare

Added mongo support

v0.5.0

09 Nov 20:10
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • Fixed bug with last calendar date
  • Fixed documentation
  • Added option for choosing your store. Made memstore the default
  • Make sure the GTFS files have the correct newlines