SwiftlySalesforce v6.0.0 Release Notes

  • ๐Ÿ“š This release contains breaking changes. See README and documentation. Highlights of changes and improvements:

    • Incorporated Swift 4's new Codable protocol (i.e. Decodable and Encodable throughout. This simplifies both Swiftly Salesforce's code and the creation of your own models that represent Salesforce objects.
    • Simpler and faster to incorporate Swiftly Salesforce in your apps.
    • ๐Ÿ†• New Record type to represent generic Salesforce object records, replaces SObject from version 5.0.0. If you prefer, you could create your own model objects and use those instead, via the magic of Swift generics and the new Codable protocol. See the README and example app for samples.
    • ๐Ÿ†• New Organization type holds information about the Salesforce "org." Call salesforce.org( ) to retrieve org information.
    • References to redirectURL replaced with callbackURL to be consistent with Salesforce Connected App terminology.
    • โœ… More and better test coverage.