mallorca_transit_services 1.2.1
mallorca_transit_services: ^1.2.1 copied to clipboard
An unofficial, public API to access Mallorca's transportation services
CHANGELOG #
1.2.1 #
- Made
locationStream
syncronous and renamed it tolocationChannel
for clarity. locationStream
is still available as a method that returns the stream.
1.2.0 #
BREAKING CHANGE
- Changed
locationStream
to return aWebSocketChannel
instead of aStream
. This allows for more flexibility in handling the WebSocket connection.
1.1.1 #
- Made
RealTripBusStats
optional inDeparture
because of endpoint changes
1.1.0 #
- Added
RealTripBusStats
toDeparture
1.0.2 #
- Added a method to get a station by its ID
1.0.1 #
- Fixed README & License
1.0.0 #
- Initial version.