Skip to content

Death of Redundancy

Compare
Choose a tag to compare
@Anviking Anviking released this 26 Oct 20:16
· 215 commits to master since this release
  • =>? operator is removed, use either [T].decode(json, ignoreInvalidObjects: true) or try? json => "key"
  • => overload without inferred return-type will no longer be decoded as NSDictionary. It now returns AnyObject instead (no decoding at all).
  • Fixes the semiserious #34
  • A lot of target/platform/bitcode changes contributed by a lot of nice people. WatchOS, tvOS, and iOS should be supported with bitcode and Mac, as before, without it. However all of them should now work with CocoaPods.