Skip to content

Commit

Permalink
V7 (#80)
Browse files Browse the repository at this point in the history
Update for version 7.0.0
  • Loading branch information
mike4aday committed Jul 12, 2018
1 parent f16ca1e commit 832b55c
Show file tree
Hide file tree
Showing 169 changed files with 7,077 additions and 6,492 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## Version 7.0.0 (July 12, 2018)
- Deferred login (set `options` in function argument to `[.dontAuthenticate]`)
- Simplifies app configuration (no more need to set URL scheme in plist file)
- Simplifies calling custom endpoints (call `Salesforce.dataTask` with your own `URLRequest` and `Decodable` model object)
- Simplifies & improves user login experience with iOS 11's new [`SFAuthenticationSession`](https://developer.apple.com/documentation/safariservices/sfauthenticationsession) (Apple has already deprecated `SFAuthenticationSession` in the upcoming iOS 12 in favor of the very similar [`ASWebAuthenticationSession`](https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession) - Swiftly Salesforce will be updated after iOS 12 is released)
- Supports Salesforce's new [UI API](https://developer.salesforce.com/blogs/2018/01/introduction-salesforce-ui-api.html)
- Supports SOSL searching
- Enables full control over authorization URL (useful for Community or custom login flows)
- Works with latest PromiseKit version
- Resolves issue [issue #73](https://github.com/mike4aday/SwiftlySalesforce/issues/73)
- Resolves issue [issue #68](https://github.com/mike4aday/SwiftlySalesforce/issues/68)
- Resolves issue [issue #63](https://github.com/mike4aday/SwiftlySalesforce/issues/63)
- Resolves issue [issue #32](https://github.com/mike4aday/SwiftlySalesforce/issues/32)

## Version 6.0.7 (May 21, 2018)
Resolves [issue #69](https://github.com/mike4aday/SwiftlySalesforce/issues/69). Thanks to [@hmuronaka](https://github.com/hmuronaka) for [pull request](https://github.com/mike4aday/SwiftlySalesforce/pull/72).

Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "mxcl/PromiseKit" ~> 4.0
github "mxcl/PromiseKit" ~> 6.0
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, '10.3'
platform :ios, '11.3'

target 'SwiftlySalesforce_Example' do
pod "SwiftlySalesforce", :path => "../"
Expand Down
12 changes: 6 additions & 6 deletions Example/Pods/Local Podspecs/SwiftlySalesforce.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 12 additions & 14 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,167 changes: 629 additions & 538 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 832b55c

Please sign in to comment.