Jannis R
2f40c20175
parse TRSF
legs as walking
🐛 , add todos
2018-07-02 16:49:21 +02:00
Jannis R
d9b7df693a
parse hint & warning types using icons
...
[ci skip]
2018-06-30 18:24:55 +02:00
Jannis R
5f03c8e878
parse more hints
2018-06-30 18:03:43 +02:00
Jannis R
8923bcb619
changelog for 2.10.0 📝 , 2.10.0
2018-06-30 14:39:21 +02:00
Jannis R
fccd3d0037
journeys: startWithWalking with default true ✨
...
cherry-picked 9305a12
from next
2018-06-30 14:38:11 +02:00
Jannis R
c1bdade49f
departures: parse & expose platform
2018-06-30 14:30:17 +02:00
Jannis R
4da8689ace
walking legs: expose distance
...
cherry-picked bb6e42a
from next
2018-06-30 14:21:43 +02:00
Jannis R
fa0570e3d8
changelog for 2.9.0 & 2.9.1 📝 , 2.9.1
2018-06-30 13:58:27 +02:00
Jannis R
063e2b4254
parseStopover: fix first/last canceled stopovers 🐛
...
cherry-picked 440ed6d
from next
2018-06-30 13:56:03 +02:00
Jannis R
a952b08b76
readme: how to use with react-native 📝
...
cherry-picked 6d9ffed
from next
2018-06-30 13:55:44 +02:00
Jannis R
bdb9c15c7e
luxon@1, vbb-short-station-name@1
2018-06-30 13:40:39 +02:00
Jannis R
440ed6d1fb
parseStopover: fix first/last canceled stopovers 🐛
...
[ci skip]
2018-06-28 17:14:17 +02:00
Jannis R
bb6e42a662
walking legs: expose distance
2018-06-28 14:12:25 +02:00
Jannis R
31973431ff
option not to parse remarks
2018-06-28 13:45:56 +02:00
Jannis R
17aeacf594
arrivals/departures: fix remarks parsing 🐛
2018-06-28 13:32:42 +02:00
Jannis R
58f183506e
option to parse station lines, default off 💥 , adapt docs 📝
2018-06-28 13:04:03 +02:00
Jannis R
471f075dea
fix nearby examples 📝
2018-06-28 13:01:18 +02:00
Jannis R
d3815f80d7
arrivals/departures: parse & expose platforms ✨
2018-06-27 17:19:49 +02:00
Jannis R
eeb9ec2535
add todos, migrating to 3.x guide, related repos 📝
2018-06-27 11:49:57 +02:00
Jannis R
f6c824eecb
fix tests 💚
2018-06-26 18:13:41 +02:00
Jannis R
3ade1af7a2
basic tests for arrivals ✅
2018-06-26 18:13:41 +02:00
Jannis R
ac9819b1dd
query arrivals ✨ , docs 📝
2018-06-26 18:13:41 +02:00
Jannis R
1d5f4ff31c
parse arrivals
2018-06-26 18:13:41 +02:00
Jannis R
00ea10d9c8
journey leg, departure, movement: journeyId -> tripId 💥
2018-06-26 18:13:41 +02:00
Jannis R
f5eceafdf3
merge refactor-parse-fns into next
2018-06-26 13:07:06 +02:00
Jannis R
479bac428f
parse fn signatures: bugfix 🐛
2018-06-26 12:25:30 +02:00
Jannis R
b02f012b18
parse fn signatures: bugfixes 🐛
2018-06-26 11:48:30 +02:00
Jannis R
4c86b625c7
parse fn signatures: bugfixes 🐛
2018-06-26 11:47:44 +02:00
Jannis R
9305a129a8
journeys: startWithWalking with default true ✨
2018-06-25 18:34:10 +02:00
Jannis R
6e60cc8bda
parse Komfort-Checkin & ICE Sprinter hints
2018-06-25 13:59:42 +02:00
Jannis R
a8aa2652df
parseJourneyLeg: fix remarks indices 🐛
2018-06-25 13:54:30 +02:00
Jannis R
0db84ce644
merge remarks into next
2018-06-25 13:20:13 +02:00
Jannis R
6d9ffeda94
readme: how to use with react-native 📝
...
Hopefully prevents situations like in #56 in the future.
https://github.com/public-transport/hafas-client/issues/56#issuecomment-399915315
2018-06-25 13:12:14 +02:00
Jannis R
3c00ed29d0
fix test broken by 3e672ee
💚
2018-06-25 11:48:30 +02:00
Jannis R
108eda4450
fix tests broken by 3e672ee
💚
2018-06-25 11:39:21 +02:00
Jannis R
8c726dce01
changelog for 3.0.0 📝
2018-06-25 11:36:05 +02:00
Jannis R
ce880c06bd
adapt tests & docs to 021ae45 & 3e672ee
📝 ✅
2018-06-25 11:35:01 +02:00
Jannis R
3e672eeabd
stopover.type, stopover.station -> stopover.stop 💥
...
To be compatible with `friendly-public-transport-format@1.1.1`.
2018-06-25 11:34:25 +02:00
Jannis R
96f9f93957
parseStopover: arrivalPlatform, departurePlatform
2018-06-22 13:42:01 +02:00
Jannis R
edab8fe4a9
2.9.0
2018-06-20 23:26:01 +02:00
Jannis R
f60bebd5ae
VBB: strip "Bus " & "Tram " from line names
2018-06-20 23:25:21 +02:00
Jannis R
ebe4fa64d8
opt.passedStations -> opt.stopovers 💥
2018-06-19 08:23:49 +02:00
Jannis R
6611f262bf
leg.passed -> leg.stopovers 💥
...
Some didn't unterstand what "passed" means in this context.
"stopovers" is a lot less ambiguous; Also, it aligns with
`parseStopover` and FPTF.
2018-06-19 08:23:49 +02:00
Jannis R
3e18f5d415
gitignore lockfile, add & remove todos, minor changes
2018-06-13 20:25:56 +02:00
Jannis R
b6fbaa5825
parse fns: opt param 💥
...
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parseNearby
- parseStopover
2018-06-13 20:05:33 +02:00
Jannis R
6ca7924f7b
parsePolyline: profile param 💥
2018-06-13 20:05:33 +02:00
Jannis R
a45d640272
request fn: opt param 💥
2018-06-13 20:05:33 +02:00
Jannis R
8881d8a1a4
parse fns: individual params -> data object 💥
...
From now on, all higher-level parse fns will be able to access more
of the response data while keeping their signature.
- parseLine
- parseDeparture
- parseJourney
- parseJourneyLeg
- parseLocation
- parseMovement
- parsePolyline
- parseNearby
- parseStopover
2018-06-13 20:05:24 +02:00
Jannis R
49186ae2d1
journey leg passed stations: parse & expose delays
...
backporting 21c273c
to master
2018-06-13 18:14:19 +02:00
Jannis R
1299d7f04f
parse more hints
2018-06-11 21:37:13 +02:00