Age | Commit message (Expand) | Author | Lines |
2015-10-09 | use Stop.pm for stop data instead of arrayrefs | Daniel Friesel | -9/+124 |
2015-10-07 | Result.pm documentation | Daniel Friesel | -3/+16 |
2015-10-07 | URA.pm documentation | Daniel Friesel | -8/+5 |
2015-10-07 | route_interesting support in aseag-m | Daniel Friesel | -5/+5 |
2015-10-07 | proper route handling, generic route_pre / route_post in backend | Daniel Friesel | -30/+45 |
2015-10-07 | Result: add route_interesting method (unused, needs refactoring elsewhere first) | Daniel Friesel | -0/+50 |
2015-05-01 | URA->new: Use lwp_options to pass parameters to LWP::UA constructor | Daniel Friesel | -1/+14 |
2015-03-12 | version bump0.04 | Daniel Friesel | -6/+6 |
2015-03-12 | fucking encodings, how do they work | Daniel Friesel | -2/+5 |
2015-03-12 | Parse URA output with Text::CSV to cope with weird formats (fixes ASEAG backend) | Daniel Friesel | -3/+7 |
2015-01-16 | URA(3pm): URA means "Unified Realtime API" | Daniel Friesel | -2/+2 |
2015-01-16 | Result: route_timetable: Fix misleading code snippet | Daniel Friesel | -1/+1 |
2015-01-16 | Result: Add ->type accessor (compatibility with other libs) | Daniel Friesel | -0/+9 |
2014-01-23 | version bump0.03 | Daniel Friesel | -6/+6 |
2014-01-23 | Result: Fix countdown_sec | Daniel Friesel | -3/+5 |
2014-01-22 | URA: Remove new_from_raw test constructor, accept file: URLs | Daniel Friesel | -24/+11 |
2014-01-22 | use predefined datetime for tests | Daniel Friesel | -1/+5 |
2014-01-17 | Only do DateTime math when needed (makes code ~2x as fast) | Daniel Friesel | -14/+38 |
2013-12-26 | version bump0.02 | Daniel Friesel | -6/+6 |
2013-12-24 | update documentation examples (must be exact stop names) | Daniel Friesel | -2/+2 |
2013-12-24 | add get_stop_by_name to documentation | Daniel Friesel | -0/+7 |
2013-12-24 | Remove fuzzy matching from API, add get_stop_by_name instead | Daniel Friesel | -24/+22 |
2013-12-23 | optimize hide_past (check first, invoke DateTime later) | Daniel Friesel | -5/+7 |
2013-12-23 | Add some actual tests | Daniel Friesel | -1/+10 |
2013-12-23 | Fix spaces in stop names with fuzzy => 1 | Daniel Friesel | -1/+1 |
2013-12-23 | URA.pm: Remove unused sprintf_date, sprintf_time methods | Daniel Friesel | -19/+0 |
2013-12-23 | URA.pm: Move parse logic to separate function | Daniel Friesel | -11/+13 |
2013-12-22 | Release v0.010.01 | Daniel Friesel | -6/+6 |
2013-12-22 | perlcritic | Daniel Friesel | -2/+2 |
2013-12-22 | Result->route_timetable: Return a list | Daniel Friesel | -3/+9 |
2013-12-22 | update documentation | Daniel Friesel | -15/+13 |
2013-12-20 | use Travel::Status::DE::URA for implementation, ::ASEAG for ASEAG URLs | Daniel Friesel | -4/+112 |
2013-12-20 | Add Base URL and Version parameters to URA constructor | Daniel Friesel | -7/+30 |
2013-12-20 | rename module to Travel::Status::DE::URA (it's pretty generic) | Daniel Friesel | -25/+26 |
2013-12-15 | add -s, -S options to allow user control of time/duration formats | Daniel Friesel | -3/+5 |
2013-12-11 | Add -v/--via filter | Daniel Friesel | -5/+26 |
2013-12-11 | Update Travel::Status::DE::ASEAG documentation | Daniel Friesel | -14/+31 |
2013-12-11 | add option to hide route before / after selected stop | Daniel Friesel | -7/+26 |
2013-12-11 | add stop, stop_id fields to ::Result | Daniel Friesel | -1/+16 |
2013-12-11 | allow stop / full_route parameter to be set in ->results | Daniel Friesel | -9/+12 |
2013-12-11 | -f (--full-route) support | Daniel Friesel | -15/+52 |
2013-12-11 | add DateTime to dependency list | Daniel Friesel | -0/+2 |
2013-12-11 | documentation x2 | Daniel Friesel | -14/+8 |
2013-12-11 | perltidy | Daniel Friesel | -32/+39 |
2013-12-11 | initial commit | Daniel Friesel | -0/+390 |