Skip to content

Releases: mapbox/mapbox-speech-swift

v2.1.1

08 Dec 12:22
a9ef284

Choose a tag to compare

Changes since v2.1.0:

  • Fixed completionHandler execution on the main thread (#59).

v2.1.0

16 Sep 19:48
285622f

Choose a tag to compare

Changes since v2.0.1:

  • Minimum deployment targets are now set to iOS 11.0, macOS 10.13, tvOS 11.0 and watchOS 4.0 (#56).

v2.0.1

22 Jun 20:26
04751d4

Choose a tag to compare

Changes since v2.0.0:

  • This library now reports information in user agent string whenever it's used in simulator environment. (#53)

v2.0.0

20 Oct 20:14
b0a6008

Choose a tag to compare

Changes since v1.0.0:

  • MBXAccessToken is now used as default access token, in case if it's not found in Info.plist MGLMapboxAccessToken will be used. (#42)
  • Added support for serviceAccessToken (#45).
  • Disabled code coverage report.

v2.0.0-rc.1

08 Sep 16:21
7b04b51

Choose a tag to compare

v2.0.0-rc.1 Pre-release
Pre-release

Changes since v2.0.0-alpha.1:

  • Added support for serviceAccessToken (#45).
  • Disabled code coverage report

v2.0.0-alpha.1

04 Mar 22:58
4501b0c

Choose a tag to compare

v2.0.0-alpha.1 Pre-release
Pre-release

Changes since v1.0.0:

  • MBXAccessToken is now used as default access token, in case if it's not found in Info.plist MGLMapboxAccessToken will be used. (#42)

v1.0.0

24 Sep 22:13

Choose a tag to compare

No changes since v0.3.1.

v0.3.1

13 Aug 22:47
b51da8d

Choose a tag to compare

Changes since v0.3.0:

  • Minimum deployment targets are now set to iOS 10.0, macOS 10.12.0, tvOS 10.0 and watchOS 3.0 (#36).
  • Error check is performed in first place when handling URLSessionDataTask result (#35).

v0.3.0

03 Jan 19:32

Choose a tag to compare

Changes since v0.2.0:

  • Swift is now required to directly use public types and methods defined by this library. If your application is written in Objective-C or Cocoa-AppleScript, you need to implement your own wrapper in Swift that bridges to Objective-C. (#31)

v0.2.0

27 Jun 00:24
d0ad219

Choose a tag to compare

Changes since v0.1.1:

  • This library now supports macOS, tvOS, and watchOS. (#23)
  • This library can now be installed using Swift Package Manager 5. (#25)