Releases: mattiasnordqvist/Web-Anchor
Releases · mattiasnordqvist/Web-Anchor
v6.6.1
v6.6.0
Updated dependencies and removed dependency on System.Net.Http. Should be referenced through standard lib.
v6.5.1
Added analyzer and updated Castle.Core
v6.4.0
- Implemented FormUrlEncodePropertyAttribute and it's usage. #91 Thanks to @carl-berg
- Virtualized members of IContentSerializer-implementations to allow overriding.
v6.3.0
v6.2.2
- Can now create content parameter without name
- ApiSettings can now hold a Data-Dictionary available from the RequestTransformContext
v6.2.1
v6.2.0
Multipart attribute added. Thanks to @mikegoatly !
v6.1.0
TestUtils added to WebAnchor. If you have copies of FakeResponseCreator
, RequestTester
, TestTransformer
or WebAnchorTest
in your project, you can now remove them and use the ones shipped with WebAnchor.
v6.0.0
Breaking
- No longer support for NetStandard 1.5 and NetStandard 1.6
New features
- A default response handler for return types of just Task introduced. Throws ApiException on all but success status codes. Useful when you don't care about the response.
- A default response handler for return types of Task<Stream> to enable download of streaming data.
Bugfixes
- return a Task<SomeObject> is no longer awaited by framework.