All Versions
34
Latest Version
Avg Release Cycle
65 days
Latest Release
759 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.3.3 Changes
- ๐ฒ Now the DebugListener use the class Debug to log data. (Thx to Thomas Levesque for the code review)
-
v1.3.2 Changes
- โ๏ธ Fix some typos
-
v1.3.0 Changes
- Rewrite the way to listen the client
- โ Add 'Settings' property with all settings of client
- ๐ Fix a bug on JsonFormatter which not used JsonSerializer config
- Now NewRequest use HttpMethod instead of HttpVerb enum
-
v1.2.2 Changes
- ๐ Fix null reference exception if ContentType of response is null
-
v1.2.1 Changes
- ๐ Fix AddQueryParameter when value is null (for server which are not in ASP.net Core)
-
v1.2.0 Changes
- โ Add methods AddFormatter / RemoveFormatter
- โ Add a way to read responses headers
- โ Add the possibility to have raw string response
- โ Add the possibility to have raw HttpResponseMessage
- โ Add method to add file as content
- โ Add method to add file as content in multipart requests
- โ Add support of file content (multipart and normal request)
- โ Add overloads on method AddQueryStringParameters
- ๐ Fix an issue on AddHeader
-
v1.1.3 Changes
- โ Add new overloads for PostRequest, PutRequest, PatchRequest
-
v1.1.2 Changes
- โ Add overload on ExecuteAsync method (with less parameters)
-
v1.1.1 Changes
- โ Remove hardcoded Headers and Add AddAcceptLanguageBasedOnCurrentCulture which add automaticaly current language
-
v1.1.0 Changes
- Now the formatter have multiple accept types
- โ Add auto detect of which formatter to use
- โ Add methods : GetRequest PostRequest, PutRequest, DeleteRequest on TinyHttpClient
- โ Add support of multi-part form data