blob: 22a6e2b3c939ba25a60c23bd5602e0f6b7614fbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
git HEAD
* Detect ambiguous input errors (available via errstr)
Travel::Status::DE::DeutscheBahn 1.00 - Sun Sep 04 2011
[db-ris]
* Add --full-route option
[Travel::Status::DE::DeutscheBahn]
* Fix bug when receiving no platform numbers from the DB RIS
[Travel::Status::DE::DeutscheBahn::Result]
* Add route_timetable accessor containing station names and
their corresponding arrival times
Travel::Status::DE::DeutscheBahn 0.05 - Tue Aug 09 2011
[Travel::Status::DE::DeutscheBahn]
* Fix ->results returning duplicate connections when accessed more than
one time
* new: Only die when encountering wrong options, set ->errstr otherwise
* Adds new ->errstr accessor to check for request errors
Travel::Status::DE::DeutscheBahn 0.04 - Wed Jul 13 2011
[Travel::Status::DE::DeutscheBahn::Result]
* The info accessor now strips the mostly useless "k.A." / "pünktlich"
(train on time) text parts
* Add (slightly experimental) route_interesting accessor
* Add delay accessor
Travel::Status::DE::DeutscheBahn 0.03 - Wed Jul 13 2011
* Clarify derl dependency (we actually need >= 5.10.1)
[Travel::Status::DE::DeutscheBahn]
* Strip leading / trailing whitespace in result fields
Travel::Status::DE::DeutscheBahn 0.02 - Wed Jul 06 2011
[db-ris]
* Only display info when a train is late, not when on time / unknown
* Add --ignore-late option
[Travel::Status::DE::DeutscheBahn]
* Add route_raw accessor
* Proper HTTP request error handling
* Strip leading whitespace from ::Result info
* Do not include canceled stops in the route
Travel::Status::DE::DeutscheBahn 0.01 - Mon Jun 27 2011
* Initial release
* Crawls almost all data available in the web interface
|