Releases: halcyonmobile/RestBird
Releases · halcyonmobile/RestBird
0.5.4
- The request parameter serialization was updated to use Alamofire's built-in
Encodable
based approach. - With the new version of Alamofire, the raw response data is validated and an error is raised if it's empty for various status codes. This set of status codes were extended to 200..<300
0.5.3
- Update Alamofire to 0.5.3
0.5.2
- Set Alamofire version to 4 to avoid breaking changes introduced in v5.
0.5.1
• Fix nested multipart object serialization issue
• Add swift 5 support
beta.0.5
• Add SPM support
beta.2.1
- Add ability to customize parameter encoding for requests.
- Add ability to upload multipart form data.
- Add auto-generated Jazzy documentation.
- Fix Middlewares not delegating back to the network client.
beta.2.0
• Middlewares were introduced for request interception.
• Removed NetworkLogger in favor of Middlewares.
beta.1.1
• Validate AlamofireSessionManager requests.
beta.1.0
- Add JSON coding customization
- Implement URL session manager
alpha.1.1
- Fix ambiguity when calling
execute(request:completion:)
- Map header fields to the request inside the Alamofire driver