Skip to content

Releases: BlinkTagInc/gtfs-to-html

Release 2.9.4

08 Sep 08:34
Compare
Choose a tag to compare

Added

  • outputPath config option
  • Return path to timetable output
  • Support for GTFS-Realtime Alerts

Fixed

  • Format timetable_id in template for HTML

Updated

  • Update to map route/trip/stop data format
  • Move PDF styles to print styles

Release 2.9.3

07 Sep 08:50
Compare
Choose a tag to compare

Fixed

  • Fix path to template folder
  • Update timetablepage template for maps

Release 2.9.2

07 Sep 03:46
Compare
Choose a tag to compare

Fixed

  • Update files list in package.json

Updated

  • Dependency updates

Release 2.9.1

05 Sep 23:21
Compare
Choose a tag to compare

Fixed

  • Better checks for copying static assets
  • Emulate print for PDF creation in puppeteer

Updated

  • Hide menu on PDF export
  • Improved styles for PDF export

Release 2.9.0

05 Sep 07:51
Compare
Choose a tag to compare

Added

  • Add support for GTFS-Realtime

Updated

  • Reorganize template formatting functions
  • Rename agency_key to agencyKey

Release 2.8.1

30 Aug 08:48
Compare
Choose a tag to compare

Updated

  • Updates to demo app

Release 2.8.0

30 Aug 07:25
Compare
Choose a tag to compare

Updated

  • Convert to Typescript
  • Dependency updates

Release 2.7.2

16 Aug 22:28
Compare
Choose a tag to compare

Updated

  • Updated docker to node 20
  • Dependency updates

Release 2.7.1

13 Aug 23:14
Compare
Choose a tag to compare

Fixed

  • Handle MultiLineString geojson

Updated

  • Warning about invalid timetable start/end dates
  • Deduplicate timetablePage agency_ids
  • Don't show drop_off_type info for first stoptime of a trip, don't show pickup_type info for last stoptime of a trip.
  • Dependency updates

Release 2.7.0

27 Jul 18:20
Compare
Choose a tag to compare

Fixed

  • Fixes for horizontal orientation labels

Updated

  • Better date format documentation
  • Better default for timetable_page_label
  • Larger map on desktop
  • Improved button styles
  • Serve static assets from templatePath
  • Move static js and css to views/default
  • Dependency updates