Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

57 lines (31 loc) · 1.69 KB
  • 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

New Features

  • Added asyncAfter(delay:) extension method for DispatchQueue

Fixes

  • Avoid passing a nil pointer into NSException.raise

Breaking Changes

  • Removed unused queryDictionary method. use URLComponents instead.
  • Removed deprecated Array extensions
  • Removed NSErrorEnum since it is obsolete with Swift's Error 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