- Migrate to Swift 5
- Add a target that builds a static framework.
- Update to Xcode 9.3's recommended project settings
- Migrate to Swift 4
- Store isInUnitTest value in-memory for efficiency
- Use default settings for bitcode
- Added
asyncAfter(delay:)
extension method forDispatchQueue
- Avoid passing a nil pointer into
NSException.raise
- Removed unused
queryDictionary
method. useURLComponents
instead. - Removed deprecated Array extensions
- Removed
NSErrorEnum
since it is obsolete with Swift'sError
type - Removed GUID() since it is just as easy to call
UUID().uuidString
directly - Removed unused
pluginIdentifier
methods
- Fix missing files in macOS Test target.
- Migrate to Swift 3
- Add support for Xcode 8, Swift 2.3, and iOS SDK 10
- Update schemes to support Xcode 7.3