Releases: outfoxx/sunday-swift
Releases · outfoxx/sunday-swift
🚀 v1.0.0-beta.19
What's Changed
- Support
RawRepresentable
parameter types inURITemplate
by @kdubb in #42 - Add human readable descriptions to
SundayError
and it’s “reason”s by @kdubb in #43
Full Changelog: 1.0.0-beta.18...1.0.0-beta.19
🚀 v1.0.0-beta.18
What's Changed
Full Changelog: 1.0.0-beta.17...1.0.0-beta.18
🚀 v1.0.0-beta.17
🚀 v1.0.0-beta.16
What's Changed
- Fix logging unsupported on previous os versions by @kdubb in #36
- Fix flaky chunked tests by @kdubb in #37
Full Changelog: 1.0.0-beta.15...1.0.0-beta.16
🚀 v1.0.0-beta.15
What's Changed
- Update package definition and dependencies by @kdubb in #34
- Make tests more reliablie by @kdubb in #35
Full Changelog: 1.0.0-beta.14...1.0.0-beta.15
🚀 v1.0.0-beta.14
What's Changed
- Update README badges by @kdubb in #25
- Fix sonar smells by @kdubb in #26
- Update workflows and sonar config by @kdubb in #27
- Build docs for main and release by @kdubb in #28
- Update README badges by @kdubb in #29
- Fix watchOS support by @kdubb in #30
- Remove OSLogTrace by @kdubb in #31
- Fix sonar smells by @kdubb in #32
- Fix code smells by @kdubb in #33
Full Changelog: 1.0.0-beta.13...1.0.0-beta.14
Release 1.0.0-beta.13
What's Changed
- Compliance & Test Coverage by @kdubb in #2
- Synchronize
EventSource.readyState
updates by @kdubb in #3 - Remove internal use of
readyState
public accessor fromEventSource
by @kdubb in #5 - Generator interface updates by @kdubb in #6
- Reformatted code & enabled linting for PRs by @kdubb in #7
- Fix detection of invalid characters during header encoding. by @kdubb in #8
- Easy configuration of global
NetworkSession
timeouts & moreURLSessionConfiguration
convenience by @kdubb in #9 - Build with Swift on macOS and add coverage reporting by @kdubb in #10
- Add
nilifyResponse
utility that works with statuses & problems by @kdubb in #11 - Simplify actions using matrix conditionals by @kdubb in #12
- Replace @_functionBuilder with @resultBuilder by @kdubb in #13
- Switch from
Combine
to Swift Concurrency by @kdubb in #14 - Simplify eventStream method using decoder by @kdubb in #16
- Add support for JSON Merge Patches by @kdubb in #17
- Add
ResultResponse
and overloads inRequestFactory
by @kdubb in #18 - Fix lint by @kdubb in #19
- Update invalid URI test for Xcode 14 by @kdubb in #21
- Update CI workflow by @kdubb in #20
- Fix lint by @kdubb in #22
- Update CI workflow by @kdubb in #23
- Add docs publishing workflow by @kdubb in #24
Full Changelog: https://github.com/outfoxx/sunday-swift/commits/1.0.0-beta.13