Skip to content

Releases: mapbox/mapbox-directions-swift

v2.14.3

10 Oct 15:46
4b5e49a

Choose a tag to compare

Changes since v2.14.2:

Other changes

  • Fixed an issue where authentication route request parameters could be duplicated when using a custom DirectionsOptions subclass. (#840)

v2.14.2

09 Jul 16:07
9de43d1

Choose a tag to compare

Changes since v2.14.1:

Other changes

  • The encode(to:) methods in DirectionsOptions, MatchOptions, RouteOptions, and others open classes are now declared as open instead of public. (#837)

v2.14.1

07 Jul 16:39
adbb51c

Choose a tag to compare

Changes since v2.14.0:

Other changes

  • Fixed ProfileIdentifier comparison for the custom profile identifiers. (#833)

v2.14.0

14 Jun 13:16
6512320

Choose a tag to compare

Changes since v2.13.0:

Other changes

  • Added route response refresh TTL field and a DirectionsError to signal refreshing has expired. (#827)

v2.13.0

13 Jun 12:54
c277fff

Choose a tag to compare

Changes since v2.12.0:

Other changes

  • This library now depends on Turf v2.8.x. (#825)

v2.12.0

01 Mar 08:43
dffb8fd

Choose a tag to compare

Changes since v2.11.1:

Packaging

  • MapboxDirections now depend on Turf v2.7.x (#819)

v2.11.1

05 Sep 12:40
3aaab4f

Choose a tag to compare

⚠️ Previous release v2.11.0 was revoked because of a critical issue affecting navigation in some countries. This release fixes the issue, please update your dependencies to use this release. ⚠️

Changes since v2.11.0:

  • Changed jarticCauseCode and jarticRegulationCode fields inside Incident struct to be optional (#812)

v2.11.0-rc.1

30 Mar 09:04
1061623

Choose a tag to compare

v2.11.0-rc.1 Pre-release
Pre-release

Changes since v2.11.0-alpha.1:

  • no changes

v2.11.0-alpha.1

02 Mar 08:27
9714ec6

Choose a tag to compare

v2.11.0-alpha.1 Pre-release
Pre-release

Changes since v2.10.0:

  • Fixed an issue where using cashTollOnly for road class exclusions failed the directions request. (#801)

v2.10.0

01 Mar 10:07
edcc5b3

Choose a tag to compare

Changes since v2.9.0:

  • 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
  • Fixed a crash that could occur if only one Waypoint with a nonnull name was used in the Directions request. #797
  • Added Interchange and Junction structs describing IC and JCT. #799
  • Fixed an issue where using cashTollOnly for road class exclusions failed the directions request. (#801)