Releases: conveyal/gtfs-lib
Releases · conveyal/gtfs-lib
v4.3.2
v4.3.1
v4.3.0
4.3.0 (2019-04-01)
Bug Fixes
- editor: only delete stop_times/freq when deleting a pattern (90d5c3e), closes #203
- load: handle bad refs found in calendar dates (3be3d21), closes #202
- loader: refactor field loader to clean value and return errors (2f0cb34), closes #191
- normalize stop times: add test for and normalize stop times (4b7c74f)
- snapshot: create feed registry if not exists when snapshotting (1a91296), closes conveyal/datatools-server#154
- Table: refactor table; add comments (6774ccd)
- validate: fix rounded travel times check (fb45651)
- validate: re-enable overlapping trips check (263ee5a), closes #207
Features
- editor: normalize stop times travel times for set of pattern stops (faeaf1f)
- GraphQL: allow nested queries where fields don't match (98194d0), closes conveyal/datatools-ui#428
v4.2.5
4.2.5 (2019-02-13)
Bug Fixes
- exporter: fix exception in cleanUpZipFile() on Windows (622eb43), closes #170
- GraphQL: change route#route_type to int (ad86897), closes #186
- Pattern: populate pattern#direction_id on import (52fc6a6), closes #187
- shape-editor: copy on update for shapes referenced by multiple patterns (45bc5af), closes #189
v4.2.4
v4.2.3
v4.2.2
v4.2.1
v4.2.0
4.2.0 (2019-01-04)
Bug Fixes
- editor: update stop_time travel times when frequency pattern is updated (f773972), closes #165
- frequencies: increase headway seconds max to 6 hours (e07f019), closes #148
- load: skip bad (null) dates when validating services (87faf8b)
- shape-edits: update trip#shape_id if pattern value changes (a4d43a2), closes conveyal/datatools-ui#385 #109