Releases: tdeleon/Relax
Releases · tdeleon/Relax
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
What's Changed
- #17 - Documentation for
Request.Configuration.default
was incorrect - #18 - Properties of
Request.Properties
were not markedpublic
- #19 - Add new
URLMock
library to aid in mocking responses for testing - #21 - Removed force unwrapping when processing decoding errors
- #22 - Defining Requests article code sample incorrectly referenced
QueryParameters
instead ofQueryItems
Full Changelog: 2.1.0...2.1.1
2.1.0
2.0.0
What's Changed
- All new codebase re-written using result builders
- New documentation built with DocC
Full Changelog: 1.2.0...2.0.0
1.2.0
1.1.0
- Add support for Swift concurrency (async/await).
- Renamed
request(_:session:)
(Combine publisher request method) torequestPublisher(_:session:)
. The old method is deprecated and will be removed in a future release. - Documentation updates.
- Unit test improvements.