Releases: hassanhabib/RESTFulSense
Releases · hassanhabib/RESTFulSense
Release 2.14.0
What's Changed
📢 We’re excited to announce that the latest version of the RESTFulSense now supports posting MultipartFormDataContent forms! Update now to take advantage of this new functionality! 🎉
Full Changelog: 2.13.0...2.14.0
Release 2.13.0
What's Changed
This release will add support to POST content and receive the response via a Stream.
Thank you
Thank you @BrianLParker for this change!
Release 2.12.0
What's Changed
- MINOR FIX: Ignore Default Values Parameter for Post and Put by @BrianLParker in #64
- Json Serializer setting is for "DefaultValueHandling"
- Parameter name changes to better reflects the intent of the parameter.
- Updates to both
RESTFulSense
andRESTFulSense.WebAssembly
Important
In this release we have aligned code in both RESTFulSense
and RESTFulSense.WebAssembly
and as a result we will also align the version numbers of both packages to v2.12.0
. As a result of this you will also notice a jump in version numbers on RESTFulSense.WebAssembly
Thank you
Thank you @BrianLParker for your hard work!
RESFulSense
This release includes DeleteContentAsync<T>
with a response.