gtfs-to-html 2.7.2 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/index.d.ts +2 -0
- package/dist/app/index.js +1846 -0
- package/dist/app/index.js.map +1 -0
- package/dist/bin/gtfs-to-html.d.ts +1 -0
- package/dist/bin/gtfs-to-html.js +2222 -0
- package/dist/bin/gtfs-to-html.js.map +1 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +2165 -0
- package/dist/index.js.map +1 -0
- package/package.json +23 -8
- package/.eslintrc.json +0 -28
- package/.husky/pre-commit +0 -4
- package/CHANGELOG.md +0 -1018
- package/app/index.js +0 -138
- package/bin/gtfs-to-html.js +0 -48
- package/config-sample.json +0 -59
- package/docker/Dockerfile +0 -14
- package/docker/README.md +0 -5
- package/docker/docker-compose.yml +0 -10
- package/examples/stop_attributes.txt +0 -6
- package/examples/timetable_notes.txt +0 -8
- package/examples/timetable_notes_references.txt +0 -8
- package/examples/timetable_pages.txt +0 -3
- package/examples/timetable_stop_order.txt +0 -16
- package/examples/timetables.txt +0 -9
- package/index.js +0 -1
- package/lib/file-utils.js +0 -202
- package/lib/formatters.js +0 -518
- package/lib/geojson-utils.js +0 -96
- package/lib/gtfs-to-html.js +0 -214
- package/lib/log-utils.js +0 -215
- package/lib/template-functions.js +0 -192
- package/lib/time-utils.js +0 -90
- package/lib/utils.js +0 -1702
- package/views/default/css/overview_styles.css +0 -197
- package/views/default/css/timetable_pdf_styles.css +0 -7
- package/views/default/css/timetable_styles.css +0 -447
- package/views/default/formatting_functions.pug +0 -113
- package/views/default/js/system-map.js +0 -594
- package/views/default/js/timetable-map.js +0 -358
- package/views/default/js/timetable-menu.js +0 -63
- package/views/default/layout.pug +0 -11
- package/views/default/overview.pug +0 -27
- package/views/default/overview_full.pug +0 -16
- package/views/default/timetable_continuation_as.pug +0 -7
- package/views/default/timetable_continuation_from.pug +0 -7
- package/views/default/timetable_horizontal.pug +0 -42
- package/views/default/timetable_hourly.pug +0 -30
- package/views/default/timetable_menu.pug +0 -48
- package/views/default/timetable_note_symbol.pug +0 -5
- package/views/default/timetable_stop_name.pug +0 -13
- package/views/default/timetable_stoptime.pug +0 -17
- package/views/default/timetable_vertical.pug +0 -67
- package/views/default/timetablepage.pug +0 -66
- package/views/default/timetablepage_full.pug +0 -22
- package/www/README.md +0 -33
- package/www/babel.config.js +0 -3
- package/www/blog/2020-07-07-New-Documentation.md +0 -12
- package/www/blog/2020-08-20-Version-1.0.0.md +0 -29
- package/www/blog/2021-11-06-CSV-Export.md +0 -26
- package/www/docs/additional-files.md +0 -24
- package/www/docs/configuration.md +0 -568
- package/www/docs/current-usage.md +0 -48
- package/www/docs/custom-templates.md +0 -13
- package/www/docs/introduction.md +0 -39
- package/www/docs/logging-sql-queries.md +0 -12
- package/www/docs/previewing-html-output.md +0 -24
- package/www/docs/processing-large-gtfs.md +0 -10
- package/www/docs/quick-start.md +0 -136
- package/www/docs/related-libraries.md +0 -54
- package/www/docs/reviewing-changes.md +0 -29
- package/www/docs/stop-attributes.md +0 -30
- package/www/docs/support.md +0 -12
- package/www/docs/timetable-notes-references.md +0 -44
- package/www/docs/timetable-notes.md +0 -33
- package/www/docs/timetable-pages.md +0 -37
- package/www/docs/timetable-stop-order.md +0 -63
- package/www/docs/timetables.md +0 -64
- package/www/docusaurus.config.js +0 -104
- package/www/package.json +0 -21
- package/www/sidebars.js +0 -10
- package/www/src/css/custom.css +0 -25
- package/www/src/pages/index.js +0 -270
- package/www/src/pages/styles.module.css +0 -53
- package/www/static/.nojekyll +0 -0
- package/www/static/img/favicon.ico +0 -0
- package/www/static/img/gtfs-to-html-logo.svg +0 -18
- package/www/static/img/overview-example.jpg +0 -0
- package/www/static/img/timetable-example.jpg +0 -0
- package/www/static/img/undraw_happy_music.svg +0 -1
- package/www/static/img/undraw_proud_coder.svg +0 -1
- package/www/static/img/undraw_spreadsheets.svg +0 -1
- package/www/yarn.lock +0 -8351
package/CHANGELOG.md
DELETED
|
@@ -1,1018 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
-
|
|
8
|
-
## [2.7.2] - 2024-08-16
|
|
9
|
-
|
|
10
|
-
### Updated
|
|
11
|
-
- Updated docker to node 20
|
|
12
|
-
- Dependency updates
|
|
13
|
-
|
|
14
|
-
## [2.7.1] - 2024-08-13
|
|
15
|
-
|
|
16
|
-
### Fixed
|
|
17
|
-
- Handle MultiLineString geojson
|
|
18
|
-
|
|
19
|
-
### Updated
|
|
20
|
-
- Warning about invalid timetable start/end dates
|
|
21
|
-
- Deduplicate timetablePage agency_ids
|
|
22
|
-
- 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.
|
|
23
|
-
- Dependency updates
|
|
24
|
-
|
|
25
|
-
## [2.7.0] - 2024-07-27
|
|
26
|
-
|
|
27
|
-
### Fixed
|
|
28
|
-
- Fixes for horizontal orientation labels
|
|
29
|
-
|
|
30
|
-
### Updated
|
|
31
|
-
- Better date format documentation
|
|
32
|
-
- Better default for timetable_page_label
|
|
33
|
-
- Larger map on desktop
|
|
34
|
-
- Improved button styles
|
|
35
|
-
- Serve static assets from templatePath
|
|
36
|
-
- Move static js and css to views/default
|
|
37
|
-
- Dependency updates
|
|
38
|
-
|
|
39
|
-
## [2.6.12] - 2024-07-26
|
|
40
|
-
|
|
41
|
-
### Updated
|
|
42
|
-
- Dependency updates
|
|
43
|
-
- Improved styles for default template
|
|
44
|
-
|
|
45
|
-
## [2.6.11] - 2024-07-24
|
|
46
|
-
|
|
47
|
-
### Updated
|
|
48
|
-
- Dependency updates
|
|
49
|
-
- Default template timetable styles
|
|
50
|
-
|
|
51
|
-
### Fixed
|
|
52
|
-
- Map route_text_color fix
|
|
53
|
-
|
|
54
|
-
## [2.6.10] - 2024-07-15
|
|
55
|
-
|
|
56
|
-
### Updated
|
|
57
|
-
- Better date format in timetable comment
|
|
58
|
-
- favicon
|
|
59
|
-
- Improved timetable_page_name fallback
|
|
60
|
-
- Overview template formatting
|
|
61
|
-
- Update mapbox version
|
|
62
|
-
|
|
63
|
-
## [2.6.9] - 2024-07-11
|
|
64
|
-
|
|
65
|
-
### Added
|
|
66
|
-
- Stop popup window on map link to streetview
|
|
67
|
-
|
|
68
|
-
### Updated
|
|
69
|
-
- Dependency updates
|
|
70
|
-
|
|
71
|
-
## [2.6.8] - 2024-06-21
|
|
72
|
-
|
|
73
|
-
### Updated
|
|
74
|
-
- Dependency updates
|
|
75
|
-
- Improved convertRoutesToTimetablePages function
|
|
76
|
-
|
|
77
|
-
## [2.6.7] - 2024-05-28
|
|
78
|
-
|
|
79
|
-
### Fixed
|
|
80
|
-
- Handle config with no agency_key
|
|
81
|
-
|
|
82
|
-
### Updated
|
|
83
|
-
- Dependency updates
|
|
84
|
-
|
|
85
|
-
## [2.6.6] - 2024-05-14
|
|
86
|
-
|
|
87
|
-
### Updated
|
|
88
|
-
- Improved error formatting
|
|
89
|
-
- Text-wrap for timetable notes for trips
|
|
90
|
-
- Dependency updates
|
|
91
|
-
- Trip label for vertical multi-route timetables
|
|
92
|
-
|
|
93
|
-
## [2.6.5] - 2024-05-11
|
|
94
|
-
|
|
95
|
-
### Updated
|
|
96
|
-
- Timetable trip notes on vertical
|
|
97
|
-
- Use route_text_color in timetable continuations
|
|
98
|
-
- Dependency updates
|
|
99
|
-
|
|
100
|
-
### Fixed
|
|
101
|
-
- Handle trips with nostoptimes in overview
|
|
102
|
-
|
|
103
|
-
## [2.6.4] - 2024-04-30
|
|
104
|
-
|
|
105
|
-
### Updated
|
|
106
|
-
- Upated Mapbox GL
|
|
107
|
-
|
|
108
|
-
### Added
|
|
109
|
-
- `startDate` and `endDate` config.json parameters
|
|
110
|
-
|
|
111
|
-
## [2.6.3] - 2024-04-22
|
|
112
|
-
|
|
113
|
-
### Updated
|
|
114
|
-
- Add trip headsign to CSV export
|
|
115
|
-
|
|
116
|
-
## [2.6.2] - 2024-04-19
|
|
117
|
-
|
|
118
|
-
### Updated
|
|
119
|
-
- Dependency updates
|
|
120
|
-
- Update to timetable page sorting
|
|
121
|
-
|
|
122
|
-
### Added
|
|
123
|
-
|
|
124
|
-
- Markdown support in timetable notes
|
|
125
|
-
|
|
126
|
-
## [2.6.1] - 2024-03-26
|
|
127
|
-
|
|
128
|
-
### Fixed
|
|
129
|
-
|
|
130
|
-
- Fix for missing stops
|
|
131
|
-
|
|
132
|
-
### Updated
|
|
133
|
-
- Dependency updates
|
|
134
|
-
- Day List selector label wording
|
|
135
|
-
- Updates to timetable map
|
|
136
|
-
- Filename format for CSV export files
|
|
137
|
-
|
|
138
|
-
## [2.6.0] - 2024-02-27
|
|
139
|
-
|
|
140
|
-
### Updated
|
|
141
|
-
|
|
142
|
-
- Improved timetable_page_label for pages with a single timetable
|
|
143
|
-
- Better default timetable styles
|
|
144
|
-
- Default route_color and route_text_color values
|
|
145
|
-
- Better system map layer ordering
|
|
146
|
-
- Dependency updates
|
|
147
|
-
|
|
148
|
-
### Added
|
|
149
|
-
|
|
150
|
-
- `showCalendarExceptions` configuration option
|
|
151
|
-
- Add "timepoint" class to stoptimes
|
|
152
|
-
|
|
153
|
-
## [2.5.9] - 2024-01-24
|
|
154
|
-
|
|
155
|
-
### Updated
|
|
156
|
-
|
|
157
|
-
- Move stop markers above map labels
|
|
158
|
-
- Update to Mapbox GL JS v3
|
|
159
|
-
- Dependency updates
|
|
160
|
-
|
|
161
|
-
### Fixed
|
|
162
|
-
|
|
163
|
-
- Handle routes with no route_short_name in map marker popups
|
|
164
|
-
|
|
165
|
-
## [2.5.8] - 2024-01-02
|
|
166
|
-
|
|
167
|
-
### Fixed
|
|
168
|
-
|
|
169
|
-
- Improved warning logging
|
|
170
|
-
|
|
171
|
-
### Added
|
|
172
|
-
|
|
173
|
-
- Handle case where a calendar_date is both included and excluded
|
|
174
|
-
|
|
175
|
-
### Updated
|
|
176
|
-
|
|
177
|
-
- Dependency updates
|
|
178
|
-
|
|
179
|
-
## [2.5.7] - 2023-11-07
|
|
180
|
-
|
|
181
|
-
### Updated
|
|
182
|
-
|
|
183
|
-
- Dependency updates
|
|
184
|
-
- Docusaurus 3.0 for documentation site
|
|
185
|
-
|
|
186
|
-
### Added
|
|
187
|
-
|
|
188
|
-
- Add is_timepoint value to each stop
|
|
189
|
-
|
|
190
|
-
## [2.5.6] - 2023-08-23
|
|
191
|
-
|
|
192
|
-
### Updated
|
|
193
|
-
|
|
194
|
-
- Dependency updates
|
|
195
|
-
- Use most common headsign for timetable name
|
|
196
|
-
|
|
197
|
-
## [2.5.5] - 2023-07-18
|
|
198
|
-
|
|
199
|
-
### Updated
|
|
200
|
-
|
|
201
|
-
- Dependency updates
|
|
202
|
-
|
|
203
|
-
## [2.5.4] - 2023-07-07
|
|
204
|
-
|
|
205
|
-
### Changed
|
|
206
|
-
|
|
207
|
-
- Use lint-staged instead of pretty-quick
|
|
208
|
-
|
|
209
|
-
### Updated
|
|
210
|
-
|
|
211
|
-
- Dependency updates
|
|
212
|
-
|
|
213
|
-
## [2.5.3] - 2023-06-06
|
|
214
|
-
|
|
215
|
-
### Updated
|
|
216
|
-
|
|
217
|
-
- Dependency updates
|
|
218
|
-
|
|
219
|
-
## [2.5.2] - 2023-05-04
|
|
220
|
-
|
|
221
|
-
### Updated
|
|
222
|
-
|
|
223
|
-
- Dependency updates
|
|
224
|
-
|
|
225
|
-
## [2.5.1] - 2023-03-06
|
|
226
|
-
|
|
227
|
-
### Updated
|
|
228
|
-
|
|
229
|
-
- Dependency updates
|
|
230
|
-
- Optimize duplicateStopsForDifferentArrivalDeparture
|
|
231
|
-
|
|
232
|
-
## [2.5.0] - 2022-12-31
|
|
233
|
-
|
|
234
|
-
### Updated
|
|
235
|
-
|
|
236
|
-
- Updated to node-gtfs v4
|
|
237
|
-
- Dependency updates
|
|
238
|
-
|
|
239
|
-
## [2.4.4] - 2022-12-22
|
|
240
|
-
|
|
241
|
-
### Updated
|
|
242
|
-
|
|
243
|
-
- Use adjacent duplicate stoptimes as arrival/depart if different times
|
|
244
|
-
- Updates to gtfstohtml.com documentation website dependencies
|
|
245
|
-
- Dependency updates
|
|
246
|
-
|
|
247
|
-
## [2.4.3] - 2022-11-10
|
|
248
|
-
|
|
249
|
-
### Updated
|
|
250
|
-
|
|
251
|
-
- Initialize Map with bounds padding
|
|
252
|
-
- Omit unneeded fields from geojson
|
|
253
|
-
- Remove adjacent stoptimes with the same stop_id
|
|
254
|
-
- Dependency updates
|
|
255
|
-
|
|
256
|
-
## [2.4.2] - 2022-07-26
|
|
257
|
-
|
|
258
|
-
### Updated
|
|
259
|
-
|
|
260
|
-
- Dependency updates
|
|
261
|
-
|
|
262
|
-
### Fixed
|
|
263
|
-
|
|
264
|
-
- Moved tailwindcss include to header
|
|
265
|
-
|
|
266
|
-
## [2.4.1] - 2022-07-10
|
|
267
|
-
|
|
268
|
-
### Updated
|
|
269
|
-
|
|
270
|
-
- Update Dockerfile to node 16
|
|
271
|
-
- Dependency updates
|
|
272
|
-
- Use yoctocolors instead of chalk
|
|
273
|
-
|
|
274
|
-
## [2.4.0] - 2022-06-07
|
|
275
|
-
|
|
276
|
-
### Updated
|
|
277
|
-
|
|
278
|
-
- Dependency updates
|
|
279
|
-
- Add route labels and stops to system map
|
|
280
|
-
- Turn off points of interest labels on all maps
|
|
281
|
-
- Better map data styles
|
|
282
|
-
- Improved system map route and stop highlighting
|
|
283
|
-
- Updated to tailwindcss 3
|
|
284
|
-
|
|
285
|
-
## [2.3.5] - 2022-04-26
|
|
286
|
-
|
|
287
|
-
### Updated
|
|
288
|
-
|
|
289
|
-
- Dependency updates
|
|
290
|
-
|
|
291
|
-
## [2.3.4] - 2022-04-09
|
|
292
|
-
|
|
293
|
-
### Updated
|
|
294
|
-
|
|
295
|
-
- Remove route info from map geojson
|
|
296
|
-
- Dependency updates
|
|
297
|
-
|
|
298
|
-
## [2.3.3] - 2022-01-21
|
|
299
|
-
|
|
300
|
-
### Updated
|
|
301
|
-
|
|
302
|
-
- Dependency updates
|
|
303
|
-
|
|
304
|
-
## [2.3.2] - 2021-12-28
|
|
305
|
-
|
|
306
|
-
### Updated
|
|
307
|
-
|
|
308
|
-
- Dependency updates
|
|
309
|
-
- Updated docs info on multi-route timetables
|
|
310
|
-
|
|
311
|
-
## [2.3.1] - 2021-11-26
|
|
312
|
-
|
|
313
|
-
### Updated
|
|
314
|
-
|
|
315
|
-
- Dependency updates
|
|
316
|
-
- Better trip names for CSV export
|
|
317
|
-
|
|
318
|
-
## [2.3.0] - 2021-11-05
|
|
319
|
-
|
|
320
|
-
### Added
|
|
321
|
-
|
|
322
|
-
- Support for exporting timetables in CSV format
|
|
323
|
-
|
|
324
|
-
### Updated
|
|
325
|
-
|
|
326
|
-
- Update route color swatch styles to support longer names
|
|
327
|
-
- Dependency updates
|
|
328
|
-
|
|
329
|
-
## [2.2.1] - 2021-10-17
|
|
330
|
-
|
|
331
|
-
### Added
|
|
332
|
-
|
|
333
|
-
- Added release-it info to package.json
|
|
334
|
-
|
|
335
|
-
## [2.2.0] - 2021-10-14
|
|
336
|
-
|
|
337
|
-
- Dependency updates (9adae81)
|
|
338
|
-
- Support for showStoptimesForRequestStops config variable (5790d9d)
|
|
339
|
-
- Documentation updates (6ba6b13)
|
|
340
|
-
|
|
341
|
-
## [2.1.9] - 2021-10-11
|
|
342
|
-
|
|
343
|
-
### Fixed
|
|
344
|
-
|
|
345
|
-
- Better warning if directory is not writable
|
|
346
|
-
|
|
347
|
-
### Updated
|
|
348
|
-
|
|
349
|
-
- Dependency updates
|
|
350
|
-
|
|
351
|
-
## [2.1.8] - 2021-09-30
|
|
352
|
-
|
|
353
|
-
### Fixed
|
|
354
|
-
|
|
355
|
-
- Add support for custom config in demo app
|
|
356
|
-
- Correct argument usage feedback
|
|
357
|
-
|
|
358
|
-
### Updated
|
|
359
|
-
|
|
360
|
-
- Dependency updates
|
|
361
|
-
|
|
362
|
-
## [2.1.7] - 2021-09-25
|
|
363
|
-
|
|
364
|
-
### Added
|
|
365
|
-
|
|
366
|
-
- Dockerfile and instructions for using docker
|
|
367
|
-
|
|
368
|
-
### Updated
|
|
369
|
-
|
|
370
|
-
- Dependency updates
|
|
371
|
-
|
|
372
|
-
## [2.1.6] - 2021-08-21
|
|
373
|
-
|
|
374
|
-
### Changed
|
|
375
|
-
|
|
376
|
-
- Better command line warnings and progressbar
|
|
377
|
-
|
|
378
|
-
### Updated
|
|
379
|
-
|
|
380
|
-
- Dependency updates
|
|
381
|
-
|
|
382
|
-
## [2.1.5] - 2021-08-02
|
|
383
|
-
|
|
384
|
-
### Fixed
|
|
385
|
-
|
|
386
|
-
- Handle timetables with no routes
|
|
387
|
-
|
|
388
|
-
### Updated
|
|
389
|
-
|
|
390
|
-
- Dependency updates
|
|
391
|
-
- Speed up database import
|
|
392
|
-
|
|
393
|
-
## [2.1.4] - 2021-07-18
|
|
394
|
-
|
|
395
|
-
### Fixed
|
|
396
|
-
|
|
397
|
-
- Show all stops on route maps
|
|
398
|
-
|
|
399
|
-
### Updated
|
|
400
|
-
|
|
401
|
-
- Dependency updates
|
|
402
|
-
|
|
403
|
-
## [2.1.3] - 2021-07-14
|
|
404
|
-
|
|
405
|
-
### Fixed
|
|
406
|
-
|
|
407
|
-
- Copy js to zipped output
|
|
408
|
-
|
|
409
|
-
### Updated
|
|
410
|
-
|
|
411
|
-
- Dependency updates
|
|
412
|
-
|
|
413
|
-
## [2.1.2] - 2021-07-09
|
|
414
|
-
|
|
415
|
-
### Changed
|
|
416
|
-
|
|
417
|
-
- Hide timetable service_notes div if empty
|
|
418
|
-
- Fall back to "beginning" sorting algorithm if no common stop
|
|
419
|
-
|
|
420
|
-
## [2.1.1] - 2021-07-09
|
|
421
|
-
|
|
422
|
-
### Fixed
|
|
423
|
-
|
|
424
|
-
- Fix for showRouteTitle config
|
|
425
|
-
|
|
426
|
-
## [2.3.1] - 2021-11-26
|
|
427
|
-
|
|
428
|
-
### Added
|
|
429
|
-
|
|
430
|
-
- Husky and Prettier
|
|
431
|
-
|
|
432
|
-
### Updated
|
|
433
|
-
|
|
434
|
-
- Dependency updates
|
|
435
|
-
|
|
436
|
-
## [2.1.0] - 2021-07-08
|
|
437
|
-
|
|
438
|
-
### Changed
|
|
439
|
-
|
|
440
|
-
- Improved trip sorting algorithm
|
|
441
|
-
|
|
442
|
-
### Updated
|
|
443
|
-
|
|
444
|
-
- Updated documentation on trip sorting options
|
|
445
|
-
- Dependency updates
|
|
446
|
-
|
|
447
|
-
## [2.0.4] - 2021-06-23
|
|
448
|
-
|
|
449
|
-
### Fixed
|
|
450
|
-
|
|
451
|
-
- Filtering stops used when start_time/end_time filters for timetables are present
|
|
452
|
-
- Geojson generation for timetables when start_time/end_time filters for timetables are present
|
|
453
|
-
|
|
454
|
-
### Updated
|
|
455
|
-
|
|
456
|
-
- Dependency updates
|
|
457
|
-
|
|
458
|
-
## [2.0.3] - 2021-06-18
|
|
459
|
-
|
|
460
|
-
### Fixed
|
|
461
|
-
|
|
462
|
-
- noHead config option
|
|
463
|
-
|
|
464
|
-
### Updated
|
|
465
|
-
|
|
466
|
-
- Dependency updates
|
|
467
|
-
|
|
468
|
-
## [2.0.2] - 2021-06-15
|
|
469
|
-
|
|
470
|
-
### Updated
|
|
471
|
-
|
|
472
|
-
- Dependency updates
|
|
473
|
-
- Use eslint instead of xo
|
|
474
|
-
|
|
475
|
-
## [2.0.1] - 2021-05-15
|
|
476
|
-
|
|
477
|
-
### Fixed
|
|
478
|
-
|
|
479
|
-
- Fix for default template path
|
|
480
|
-
- Fix for copying css/js folders
|
|
481
|
-
|
|
482
|
-
### Updated
|
|
483
|
-
|
|
484
|
-
- Documentation updates
|
|
485
|
-
- Dependency updates
|
|
486
|
-
|
|
487
|
-
## [2.0.0] - 2021-05-13
|
|
488
|
-
|
|
489
|
-
### Breaking Changes
|
|
490
|
-
|
|
491
|
-
- Converted to ES6 Module
|
|
492
|
-
|
|
493
|
-
## [1.4.16] - 2021-05-07
|
|
494
|
-
|
|
495
|
-
### Changed
|
|
496
|
-
|
|
497
|
-
- Move directionNames logic to template
|
|
498
|
-
|
|
499
|
-
### Updated
|
|
500
|
-
|
|
501
|
-
- Dependency updates
|
|
502
|
-
- Updates README.md
|
|
503
|
-
|
|
504
|
-
## [1.4.15] - 2021-04-20
|
|
505
|
-
|
|
506
|
-
### Updated
|
|
507
|
-
|
|
508
|
-
- Better error logging
|
|
509
|
-
- Readme updates
|
|
510
|
-
- Dependency updates
|
|
511
|
-
|
|
512
|
-
## [1.4.14] - 2021-03-24
|
|
513
|
-
|
|
514
|
-
### Updated
|
|
515
|
-
|
|
516
|
-
- Filter out trips with < 2 stoptimes
|
|
517
|
-
- Dependency updates
|
|
518
|
-
|
|
519
|
-
## [1.4.13] - 2021-03-17
|
|
520
|
-
|
|
521
|
-
### Updated
|
|
522
|
-
|
|
523
|
-
- Put route lines below street name labels on all maps
|
|
524
|
-
- Updated demo app library versions
|
|
525
|
-
- Dependency updates
|
|
526
|
-
|
|
527
|
-
### Fixed
|
|
528
|
-
|
|
529
|
-
- Fix for timepoint determination function
|
|
530
|
-
|
|
531
|
-
## [1.4.12] - 2021-03-02
|
|
532
|
-
|
|
533
|
-
### Updated
|
|
534
|
-
|
|
535
|
-
- Dependency updates (pug security update)
|
|
536
|
-
|
|
537
|
-
## [1.4.11] - 2021-02-17
|
|
538
|
-
|
|
539
|
-
### Fixed
|
|
540
|
-
|
|
541
|
-
- zipOutput fix
|
|
542
|
-
|
|
543
|
-
### Updated
|
|
544
|
-
|
|
545
|
-
- Dependency updates
|
|
546
|
-
|
|
547
|
-
## [1.4.10] - 2021-02-02
|
|
548
|
-
|
|
549
|
-
### Updated
|
|
550
|
-
|
|
551
|
-
- Dependency updates
|
|
552
|
-
- Documentation improvements
|
|
553
|
-
|
|
554
|
-
## [1.4.9] - 2020-12-31
|
|
555
|
-
|
|
556
|
-
### Updated
|
|
557
|
-
|
|
558
|
-
- Optimize convertRoutesToTimetablePages
|
|
559
|
-
- Dependency updates
|
|
560
|
-
|
|
561
|
-
### Fixed
|
|
562
|
-
|
|
563
|
-
- Fix to handle GTFS with over 1000 calendars
|
|
564
|
-
|
|
565
|
-
## [1.4.8] - 2020-12-21
|
|
566
|
-
|
|
567
|
-
### Updated
|
|
568
|
-
|
|
569
|
-
- Better error messages
|
|
570
|
-
- Dependency updates
|
|
571
|
-
|
|
572
|
-
## [1.4.7] - 2020-12-18
|
|
573
|
-
|
|
574
|
-
### Updated
|
|
575
|
-
|
|
576
|
-
- Better map stop styles
|
|
577
|
-
- Better route short name circles
|
|
578
|
-
|
|
579
|
-
### Fixed
|
|
580
|
-
|
|
581
|
-
- Use correct color on map for multi-route timetables
|
|
582
|
-
|
|
583
|
-
## [1.4.6] - 2020-12-13
|
|
584
|
-
|
|
585
|
-
### Updated
|
|
586
|
-
|
|
587
|
-
- Better default GTFS in sample
|
|
588
|
-
- Improvements to timetable map popups
|
|
589
|
-
|
|
590
|
-
### Fixed
|
|
591
|
-
|
|
592
|
-
- Hide progress bar when verbose = false
|
|
593
|
-
- Detect TTY and use \n if not
|
|
594
|
-
|
|
595
|
-
## [1.4.5] - 2020-12-09
|
|
596
|
-
|
|
597
|
-
### Updated
|
|
598
|
-
|
|
599
|
-
- Mapbox GL 2.0
|
|
600
|
-
- Timetable map style improvements
|
|
601
|
-
- Better timetablepage default name
|
|
602
|
-
- Change path to default template
|
|
603
|
-
|
|
604
|
-
### Fixed
|
|
605
|
-
|
|
606
|
-
- Don't copy static assets if noHead=true
|
|
607
|
-
- Handle routes with no agency_id
|
|
608
|
-
|
|
609
|
-
## [1.4.4] - 2020-12-08
|
|
610
|
-
|
|
611
|
-
### Updated
|
|
612
|
-
|
|
613
|
-
- Improved route and overview maps
|
|
614
|
-
|
|
615
|
-
## [1.4.3] - 2020-12-07
|
|
616
|
-
|
|
617
|
-
### Added
|
|
618
|
-
|
|
619
|
-
- Add `debug` config option for profiling database queries
|
|
620
|
-
|
|
621
|
-
### Changed
|
|
622
|
-
|
|
623
|
-
- Work on optimizing database queries
|
|
624
|
-
|
|
625
|
-
## [1.4.2] - 2020-12-03
|
|
626
|
-
|
|
627
|
-
### Updated
|
|
628
|
-
|
|
629
|
-
- Group routes by agency on overview page
|
|
630
|
-
|
|
631
|
-
## [1.4.1] - 2020-11-27
|
|
632
|
-
|
|
633
|
-
### Updated
|
|
634
|
-
|
|
635
|
-
- Support for importing multiple GTFS files at a time.
|
|
636
|
-
|
|
637
|
-
## [1.4.0] - 2020-11-19
|
|
638
|
-
|
|
639
|
-
### Fixed
|
|
640
|
-
|
|
641
|
-
- Better sort order for timetable_pages
|
|
642
|
-
|
|
643
|
-
### Updated
|
|
644
|
-
|
|
645
|
-
- Switch to tailwindcss for default template styling.
|
|
646
|
-
- Simplify site styles and js CDN includes
|
|
647
|
-
|
|
648
|
-
## [1.3.2] - 2020-11-18
|
|
649
|
-
|
|
650
|
-
### Updated
|
|
651
|
-
|
|
652
|
-
- Dependency updates
|
|
653
|
-
|
|
654
|
-
### Fixed
|
|
655
|
-
|
|
656
|
-
- Fix for duplicate stops on loop trips
|
|
657
|
-
|
|
658
|
-
## [1.3.1] - 2020-11-11
|
|
659
|
-
|
|
660
|
-
### Updated
|
|
661
|
-
|
|
662
|
-
- Documentation
|
|
663
|
-
|
|
664
|
-
### Fixed
|
|
665
|
-
|
|
666
|
-
- Timetable generation with no timetables.txt and no calendar_dates.txt
|
|
667
|
-
|
|
668
|
-
## [1.3.0] - 2020-11-10
|
|
669
|
-
|
|
670
|
-
### Added
|
|
671
|
-
|
|
672
|
-
- Timetable notes
|
|
673
|
-
|
|
674
|
-
## [1.2.2] - 2020-11-10
|
|
675
|
-
|
|
676
|
-
### Updated
|
|
677
|
-
|
|
678
|
-
- Link symbols to notes
|
|
679
|
-
- Updated readme
|
|
680
|
-
|
|
681
|
-
### Fixed
|
|
682
|
-
|
|
683
|
-
- Fix for generation without timetables.txt
|
|
684
|
-
|
|
685
|
-
## [1.2.1] - 2020-10-30
|
|
686
|
-
|
|
687
|
-
### Fixed
|
|
688
|
-
|
|
689
|
-
- Fix for trips with null direction
|
|
690
|
-
|
|
691
|
-
## [1.2.0] - 2020-10-30
|
|
692
|
-
|
|
693
|
-
### Added
|
|
694
|
-
|
|
695
|
-
- `allowEmptyTimetables` config option
|
|
696
|
-
|
|
697
|
-
### Updated
|
|
698
|
-
|
|
699
|
-
- Improved warning output
|
|
700
|
-
- Dependency updates
|
|
701
|
-
|
|
702
|
-
## [1.1.1] - 2020-10-22
|
|
703
|
-
|
|
704
|
-
### Updated
|
|
705
|
-
|
|
706
|
-
- Reorganized template functions
|
|
707
|
-
|
|
708
|
-
### Fixed
|
|
709
|
-
|
|
710
|
-
- Better geojson simplification
|
|
711
|
-
- Fix for finding common stop id
|
|
712
|
-
|
|
713
|
-
## [1.1.0] - 2020-10-17
|
|
714
|
-
|
|
715
|
-
### Added
|
|
716
|
-
|
|
717
|
-
- Use directed graph topology sort to determine stop order by default
|
|
718
|
-
|
|
719
|
-
### Fixed
|
|
720
|
-
|
|
721
|
-
- Default route color on maps
|
|
722
|
-
|
|
723
|
-
## [1.0.12] - 2020-10-14
|
|
724
|
-
|
|
725
|
-
### Updated
|
|
726
|
-
|
|
727
|
-
- Improved warning output
|
|
728
|
-
- Dependency updates
|
|
729
|
-
|
|
730
|
-
## [1.0.11] - 2020-10-13
|
|
731
|
-
|
|
732
|
-
### Added
|
|
733
|
-
|
|
734
|
-
- Support for extended GTFS route types
|
|
735
|
-
|
|
736
|
-
## [1.0.10] - 2020-10-13
|
|
737
|
-
|
|
738
|
-
### Updated
|
|
739
|
-
|
|
740
|
-
- Dependency updates
|
|
741
|
-
- Better error logging
|
|
742
|
-
|
|
743
|
-
## [1.0.9] - 2020-10-02
|
|
744
|
-
|
|
745
|
-
### Fixed
|
|
746
|
-
|
|
747
|
-
- Fix for frequencies
|
|
748
|
-
|
|
749
|
-
## [1.0.8] - 2020-09-28
|
|
750
|
-
|
|
751
|
-
### Fixed
|
|
752
|
-
|
|
753
|
-
- Fixes for time of day timetable filters
|
|
754
|
-
- Removed unused template files
|
|
755
|
-
|
|
756
|
-
### Updated
|
|
757
|
-
|
|
758
|
-
- Updated bootstrap version used in template
|
|
759
|
-
- Dependency updates
|
|
760
|
-
- Documentation updates
|
|
761
|
-
|
|
762
|
-
## [1.0.7] - 2020-09-14
|
|
763
|
-
|
|
764
|
-
### Fixed
|
|
765
|
-
|
|
766
|
-
- Fixes for overview page null vs undefined
|
|
767
|
-
|
|
768
|
-
### Updated
|
|
769
|
-
|
|
770
|
-
- Better error for invalid stop_id
|
|
771
|
-
- Dependency updates
|
|
772
|
-
|
|
773
|
-
## [1.0.6] - 2020-09-13
|
|
774
|
-
|
|
775
|
-
### Fixed
|
|
776
|
-
|
|
777
|
-
- Fixed truncated text on progress bar
|
|
778
|
-
- Fixes for timetable generation without timetables.txt files
|
|
779
|
-
|
|
780
|
-
## [1.0.5] - 2020-09-12
|
|
781
|
-
|
|
782
|
-
### Fixed
|
|
783
|
-
|
|
784
|
-
- Filter out invalid characters from html ids
|
|
785
|
-
|
|
786
|
-
### Updated
|
|
787
|
-
|
|
788
|
-
- Cleanup timetable map and system map js
|
|
789
|
-
|
|
790
|
-
## [1.0.4] - 2020-09-12
|
|
791
|
-
|
|
792
|
-
### Fixed
|
|
793
|
-
|
|
794
|
-
- Fix for showOnlyTimepoint filter
|
|
795
|
-
|
|
796
|
-
## [1.0.3] - 2020-09-09
|
|
797
|
-
|
|
798
|
-
### Fixed
|
|
799
|
-
|
|
800
|
-
- Fix for timetable_sequence sorting
|
|
801
|
-
|
|
802
|
-
## [1.0.2] - 2020-09-06
|
|
803
|
-
|
|
804
|
-
### Fixed
|
|
805
|
-
|
|
806
|
-
- Fix for route_short_name for multiroute timetables
|
|
807
|
-
|
|
808
|
-
### Changed
|
|
809
|
-
|
|
810
|
-
- Updated config sample sqlitePath
|
|
811
|
-
- Dependency updates
|
|
812
|
-
|
|
813
|
-
## [1.0.1] - 2020-08-23
|
|
814
|
-
|
|
815
|
-
### Changed
|
|
816
|
-
|
|
817
|
-
- Improvements to geoJSON creation
|
|
818
|
-
|
|
819
|
-
## [1.0.0] - 2020-08-20
|
|
820
|
-
|
|
821
|
-
### Changed
|
|
822
|
-
|
|
823
|
-
- Use node-gtfs 2.0.0 with SQLite
|
|
824
|
-
- Remove mongoDB
|
|
825
|
-
- Documentation updates
|
|
826
|
-
- Map style improvements
|
|
827
|
-
|
|
828
|
-
## [0.21.1] - 2020-08-14
|
|
829
|
-
|
|
830
|
-
### Changed
|
|
831
|
-
|
|
832
|
-
- Show route short name for multiroute timetables
|
|
833
|
-
- Menu padding in default template
|
|
834
|
-
- Always show stop times for stops with pickup_type or drop_off_type greater than zero
|
|
835
|
-
|
|
836
|
-
## [0.21.0] - 2020-07-28
|
|
837
|
-
|
|
838
|
-
### Added
|
|
839
|
-
|
|
840
|
-
- Support for `start_time` and `end_time` fields in `timetables.txt`
|
|
841
|
-
|
|
842
|
-
### Fixed
|
|
843
|
-
|
|
844
|
-
- Documentation improvements
|
|
845
|
-
|
|
846
|
-
## [0.20.1] - 2020-07-15
|
|
847
|
-
|
|
848
|
-
### Added
|
|
849
|
-
|
|
850
|
-
- Prettier error handling
|
|
851
|
-
- Documentation website
|
|
852
|
-
- Documentation improvements
|
|
853
|
-
|
|
854
|
-
### Fixed
|
|
855
|
-
|
|
856
|
-
- Correct output path for zip files
|
|
857
|
-
- Warning info
|
|
858
|
-
|
|
859
|
-
## [0.20.0] - 2020-06-20
|
|
860
|
-
|
|
861
|
-
### Added
|
|
862
|
-
|
|
863
|
-
- Added support for timetables that include more than one route.
|
|
864
|
-
|
|
865
|
-
## [0.19.1] - 2020-06-04
|
|
866
|
-
|
|
867
|
-
### Changed
|
|
868
|
-
|
|
869
|
-
- Use turf.js for geojson simplification.
|
|
870
|
-
|
|
871
|
-
## [0.19.0] - 2020-05-01
|
|
872
|
-
|
|
873
|
-
### Added
|
|
874
|
-
|
|
875
|
-
- Added support for `useParentStation` config variable.
|
|
876
|
-
|
|
877
|
-
## [0.18.1] - 2019-09-25
|
|
878
|
-
|
|
879
|
-
### Fixed
|
|
880
|
-
|
|
881
|
-
- Fixed paths when running as installed `gtfs-to-html` command
|
|
882
|
-
|
|
883
|
-
## [0.18.0] - 2019-09-25
|
|
884
|
-
|
|
885
|
-
### Added
|
|
886
|
-
|
|
887
|
-
- PDF export support using `outputFormat` config option
|
|
888
|
-
|
|
889
|
-
## [0.17.9] - 2019-08-12
|
|
890
|
-
|
|
891
|
-
### Updated
|
|
892
|
-
|
|
893
|
-
- Handle GTFS with no calendars.txt
|
|
894
|
-
|
|
895
|
-
## Fixed
|
|
896
|
-
|
|
897
|
-
- Logging when running in app mode
|
|
898
|
-
- GTFS with no timetablepages
|
|
899
|
-
|
|
900
|
-
## [0.17.8] - 2019-08-09
|
|
901
|
-
|
|
902
|
-
### Updated
|
|
903
|
-
|
|
904
|
-
- node-gtfs library
|
|
905
|
-
- dependencies and node version
|
|
906
|
-
|
|
907
|
-
## [0.17.7] - 2019-08-06
|
|
908
|
-
|
|
909
|
-
### Added
|
|
910
|
-
|
|
911
|
-
- `dataExpireAfterSeconds` config option
|
|
912
|
-
|
|
913
|
-
### Fixed
|
|
914
|
-
|
|
915
|
-
- Hide summarty table if using custom logging function
|
|
916
|
-
|
|
917
|
-
## [0.17.6] - 2019-08-06
|
|
918
|
-
|
|
919
|
-
### Added
|
|
920
|
-
|
|
921
|
-
- Config option for custom logging function
|
|
922
|
-
|
|
923
|
-
## [0.17.5] - 2019-07-19
|
|
924
|
-
|
|
925
|
-
### Added
|
|
926
|
-
|
|
927
|
-
- Support for `showStopCity` in vertical orientation timetables.
|
|
928
|
-
|
|
929
|
-
## [0.17.4] - 2019-07-11
|
|
930
|
-
|
|
931
|
-
### Added
|
|
932
|
-
|
|
933
|
-
- Support HTML in `formatted_time` config
|
|
934
|
-
|
|
935
|
-
### Fixed
|
|
936
|
-
|
|
937
|
-
- Capitalize days of the week by default
|
|
938
|
-
- Don't require a direction_id field to exist in trips.txt
|
|
939
|
-
|
|
940
|
-
## [0.17.3] - 2019-06-07
|
|
941
|
-
|
|
942
|
-
### Changed
|
|
943
|
-
|
|
944
|
-
- Updates to mongo connection code
|
|
945
|
-
|
|
946
|
-
### Fixed
|
|
947
|
-
|
|
948
|
-
- Handle timetables with no matching calendars
|
|
949
|
-
|
|
950
|
-
## [0.17.2] - 2019-05-20
|
|
951
|
-
|
|
952
|
-
### Added
|
|
953
|
-
|
|
954
|
-
- Add GTFS-to-HTML version to log.txt
|
|
955
|
-
- Add version and date to timetable HTML as comment
|
|
956
|
-
|
|
957
|
-
### Changed
|
|
958
|
-
|
|
959
|
-
- Use config defaults when running as npm module
|
|
960
|
-
- Style improvements for views without maps
|
|
961
|
-
|
|
962
|
-
### Fixed
|
|
963
|
-
|
|
964
|
-
- fix for convertRouteToTimetablePage
|
|
965
|
-
- fix for log output
|
|
966
|
-
|
|
967
|
-
## [0.17.1] - 2019-05-17
|
|
968
|
-
|
|
969
|
-
### Changed
|
|
970
|
-
|
|
971
|
-
- Update .gitignore
|
|
972
|
-
|
|
973
|
-
## [0.17.0] - 2019-05-17
|
|
974
|
-
|
|
975
|
-
### Added
|
|
976
|
-
|
|
977
|
-
- More sorting algorithms (`sortingAlgorithm` config variable)
|
|
978
|
-
- Both arrival and departure shown if difference specified (`showArrivalOnDifference` config variable)
|
|
979
|
-
- Default timetable orientation (`defaultOrientation` config variable)
|
|
980
|
-
- Configurable day strings (`daysStrings` and `daysShortStrings` config variables)
|
|
981
|
-
- Configurable date and time formatting (`dateFormat` and `timeFormat` config variables)
|
|
982
|
-
|
|
983
|
-
## [0.16.3] - 2019-04-09
|
|
984
|
-
|
|
985
|
-
### Changed
|
|
986
|
-
|
|
987
|
-
- Updated node-gtfs library to 1.8.5 to avoid query timeout on long imports
|
|
988
|
-
|
|
989
|
-
## [0.16.2] - 2019-03-12
|
|
990
|
-
|
|
991
|
-
### Changed
|
|
992
|
-
|
|
993
|
-
- Added support for "Continues From" trips.
|
|
994
|
-
- Improvements to "Continues As" logic.
|
|
995
|
-
- Changed config option `show_continues_as` to `show_trip_continuation`.
|
|
996
|
-
|
|
997
|
-
## [0.16.1] - 2019-03-07
|
|
998
|
-
|
|
999
|
-
### Changed
|
|
1000
|
-
|
|
1001
|
-
- Added ability to hide specific symbols, such as `requestDropoffSymbol` by setting value to `null`.
|
|
1002
|
-
- Better color swatch use on route labels
|
|
1003
|
-
|
|
1004
|
-
## [0.16.0] - 2019-03-01
|
|
1005
|
-
|
|
1006
|
-
### Changed
|
|
1007
|
-
|
|
1008
|
-
- Added automatic support for showing stops with different arrival and departure times as two separate stops.
|
|
1009
|
-
|
|
1010
|
-
## [0.15.1] - 2019-02-28
|
|
1011
|
-
|
|
1012
|
-
### Added
|
|
1013
|
-
|
|
1014
|
-
- Changelog
|
|
1015
|
-
|
|
1016
|
-
### Changed
|
|
1017
|
-
|
|
1018
|
-
- Updated dependencies to fix issue with geojson consolidation
|