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