Skip to content

Releases: outfoxx/sunday-swift

🚀 v1.0.0-beta.18

15 Feb 14:44
5cca3f1
Compare
Choose a tag to compare
🚀 v1.0.0-beta.18 Pre-release
Pre-release

What's Changed

  • Update to PotentCodables 3 by @kdubb in #41

Full Changelog: 1.0.0-beta.17...1.0.0-beta.18

🚀 v1.0.0-beta.17

20 Jan 05:14
f4b30cd
Compare
Choose a tag to compare
🚀 v1.0.0-beta.17 Pre-release
Pre-release

What's Changed

  • Support overridable path encoders for URI path parameters by @kdubb in #38
  • Update Makefile to use findsimulator by @kdubb in #39
  • Update to PotentCodables 2.4.2 by @kdubb in #40

Full Changelog: 1.0.0-beta.16...1.0.0-beta.17

🚀 v1.0.0-beta.16

08 Dec 03:28
7eeb4b3
Compare
Choose a tag to compare
🚀 v1.0.0-beta.16 Pre-release
Pre-release

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

07 Dec 21:36
292a6d3
Compare
Choose a tag to compare
🚀 v1.0.0-beta.15 Pre-release
Pre-release

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

07 Dec 16:51
950d2e4
Compare
Choose a tag to compare
🚀 v1.0.0-beta.14 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-beta.13...1.0.0-beta.14

Release 1.0.0-beta.13

04 Dec 00:19
d17fd84
Compare
Choose a tag to compare
Release 1.0.0-beta.13 Pre-release
Pre-release

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 from EventSource 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 & more URLSessionConfiguration 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 in RequestFactory 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