Skip to content

Releases: JZDesign/HTTPEngine

0.2.21

Choose a tag to compare

@JZDesign JZDesign released this 22 Aug 19:47
b1f3318

Removes local utility functions and pulls them in from another package

Put, Patch, Delete

Choose a tag to compare

@JZDesign JZDesign released this 21 Aug 15:51
60e74b0

Adds a few new helper methods and documentation. These methods are very similar to .post

Get, Post and More + better documentation

Choose a tag to compare

@JZDesign JZDesign released this 18 Aug 12:47
201ba12
0.2.1

Add usage documentation to readme (#12)

Get, Post and More

Choose a tag to compare

@JZDesign JZDesign released this 18 Aug 01:47
fb60cbb

Release 0.2.0

This release contains convenient helper methods that wrap Swift's Combine + URLSession and supplies an enjoyable and succinct developer experience to:

  • Build and make requests
  • Encode json Body
  • Decode the Json Responses
  • Handle Status Code Validation
  • Return developer friendly errors to work with

What is not in this release

All the desired helper methods patch delete etc.,

Notes

The branch was titled release1.0 by mistake.

Generate Docs

Generate Docs Pre-release
Pre-release

Choose a tag to compare

@JZDesign JZDesign released this 17 Aug 20:31
45a4ffb

This was to test the Jazzy docs generation flow.