Skip to content

Releases: linkedconnections/gtfsrt2lc

v2.2.1

01 Jan 14:27
254700c
Compare
Choose a tag to compare

Changes include:

  • Fix CLI use after dependency update
  • Fix local imports
  • use ESM for index export

v2.2.0

01 Jan 13:29
cc411a1
Compare
Choose a tag to compare

Changes include:

  • Remove explicit zlib dependency as it causes issues in modern Node versions
  • Update all dependencies
  • Migrate to be and use ESM

v2.1.4

10 May 13:40
06868a0
Compare
Choose a tag to compare

Changes in this release include:

  • Handling edge case of update missing both departure and arrival information.
  • Write unit test for stateful transformations

v2.1.3

06 Mar 22:36
7a2a4a4
Compare
Choose a tag to compare

Changes in this release include:

  • Fix bug on date parsing

v2.1.2

06 Mar 22:12
43cea11
Compare
Choose a tag to compare

Changes in this release include:

  • Fix bug on differential update

v2.1.1

06 Mar 21:42
8d58e61
Compare
Choose a tag to compare

Changes in this release include:

  • Handle edge case where TripUpdate does not include trip.startDate nor trip.startTime
  • Remove hardcoded hack to deal with faulty data
  • Increase test coverage

v2.0.5

25 Nov 18:07
163d103
Compare
Choose a tag to compare

Changes in this release include:

  • Fix error handling bug on unzipping

v2.0.4

27 Sep 15:32
658f694
Compare
Choose a tag to compare

Changes in this release include:

  • Make JSON the default output format including nested object properties for stops, trips and routes
  • URI template is only required for RDF-based output formats (JSON-LD, Turtle and N-Triples)

v2.0.3

08 Jul 11:52
8379e40
Compare
Choose a tag to compare

Changes in this release include:

  • Extend test coverage
  • Fix unique ID building for checking historic records
  • Do not delete static sources that are being reused

v2.0.1

05 Jul 15:54
0d46b34
Compare
Choose a tag to compare

Changes include:

  • Allow decompressed GTFS folders as input
  • Add differential updates feature based on existing history LevelStore