Skip to content

Releases: mapbox/mapbox-directions-swift

v2.10.0-beta.1

26 Jan 17:01
1f87861
Compare
Choose a tag to compare
v2.10.0-beta.1 Pre-release
Pre-release

No public changes since v2.10.0-alpha.1:

v2.10.0-alpha.1

20 Jan 14:42
975f53f
Compare
Choose a tag to compare
v2.10.0-alpha.1 Pre-release
Pre-release

Changes since v2.9.1:

  • Added the RestStop.amenities property that describes useful and important facilities such as gas stations, restaurants, and ATMs. (#780)
  • Added Matrix API wrapper. The Mapbox Matrix API computes travel times between many points, and returns a matrix of all travel times between the locations. #626

Documentation is available online or within Xcode.

v2.9.1

20 Jan 05:52
88bc768
Compare
Choose a tag to compare

No public changes since v2.9.0

Documentation is available online or within Xcode.

v2.9.0-rc.2

03 Jan 21:01
Compare
Choose a tag to compare
v2.9.0-rc.2 Pre-release
Pre-release

No public changes since v2.9.0-rc.1.

Documentation is available online or within Xcode.

v2.9.0-rc.1

15 Dec 22:47
6a29875
Compare
Choose a tag to compare
v2.9.0-rc.1 Pre-release
Pre-release

No public changes since v2.8.0.

Documentation is available online or within Xcode.

v2.6.1

30 Nov 21:37
Compare
Choose a tag to compare

Changes since v2.6.0:

Packaging

  • This release of MapboxDirections requires Turf v2.5.x to work around a dependency resolution failure. If you use Carthage, it requires Turf v2.5.0 exactly. (#771)

Documentation is available online or within Xcode.

v2.7.1

28 Nov 23:43
084d57e
Compare
Choose a tag to compare

Changes since v2.7.0:

Packaging

  • This release of MapboxDirections requires Turf v2.5.x to work around a dependency resolution failure. If you use Carthage, it requires Turf v2.5.0 exactly. (#766)

Documentation is available online or within Xcode.

v2.8.0

17 Nov 09:46
2f91fad
Compare
Choose a tag to compare

Changes since v2.7.0:

Packaging

  • This library now requires a minimum deployment target of iOS 12.0 or above, macOS 10.14.0 or above, tvOS 12.0 or above, or watchOS 5.0 or above. Older operating system versions are no longer supported. (#736)

Other changes

  • Added the Waypoint.layer property, which can ensure that the route begins on the correct road if it is above or below another road. (#745)
  • Added the AttributeOptions.update(customOption:comparisonPolicy:) method and AttributeOptions.customOptionsByRawValue property for specifying attribute options that are still marked as beta in the Mapbox Directions API. (#748)
  • Fixed stale Incident.shapeIndexRange values even after calling the RouteRefreshResponse.refreshLegIncidents(from:legIndex:legShapeIndex:) method. (#752)
  • Added the RouteLeg.closures property containing information about road closures based on live traffic conditions. This information requires adding AttributeOptions.closures to the RouteOptions.attributeOptions property and setting the DirectionsOptions.profileIdentifier property to ProfileIdentifier.automobileAvoidingTraffic. (#755)
  • Added the Route.refresh(from:refreshParameters:) method as a single entry point for refreshing various parameters of the Route object. (#755)

Documentation is available online or within Xcode.

v2.8.0-rc.2

11 Nov 18:35
Compare
Choose a tag to compare
v2.8.0-rc.2 Pre-release
Pre-release

No public changes since v2.8.0-rc.1

Documentation is available online or within Xcode.

v2.8.0-rc.1

04 Nov 09:30
a39f13c
Compare
Choose a tag to compare
v2.8.0-rc.1 Pre-release
Pre-release

Changes since v2.8.0-beta.3:

  • Edited CONTRIBUTING.md section about publishing doc set via CircleCI during new version release.

Documentation is available online or within Xcode.