summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2016-09-07release v2.002.00Daniel Friesel-10/+10
2016-09-07dat copyrightDaniel Friesel-5/+5
2016-09-07rename: Travel::Status::{DE -> GB}::TfL (London is in UK/GB after all)Daniel Friesel-8/+8
2016-08-31aseag-m -> ura-m, add service selection parametersDaniel Friesel-0/+19
2016-08-29added tfl Travel for londonStefan Horst-0/+96
2016-04-18Result: Add platform accessor (shortcut for stop_indicator)Daniel Friesel-0/+10
2016-04-16version bump1.02Daniel Friesel-8/+8
2016-04-11add Result->stop_indicator and aseag-m -oi optionDaniel Friesel-18/+26
2016-04-10URA: Always initialize StopAlso.Daniel Friesel-0/+1
2016-04-09version bump1.01Daniel Friesel-8/+8
2016-04-09Do not request stops by defaultDaniel Friesel-4/+13
2016-04-09URA: allow line_id in constructor and ->resultsDaniel Friesel-1/+1
2016-04-09document circle parameterDaniel Friesel-1/+3
2016-04-09document line_id, stop_id and via_idDaniel Friesel-6/+30
2016-04-09change via/stop/lineID variable names to perl-style (..._id)Daniel Friesel-12/+12
2016-02-02update changelog, run code through perltidyDaniel Friesel-4/+8
2015-11-24URA: Print debug output in proper codingDaniel Friesel-1/+1
2015-11-24perltidyDaniel Friesel-33/+41
2015-11-17added StopID, LineID, viaID and circle to filter options; made search for Sto...Stefan Horst-21/+106
2015-10-31release v1.0 \o/1.001.0Daniel Friesel-9/+9
2015-10-13do not store unused data in $selfDaniel Friesel-8/+6
2015-10-12version bump0.05Daniel Friesel-8/+8
2015-10-12add devmode option (moar debugging)Daniel Friesel-7/+12
2015-10-12return stop objects in route_interesting tooDaniel Friesel-17/+17
2015-10-10moar documentationDaniel Friesel-14/+14
2015-10-09use Stop.pm for stop data instead of arrayrefsDaniel Friesel-9/+124
2015-10-07Result.pm documentationDaniel Friesel-3/+16
2015-10-07URA.pm documentationDaniel Friesel-8/+5
2015-10-07route_interesting support in aseag-mDaniel Friesel-5/+5
2015-10-07proper route handling, generic route_pre / route_post in backendDaniel Friesel-30/+45
2015-10-07Result: add route_interesting method (unused, needs refactoring elsewhere first)Daniel Friesel-0/+50
2015-05-01URA->new: Use lwp_options to pass parameters to LWP::UA constructorDaniel Friesel-1/+14
2015-03-12version bump0.04Daniel Friesel-6/+6
2015-03-12fucking encodings, how do they workDaniel Friesel-2/+5
2015-03-12Parse URA output with Text::CSV to cope with weird formats (fixes ASEAG backend)Daniel Friesel-3/+7
2015-01-16URA(3pm): URA means "Unified Realtime API"Daniel Friesel-2/+2
2015-01-16Result: route_timetable: Fix misleading code snippetDaniel Friesel-1/+1
2015-01-16Result: Add ->type accessor (compatibility with other libs)Daniel Friesel-0/+9
2014-01-23version bump0.03Daniel Friesel-6/+6
2014-01-23Result: Fix countdown_secDaniel Friesel-3/+5
2014-01-22URA: Remove new_from_raw test constructor, accept file: URLsDaniel Friesel-24/+11
2014-01-22use predefined datetime for testsDaniel Friesel-1/+5
2014-01-17Only do DateTime math when needed (makes code ~2x as fast)Daniel Friesel-14/+38
2013-12-26version bump0.02Daniel Friesel-6/+6
2013-12-24update documentation examples (must be exact stop names)Daniel Friesel-2/+2
2013-12-24add get_stop_by_name to documentationDaniel Friesel-0/+7
2013-12-24Remove fuzzy matching from API, add get_stop_by_name insteadDaniel Friesel-24/+22
2013-12-23optimize hide_past (check first, invoke DateTime later)Daniel Friesel-5/+7
2013-12-23Add some actual testsDaniel Friesel-1/+10
2013-12-23Fix spaces in stop names with fuzzy => 1Daniel Friesel-1/+1