markus / MarkusAutoUpdate / Extras / SampleReleaseNotes.md @ 0aa52683
이력 | 보기 | 이력해설 | 다운로드 (983 Bytes)
1 | d8f5045e | taeseongkim | # Sample Application Release Notes |
---|---|---|---|
2 | |||
3 | ## 104.1 |
||
4 | |||
5 | * Fixed bug where ExecuteAsync sometimes doesn't send data |
||
6 | |||
7 | ## 104.0 |
||
8 | |||
9 | * Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis) |
||
10 | * Added support for non-standard HTTP methods (thanks jhoerr) |
||
11 | New API methods include: |
||
12 | * `IRestClient.ExecuteAsyncGet()` |
||
13 | * `IRestClient.ExecuteAsyncPost()` |
||
14 | * `IRestClient.ExecuteAsyncGet<T>()` |
||
15 | * `IRestClient.ExecuteAsyncPost<T>()` |
||
16 | |||
17 | See [groups discussion](https://groups.google.com/forum/?fromgroups=#!topic/restsharp/FCLGE5By7AU) for more info |
||
18 | |||
19 | * Resolved an xAuth support issue in the OAuth1Authenticator (thanks artema) |
||
20 | * Change AddDefaultParameter methods to be extension methods (thanks haacked) |
||
21 | Added `RestClientExtensions.AddDefaultParameter()` with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info |
||
22 | |||
23 | * Adding support for deserializing enums from integer representations (thanks dontjee) |