Skip to content

Releases: freshOS/Networking

0.3.3

17 Sep 13:22
Compare
Choose a tag to compare
  • Adds watchOS support ⌚ thanks to @fordee
  • Adds tvOS support 📺
  • Adds custom URSessionConfiguration thanks @alladinian
  • Adds cURL logging for simpler debugging thanks @MaxenceLvl
  • Adds custom timeout thanks @workingDog
  • Fixes jsonPayload not parsing (0.3.2 regression)
  • Fixes dictionary param encoding thanks @bfolkens
  • Fix bad URL crash

⚠️ Deprecated 0.3.2

11 Nov 16:30
9608676
Compare
Choose a tag to compare

⚠️ 0.3.2 broke jsonPayload error parsing, use 0.3.1 for now until next version.

  • Fixes NSNull crash parsing #15
  • Improves error parsing #13

Thanks @workingDog & @linsyorozuya for this release 👏

Dispatcher.main

27 Oct 09:01
b18883b
Compare
Choose a tag to compare
  • Replaces RunLoop.main calls by DispatchQueue.main as discussed in swift forums here
    Thank you @ArunRD for this fix. #8 🎉

PATCH, JSON parameter encoding, swift-tools-version: 5.3

23 Sep 12:13
Compare
Choose a tag to compare
  • Bumps to swift-tools-version:5.3
  • Adds PATCH requests
  • Adds JSON parameter encoding

0.2.0

29 Jul 15:25
Compare
Choose a tag to compare
Lints code + clean