We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab41bb commit 0d41319Copy full SHA for 0d41319
Changelog
@@ -1,4 +1,7 @@
1
-intended v2.0.0
+v2.1.0
2
++ Remove WVJBResponse object and the notion of responding with an error. See 4ab41bb4d7.
3
+
4
+v2.0.0
5
+ Messages are objects instead of strings. Supports NSDictionary*/Objects, NSArray*/Arrays, NSNumber*/Number & NSString*/String.
6
+ Messages are encoded with NSJSONSerialization. Optional fallback to JSONKit for iOS 4 support.
7
+ Messages can expect responses. A message received with an expected response is accompanied by a WVJBResponse* object.
0 commit comments