Skip to content

Releases: ViacomInc/URLSessionDecodable

HTTP PATCH method support

07 Aug 12:22
6feba36
Compare
Choose a tag to compare

Added support for PATCH HTTP method

0.1.6 Strict concurrency mode

02 Aug 10:16
1890c27
Compare
Choose a tag to compare

Tweak codebase to build with strict concurrency mode without warnings

0.1.5 Add CustomNSError conformance to URLSessionDecodableError

17 Apr 13:37
43e55be
Compare
Choose a tag to compare

This provides users of the API with the ability to inspect details of the underlying errors without importing URLSessionDecodable package.

0.1.4 Improve URLParametersEncoder

08 Aug 11:29
bb703ca
Compare
Choose a tag to compare

Adds the ability to use custom data structures for URL params encoding

0.1.3 Async await support

13 Feb 13:43
f6d2a13
Compare
Choose a tag to compare

Adds support for Swift Concurrency

0.1.2 Keeping existing query paramaters

16 Feb 13:50
4554c5a
Compare
Choose a tag to compare

Just one change, making sure existing query parameters on url are not removed when adding new via parameterers argument.

0.1.1 - more logging

14 Dec 12:08
0bc3cfd
Compare
Choose a tag to compare

Add more os_log in case of errors, by @graciborski

0.1.0 - First GitHub release

04 Aug 10:58
72c2776
Compare
Choose a tag to compare

Same as already used 0.0.5 tag except updates to Readme and cleanup with SwiftLint, but first official release on GitHub.