Releases: linkedconnections/gtfs2lc
Releases · linkedconnections/gtfs2lc
v2.2.1
v2.2.0
Chages in this release include:
- Handling of backpressure issue
- Use portable shebang for cleaning script
v2.1.9
Changes in this release include:
- Fix bug on compressed output file extension
v2.1.8
Changes in this release include:
- Add option render output file compressed (gzip) for reducing storage use
v2.1.7
Changes in this release include:
- Fixing temporal file cleaning after conversion process
v2.1.6
Changes in this release include:
- Fix path bug on worker threads
- Compress worker thread results to reduce disk usage
v2.1.5
Changes in this release include:
- Fix source path bug on indexing process
- Update dependencies
v2.1.4
Changes in this release include:
- Do not set delays on historic records as this assumes they are known
- Increase test coverage
- Fix bug on JSON-LD conversion
- Gracefully close LevelDB stores
v2.1.0
Finally fixed the service date expansion process
v2.0.0
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