Skip to content

Releases: pjechris/SimpleHTTP

0.5.1

20 Mar 17:24
cf14135
Compare
Choose a tag to compare

Fixed

  • fix(Multipart): Create InputStream only when the body is filled by @rudyfremont in #23

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

13 Feb 11:46
a5a5e07
Compare
Choose a tag to compare

What's Changed

Breaking change

  • feat(interceptor): Make public rescue API async by @pjechris in #22.

0.4.3

24 Nov 09:53
79e1655
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

17 Oct 14:30
25a81bc
Compare
Choose a tag to compare

What's Changed

  • fix(foundation): Fixed crash in URLSession.data(for:) by @pjechris in #17

Full Changelog: 0.4.1...0.4.2

0.4.1

07 Oct 14:13
4302be8
Compare
Choose a tag to compare

What's Changed

  • feat(request): [#11] Rename Endpoint -> Path by @pjechris in #15
  • fix(foundation): Make Authorization header available by @pjechris in #16

Full Changelog: 0.4.0...0.4.1

0.4.0

24 Sep 14:23
Compare
Choose a tag to compare

What's Changed

  • tech(package): Introduce a foundation package by @pjechris in #10
  • feat(request): [#11] Introduce Endpoint instead of Path by @pjechris in #13
  • feat(request): Add new APIs to Request by @pjechris in #14

Full Changelog: 0.3.0...0.4.0

0.3.0

07 Aug 11:06
bf380fb
Compare
Choose a tag to compare

What's Changed

  • tech(session): use async as main implementation by @pjechris in #7
  • feat(request): adding multipart support by @lowki93 in #8

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

22 May 11:46
9e6a06c
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

What's Changed

  • feat(session): async/await support in #4
  • feat(request): handle array query parameters in #5
  • tech(session): Log after tryCatch to avoid duplicate logs in #6

Full Changelog: 0.1.0...0.2.0

0.1.0

03 Feb 21:26
a90d5f1
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

What's Changed

  • feat(foundation): Foundation API by @pjechris in #1
  • feat(request): Add a Request type by @pjechris in #2
  • feat(session): Session object to perform requests by @pjechris in #3

Full Changelog: https://github.com/pjechris/Pinata/commits/0.1.0