Skip to content

v3.0.0

Compare
Choose a tag to compare
@angelodipaolo angelodipaolo released this 12 Dec 19:28
· 31 commits to master since this release

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