Skip to content

Releases: dropbox/SwiftyDropbox

Bug fixes.

30 Sep 18:52
Compare
Choose a tag to compare

Bug fixes

  • Fixed OAuth bug on macOS.

Bug fixes / Improvements.

30 Sep 18:56
Compare
Choose a tag to compare

Bug fixes

  • Fixed bugs with main Xcode project.

Improvements

  • Removed preconditions from DropboxClientsManager to avoid hard crashes.
  • Added @discardableResult tags to all routes and response / progress methods to avoid compiler warnings in the event return object is not used.

Bug fixes.

30 Sep 18:54
Compare
Choose a tag to compare

Bug fixes

  • Fixed error with swift_2_3 branch where main Xcode project did not compile.

Improvements.

30 Sep 18:59
Compare
Choose a tag to compare

Improvements

  • Added Swift Package Manager support.
  • Added networking client customizability.
  • Assorted name changes.
  • Reorganized main Xcode project.

Bug fixes.

30 Sep 19:00
Compare
Choose a tag to compare

Bug fixes

  • Updated public keyword to open.
  • Updated README.

Bug fixes.

30 Sep 19:00
Compare
Choose a tag to compare

Bug fixes

  • Fixed deserialization bug where default field values for server response objects were assumed to be explicitly supplied by server.

Incremented version number.

30 Sep 19:02
Compare
Choose a tag to compare

Too many updates were included in 4.0.0, so version number is incremented here.

Swift 3 support.

30 Sep 19:03
Compare
Choose a tag to compare
  • Swift 3 support.
  • Xcode 8 support.
  • iOS 10 support.

Swift 2.3 Support

30 Sep 19:03
Compare
Choose a tag to compare
  • Swift 2.3 support.
  • Xcode 7 support.

Alamofire 3.5 update.

30 Sep 19:04
Compare
Choose a tag to compare
  • Update SwiftyDropbox to use Alamofire 3.5.