Skip to content
Changelog 3.26 KiB
Newer Older
git HEAD

    * efa-m: Add -V / --track-via option
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
    * efa-m: Add -O / --output option with outputtypes
      route_after, route_before, fullroute and route
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.10 - Thu Jun 25 2015

    * Result->delay: return undef when no data is available. This allows to
      distinguish between on-time departures (delay 0) and departures without
      realtime data (delay undef)
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
    * EFA->new: Add full_routes config option
    * EFA: Add identified_data accessor
    * Result: Add route_pre, route_post and route_interesting accessors
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
    * Add Travel::Status::DE::EFA::Stop module
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.09 - Thu Apr 30 2015

    * EFA: Fix crash when ->results is called after a network error occured
    * EFA: Add timeout parameter to constructor (default: 10 seconds)
    * efa-m: Add --timeeout option

Travel::Status::DE::VRR 1.08 - Mon Mar 03 2014

    * efa-m: Add -o, --offset option
    * Fix ->platform and ->platform_db accessors (the EFA API was changed)
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.07 - Tue Jan 07 2014
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
    * efa-m: Add previously undocumented -L option to manual
    * efa-m: Handle UTF8 in place/stop input
    * Travel::Status::DE::EFA: Handle decoded input with non-ASCII characters
Travel::Status::DE::VRR 1.06 - Thu Jan 02 2014

    * Add Travel::Status::DE::EFA module, move ::Result and ::Line to
      Travel::Status::DE::EFA. Travel::Status::DE::VRR now inherits from
      ::EFA, no API changes were made.
    * Travel::Status::DE::EFA has a mandatory efa_url parameter to set the
      entry point to an EFA service

Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.05 - Wed Dec 18 2013

    * Add -r, --relative option to use relative times
    * Support lines without Operator field (e.g. Aachen / ASEAG)
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.04 - Wed Oct 16 2013
    * Add ->key accessor to Travel::Status::DE::VRR::Line
      (meaning is unknown)
    * Add ->is_cancelled accessor to Travel::Status::DE::VRR::Result
    * Travel::Status::DE::VRR::Result->delay will no longer return '-9999'
      for cancelled departures, check ->is_cancelled instead
    * Allow Travel::Status::DE::VRR::Line and TraveL::Status::DE::VRR::Result
      to be serialized to JSON (via TO_JSON method)
Travel::Status::DE::VRR 1.03 - Tue Sep 17 2013

    * Disable smartmatch warnings on perl >= 5.018

Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.02 - Wed Apr 10 2013

    * Patch by Roland Hieber: respect proxy environment variables

Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.01 - Mon Nov 26 2012

    * Properly parse "tram canceled" information (EVAG, maybe also VRR)

Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 1.00 - Sat Dec 03 2011
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed

    * switch to efa.vrr.de XML interface
    * properly decode UTF-8 strings
    * Switch from WWW::Mechanize to LWP::UserAgent
    * Add ->lines and Travel::Status::DE::VRR::Line describing all lines
      serving the given stop

    [Travel::Status::DE::VRR::Result]
    * Add countdown, date, delay, lineref, platform_db, sched_date, sched_time
      and type accessors

    [efa-m]
    * Add -L / --linelist option

Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 0.02 - Sat Oct 01 2011
    * Add --platform / --line options to filter output
    * Align times properly if departure list contains a daychange
    * Make --date and --time actually work
Birte Kristina Friesel's avatar
Birte Kristina Friesel committed
Travel::Status::DE::VRR 0.01 - Sun Sep 11 2011

    * Initial release