All Versions
10
Latest Version
Avg Release Cycle
84 days
Latest Release
870 days ago
Changelog History
Changelog History
-
v2.2.1 Changes
January 30, 2024What's Changed
- ๐ Re-add support for heterogenous dictionaries to Body.Builder #58
- โ Add support for visionOS #59
Full Changelog : 2.2.0...2.2.1
-
v2.2.0 Changes
January 30, 2024What's Changed
- โ Add URLSession to APIComponents #45
- ๐ Make all Header initializers public #51
- โ Add inherited JSONDecoder property on APIComponent #49
- ๐ Improve URLMock validation methods #53
Full Changelog : 2.1.4...2.2.0
-
v2.1.4 Changes
January 25, 2024What's Changed
- #42: Add new URLRequest validation methods to URLMock
- ๐ง #46: Some Request.Configuration properties not being applied
Full Changelog : 2.1.3...2.1.4
-
v2.1.3 Changes
January 03, 2024 -
v2.1.2 Changes
December 18, 2023What's Changed
- ๐ #32 Add HTTP error for 415
Unsupported Media Type
Full Changelog : 2.1.1...2.1.2
- ๐ #32 Add HTTP error for 415
-
v2.1.1 Changes
December 02, 2023What's Changed
- ๐ #17 - Documentation for
Request.Configuration.defaultwas incorrect - #18 - Properties of
Request.Propertieswere not markedpublic - โ
#19 - Add new
URLMocklibrary to aid in mocking responses for testing - ๐ #21 - Removed force unwrapping when processing decoding errors
- #22 - Defining Requests article code sample incorrectly referenced
QueryParametersinstead ofQueryItems
Full Changelog : 2.1.0...2.1.1
- ๐ #17 - Documentation for
-
v2.1.0 Changes
March 01, 2023What's Changed
- ๐ #13 - Add support for dictionaries in
Body - ๐ #14 - Add better overview examples in documentation
- ๐ #15 -
RequestBuilderbuildBlockmethod was not public
Full Changelog : 2.0.0...2.1.0
- ๐ #13 - Add support for dictionaries in
-
v2.0.0 Changes
February 01, 2023What's Changed
- ๐ All new codebase re-written using result builders
- ๐ New documentation built with DocC
Full Changelog : 1.2.0...2.0.0
-
v1.2.0 Changes
May 07, 2022- โ Add new Endpoint protocol
-
v1.1.0 Changes
January 03, 2022- โ 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.