Releases: kiliankoe/DVB
Releases · kiliankoe/DVB
2.3.0
2.2.0
2.1.0
Added
- Route change lookups
- Serviced lines lookup
- convenience
Departure.monitor(stopWithName:)
Fixed
- Coordinates are back 👏
Changed
- Some argument labels were made more explicit
Removed
Stop.findNear()
since the previous implementation was broken. Will hopefully find its way back soon.
2.0.0
Added
- Compatibility with SPM.
Changed
- Migrated to use WebAPI instead of old Widgets endpoint.
- Basic API, no more
DVB
class to interact with.
Removed
- Example app from repo. That will live somewhere else.
- Local stop list, since there's now a good endpoint for this.
- Monitor filters, please implement this yourself if you need this functionality.
Broke
- Everything regarding coordinates, will fix soon (hopefully)!
Swift 3 Support
✨
nearestStops() finds nearest stops!
This release introduces a new method called DVB.nearestStops() to find stops around a given location. You will receive the stop's information as well as its distance to the coordinate you provided.
DVB.find, just different
DVB.find now uses a local list of all stops in the VVO region to return results. This has the added benefit of a coordinate for every stop and some other stuff in the future :)
DVB.find
Initial Release
Nothing but DVB.monitor
, but it feels good having published my first Cocoapod 🎉