Skip to content

v0.1.1

Compare
Choose a tag to compare
@javorosas javorosas released this 12 Aug 17:08
· 69 commits to master since this release
  • Prefix classes with CDX.
  • Separate initialization from execution.
  • Use asynchronous requests to execute without blocking the main thread.
  • Make NSLog statements optional with the isVerbose property. Default to NO.
  • Use nullability qualifiers to facilitate Swift usage.
  • Use NSURLSession instead of NSURLConnection.
  • Make library available on CocoaPods.
  • Convention-related refactors.
  • Bug fixes.