SwiftlySalesforce v5.0.0 Release Notes

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

    • Incorporated Swift 4's new Decodable protocol throughout. This simplifies both Swiftly Salesforce's code and the creation of your own models that represent Salesforce objects.
    • ๐Ÿ†• New SObject type to represent a generic Salesforce objects. If you prefer, you can create your own model objects and use those instead, via the magic of Swift generics and the new Decodable protocol. See the README and example app for samples.
    • Revamped Error types.
    • โœ… More and better test coverage.