You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#231 OAuth now complies with rfc3986 url hex encoding
19
-
103.0 - Remove dependency on Json.NET
20
-
Remove WP7.0 support (7.1 Mango remains).
21
-
102.7 - Updating Json.NET to 4.0.8, misc fixes
22
-
102.6 - Updating Json.NET reference to 4.0.5
15
+
<![CDATA[
16
+
New Features
17
+
- Allow deserializing a single item into a List<T> field, for JSON that only uses a list when there's more than one item for a given field (thanks petejohanson)
18
+
- Extended NtlmAuthenticator so that it can also impersonate a user (thanks kleinron)
19
+
- Added support for mapping JSON objects to Dictionary<string, string=""> (thanks petejohanson)
20
+
- Added ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
21
+
- Allow deserializing lists with null in them. Should resolve pull request (thanks petejohanson)
22
+
- Add support for deserializing JSON to subclasses of List<T> (thanks abaybuzskiy)
23
+
24
+
Bugs fixed
25
+
- Fixed invalid OAuth1 signature for GET request (thanks trilobyte)
26
+
- Added some missing OAuth files to the .NET4 and Silverlight projects (thanks PedroLamas)
27
+
- Removed unused NewtonsoftJsonMonoTouch.dll and Newtonsoft.Json.MonoDroid.dll binaries (thanks attilah)
28
+
- Fixed various issues with MonoTouch/Droid ports (thanks attilah)
29
+
- Add ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
30
+
- Fixed XmlDeserializer issue not handling lowercase + dash root elements in some cases
31
+
- Fixed an issue where RestResponse.Request was not populated (thanks mattleibow)
32
+
- Don't crash on captive networks that intercept SSL (thanks aroben)
0 commit comments