All Versions
50
Latest Version
Avg Release Cycle
46187 days
Latest Release
1721 days ago

Changelog History
Page 5

  • v3.0.1 Changes

    October 01, 0027

    ➕ Added file "OAuth2.plist" which is used for testing the framework. If you run the tests, edit the file and insert your own values for the Salesforce access token, refresh token, etc.

  • v3.0.0 Changes

    (This is a ‘breaking’ change that is not compatible with prior versions)

    • ⬆️ Upgrade for Swift 3
    • 🏗 Lots of enhancements to make building native iOS apps on Salesforce even easier - see the [README](./README.md)
  • v2.2.0 Changes

    • 👌 Support for custom login view controllers - thanks to @humoronaka. (Note: this feature will not be carried over into version 3.0.0, which is nearly complete as of Oct. 24, 2016, but will be incorporated into a subsequent release.)
  • v2.1.0 Changes

    • ⚡️ Updated code for Swift 2.3
    • ⚡️ Updated Podfile for Xcode 8
  • v2.0.1 Changes

    August 01, 0004
    • ⚡️ Updated README
    • ⚡️ Updated PromiseKit dependency to version 3.2.1+
    • ⚡️ Updated SalesforceAPI.DefaultVersion to 37.0
    • 🗄 Replaced deprecated selector string syntax with Swift #selector
    • 🛠 Fixed issue #1 (irrelevant comments)
  • v2.0.0 Changes

    • Incorporated PromiseKit for asynchronous interaction with Salesforce REST API and OAuth2 endpoints
    • ⚡️ Updated SalesforceAPI.DefaultVersion to 36.0
    • ➕ Added ApexRest to SalesforceAPI enum
    • Simplified Alamofire extension
  • v1.0.3 Changes

    January 03, 0014

    ⚡️ Updated README

  • v1.0.2 Changes

    January 02, 0011

    ⚡️ Updated README

  • v1.0.1 Changes

    January 01, 0008

    ⚡️ Updated example files

  • v1.0.0 Changes

    🎉 Initial release