summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/EFA
AgeCommit message (Collapse)AuthorLines
2025-07-14Release v3.14HEAD3.14mainBirte Kristina Friesel-11/+13
2025-06-19Release v3.133.13Birte Kristina Friesel-11/+11
2025-06-18Release v3.123.12Birte Kristina Friesel-11/+11
2025-06-18Trip details: The endpoint has a time parameter. Using it is a good idea.Birte Kristina Friesel-3/+4
This fixes trip detail requests occasionally returning data for yesterday, and should also fix trip detail requests failing entirely. Note that this breaks compatibility with trip IDs obtained from earlier efa-m versions.
2025-06-16Release v3.113.11Birte Kristina Friesel-11/+11
2025-06-16Trip: route: pass occupancy to Stop constructorBirte Kristina Friesel-0/+1
2025-06-15Release v3.103.10Birte Kristina Friesel-11/+11
2025-06-15Stop: Add is_cancelled accessorBirte Kristina Friesel-9/+10
2025-06-13Add BEG service definitionBirte Kristina Friesel-1/+5
Related to https://github.com/derf/travelynx/issues/236 (except that travelynx does not support EFA backends yet)
2025-06-09Add RVV service (Regensburger Verkehrsverbund)void-0/+4
2025-03-23Release v3.093.09Birte Kristina Friesel-11/+11
2025-03-22Trip->polyline: provide Stop reference where appropriate, remove name/idBirte Kristina Friesel-18/+35
2025-03-22Trip->polyline: augment (likely) stop coordinates with name and IDBirte Kristina Friesel-3/+47
Needs GIS::Distance; augmentation is skipped if it is not available
2025-03-22Trip: TO_JSON: populate polylineBirte Kristina Friesel-0/+3
2025-03-22Trip: Fix polyline accessor. It never really worked.Birte Kristina Friesel-6/+17
2025-02-08Release v3.083.08Birte Kristina Friesel-11/+11
2025-01-27Release v3.073.07Birte Kristina Friesel-11/+11
2025-01-27Add Rolph serviceBirte Kristina Friesel-1/+1
2025-01-05Departure: Fix ->id accessorBirte Kristina Friesel-1/+1
2025-01-05Release v3.063.06Birte Kristina Friesel-11/+11
2025-01-05Update copyrightBirte Kristina Friesel-5/+5
2025-01-04Departure: TO_JSON: compute IDBirte Kristina Friesel-0/+3
2025-01-04Consistently use id_num and id_code accessor names for stop IDsBirte Kristina Friesel-15/+19
2025-01-04Departure: Add "id" accessorBirte Kristina Friesel-0/+21
2024-12-30Release v3.053.05Birte Kristina Friesel-11/+11
2024-12-22Release v3.043.04Birte Kristina Friesel-11/+11
2024-12-22Services: Note that VVSt does not workBirte Kristina Friesel-0/+1
But that's okay, we've got a HAFAS endpoint for them
2024-12-20Services: add NWLBirte Kristina Friesel-0/+4
2024-11-09Release v3.033.03Birte Kristina Friesel-11/+12
2024-10-21Trip->polyline: optionally fall back to beeline between stopsBirte Kristina Friesel-1/+5
2024-10-16Release v3.023.02Birte Kristina Friesel-11/+11
2024-10-16Info, Stop, Trip: Note that the API is not yet finalBirte Kristina Friesel-2/+9
2024-10-16Document Trip(3pm)Birte Kristina Friesel-0/+129
2024-10-15update Stop(3pm)Birte Kristina Friesel-7/+46
2024-10-14Trip: Account for subtle differences in STOPSEQCOORD output (observed at VVO)Birte Kristina Friesel-2/+3
2024-10-13Add coord request modeBirte Kristina Friesel-1/+6
2024-10-08Stop: Calculate rt_{arr,dep} if neededBirte Kristina Friesel-2/+18
2024-10-08Departure: pass arr/dep delay on to Stop; arr/dep are schedule dataBirte Kristina Friesel-3/+5
2024-10-07Info(3pm): Extend documentationBirte Kristina Friesel-11/+40
2024-10-06Parse station-specific info messagesBirte Kristina Friesel-0/+93
2024-10-05Trip->polyline: looks like EFA returns [ [ [lat, lon], [lat, lon], ... ] ]Birte Kristina Friesel-0/+3
2024-10-04EFA, Trip: Add stop_id accessorBirte Kristina Friesel-2/+4
2024-10-03Trip->TO_JSON: Ensure that route is presentBirte Kristina Friesel-0/+3
2024-10-03perltidyBirte Kristina Friesel-12/+13
2024-10-03Stop: Add arr_delay, dep_delay, delay accessorsBirte Kristina Friesel-3/+17
2024-10-03Release v3.013.01Birte Kristina Friesel-8/+8
2024-10-03Trip: Add product, product_class accessorsBirte Kristina Friesel-2/+4
2024-10-03efa-m: add --json optionBirte Kristina Friesel-3/+26
2024-09-29Properly fix Departure->route_interestingBirte Kristina Friesel-5/+6
2024-09-29Fix Departure->route_interesting (name_suf does not exist anymore)Birte Kristina Friesel-1/+1