Releases: trafiklab/php-sdk-commons
Releases · trafiklab/php-sdk-commons
1.2.0
09 Jan 07:57
Compare
Sorry, something went wrong.
No results found
Allows to set a user agent after the creation of a webclient.
1.1.0
01 Jul 10:01
Compare
Sorry, something went wrong.
No results found
Adds realtime support to all departure/arrival boards, remove some deprecated interfaces.
1.0.0
12 Jun 13:36
Compare
Sorry, something went wrong.
No results found
Initial stable release
Added convenience methods getDuration(), getDeparture(), getArrival() for trips.
Added convenience method getDuration() for legs.
Small documentation improvements
0.4.0
15 May 10:47
Compare
Sorry, something went wrong.
No results found
Create request objects through ApiWrapper interface.
Option to get line number for a vehicle in a routeplanning.
0.3.4
13 May 17:13
Compare
Sorry, something went wrong.
No results found
Change return type for TimeTableEntry::getLineNumber() from int to string
0.3.3
09 May 12:58
Compare
Sorry, something went wrong.
No results found
use String constants as parameter for isStopLocationForTransportType
0.3.2
09 May 12:32
Compare
Sorry, something went wrong.
No results found
Better consistent naming for stop locations and stop location lookup
0.3.1
09 May 12:11
Compare
Sorry, something went wrong.
No results found
Include getParameter(string $parameter) : string in interface WebResponse. This makes it easer to retrieve query parameters.
0.3.0
08 May 19:28
Compare
Sorry, something went wrong.
No results found
Added definitions for 'Platsupplag' APIs, which allow to find a station by name
0.2.0
08 May 07:12
Compare
Sorry, something went wrong.
No results found
Use interfaces for wrappers and requests, in order to make it easier to swap out implementations.