Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

v0.4

Choose a tag to compare

@dduan dduan released this 23 Oct 05:31
· 166 commits to master since this release
  1. HTTPResult now retains reference to its NSURLSessionTask.
  2. as a consequence, you can call HTTPResult.cancel(), which just forwards to HTTPResult.task?.cancel()
  3. The type of json argument got relaxed to AnyObject, so that arrays can be passed in.
  4. Added tvOS target.