Skip to content

Releases: kiliankoe/DVB

2.3.0

30 May 13:42
2.3.0
5ebfda0
Compare
Choose a tag to compare

Added

  • Route.find(from:to:)
  • .localizedETA() on Departure
  • Stop.monitor()

Fixed

  • A few Route properties are now optional

Changed

  • Renamed Trip to Route
  • some coordinate handling, should now work better
  • Departure's actualETA is now just ETA and no longer optional

2.2.0

20 Mar 01:17
2.2.0
382eb61
Compare
Choose a tag to compare

Added

  • Trip Requests 🛤

Fixed

  • Depature.platform is optional, as it should be

Changed

  • now dependent on Marshal, Carthage users will have to pull this in as well

2.1.0

27 Feb 12:44
2.1.0
52a093d
Compare
Choose a tag to compare

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

19 Feb 12:02
2.0.0
e3afed5
Compare
Choose a tag to compare

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

28 Sep 20:55
1.0.0
055f75a
Compare
Choose a tag to compare
Swift 3 Support Pre-release
Pre-release

nearestStops() finds nearest stops!

27 May 12:24
Compare
Choose a tag to compare

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

22 May 15:35
0.6.0
a34a0e9
Compare
Choose a tag to compare

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

09 May 22:13
0.5.0
56c98d6
Compare
Choose a tag to compare

DVB.find can now be used to find specific stops using a portion of their title.

Initial Release

06 May 19:17
0.1.0
f40d0fb
Compare
Choose a tag to compare

Nothing but DVB.monitor, but it feels good having published my first Cocoapod 🎉