Skip to content

Releases: halcyonmobile/RestBird

0.5.4

12 Jan 12:54
Compare
Choose a tag to compare
  • 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

04 May 12:10
Compare
Choose a tag to compare
  • Update Alamofire to 0.5.3

0.5.2

04 May 11:40
Compare
Choose a tag to compare
  • Set Alamofire version to 4 to avoid breaking changes introduced in v5.

0.5.1

19 Nov 17:11
Compare
Choose a tag to compare

• Fix nested multipart object serialization issue
• Add swift 5 support

beta.0.5

12 Sep 13:10
Compare
Choose a tag to compare
beta.0.5 Pre-release
Pre-release

• Add SPM support

beta.2.1

18 Feb 08:03
Compare
Choose a tag to compare
beta.2.1 Pre-release
Pre-release
  • 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

05 Feb 12:32
Compare
Choose a tag to compare
beta.2.0 Pre-release
Pre-release

• Middlewares were introduced for request interception.
• Removed NetworkLogger in favor of Middlewares.

beta.1.1

05 Feb 09:03
Compare
Choose a tag to compare
beta.1.1 Pre-release
Pre-release

• Validate AlamofireSessionManager requests.

beta.1.0

10 Nov 19:47
Compare
Choose a tag to compare
beta.1.0 Pre-release
Pre-release
  • Add JSON coding customization
  • Implement URL session manager

alpha.1.1

21 Oct 10:36
Compare
Choose a tag to compare
alpha.1.1 Pre-release
Pre-release
  • Fix ambiguity when calling execute(request:completion:)
  • Map header fields to the request inside the Alamofire driver