gtfs-to-blocks
Version:
Generate CSV of transit departure times organized by block_id in GTFS.
55 lines (36 loc) • 950 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.3.4] - 2025-03-24
### Changed
- Add column for Route name
### Updated
- Dependency updates
## [0.3.3] - 2025-02-25
### Updated
- Dependency updates
## [0.3.2] - 2024-11-18
### Updated
- Dependency updates
## [0.3.1] - 2024-10-24
### Added
- outputPath config options
- return path to csv from function
## [0.3.0] - 2024-10-24
### Updated
- Renamed to gtfs-to-blocks
- Dependency updates
- Improved logging
## [0.2.0] - 2024-10-18
### Added
- Add date parameter
- Deadheads from ODS
- direction_id, route_id, trip_headsign, stop_headsign as fields
- includeDeadheads config option
- Convert to typescript
### Updated
- Dependency updates
## [0.1.0]
### Added
- Initial Commit