Releases: mapbox/mapbox-directions-swift
Releases · mapbox/mapbox-directions-swift
v2.10.0-beta.1
No public changes since v2.10.0-alpha.1:
v2.10.0-alpha.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
No public changes since v2.9.0
Documentation is available online or within Xcode.
v2.9.0-rc.2
No public changes since v2.9.0-rc.1.
Documentation is available online or within Xcode.
v2.9.0-rc.1
No public changes since v2.8.0.
Documentation is available online or within Xcode.
v2.6.1
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
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
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 andAttributeOptions.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 theRouteRefreshResponse.refreshLegIncidents(from:legIndex:legShapeIndex:)
method. (#752) - Added the
RouteLeg.closures
property containing information about road closures based on live traffic conditions. This information requires addingAttributeOptions.closures
to theRouteOptions.attributeOptions
property and setting theDirectionsOptions.profileIdentifier
property toProfileIdentifier.automobileAvoidingTraffic
. (#755) - Added the
Route.refresh(from:refreshParameters:)
method as a single entry point for refreshing various parameters of theRoute
object. (#755)
Documentation is available online or within Xcode.
v2.8.0-rc.2
No public changes since v2.8.0-rc.1
Documentation is available online or within Xcode.
v2.8.0-rc.1
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.