Releases: linkedconnections/gtfsrt2lc
Releases · linkedconnections/gtfsrt2lc
v2.2.1
v2.2.0
Changes include:
- Remove explicit 
zlibdependency as it causes issues in modern Node versions - Update all dependencies
 - Migrate to be and use ESM
 
v2.1.4
Changes in this release include:
- Handling edge case of update missing both 
departureandarrivalinformation. - Write unit test for stateful transformations
 
v2.1.3
Changes in this release include:
- Fix bug on date parsing
 
v2.1.2
Changes in this release include:
- Fix bug on differential update
 
v2.1.1
Changes in this release include:
- Handle edge case where TripUpdate does not include 
trip.startDatenortrip.startTime - Remove hardcoded hack to deal with faulty data
 - Increase test coverage
 
v2.0.5
Changes in this release include:
- Fix error handling bug on unzipping
 
v2.0.4
Changes in this release include:
- Make JSON the default output format including nested object properties for 
stops,tripsandroutes - URI template is only required for RDF-based output formats (JSON-LD, Turtle and N-Triples)
 
v2.0.3
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
Changes include:
- Allow decompressed GTFS folders as input
 - Add differential updates feature based on existing history LevelStore