2.0.0-beta.1
Pre-release
Pre-release
What's Changed
- ❗️🛠 Changed: Renamed
Methodto useHttpMethodand refactored helper functions into extensions (StringToMethod, andMethodToString). - ❗️🛠 Changed:
InterceptorContractto useBaseRequestandBaseResponseinstead of custom models. - ❗️🛠 Removed:
RequestDataandResponseDatasince the classes are no longer used. - ✨ Added: Support for intercepting
Request,StreamedRequestandMultipartRequest. - ✨ Added: Support for intercepting
Response,StreamedResponseandMultipartRequest. - ✨ Added: Extensions for
BaseRequest,Request,StreamedRequestandMultipartRequestthat allows copying requests through acopyWithmethod. - ✨ Added: Extensions for
BaseResponse,Response,StreamedResponseandIOStreamedResponsethat allows copying responses through acopyWithmethod. - 📖 Changed: example project to showcase updated APIs.
- 🚦 Tests: Improved testing and documentation.
New Contributors
- @lukaskurz made their first contribution in #98
Full Changelog: 1.0.2...2.0.0-beta.1