Swiftly Salesforce v4.0.0 Release Notes

Release Date: 2017-07-14 // almost 7 years ago
  • ๐Ÿ“š This release contains breaking changes. See README and documentation. Highlights of changes and improvements:

    • โœ‚ Removed the salesforce singleton (you could still instantiate your own global salesforce variable, if you like; see example).
    • ๐Ÿ‘€ Salesforce now instantiated with new ConnectedApp class. See [README](./README.md#example-configure-your-app-delegate).
    • ๐Ÿ‘Œ Supports switching among multiple users and securely storing their access & refresh tokens.
    • Salesforce.apexREST method renamed Salesforce.apex, and now returns Promise<Data> (instead of Promise<Any>).
    • ๐Ÿ†• New Salesforce.fetchImage methods to get relatively-small images, such as user thumbnails or Contact photos (issue #33 and issue #35).
    • ๐Ÿ†• New Address struct to hold standard, compound address fields, including longitude and latitude (issue #38 and issue #39).