Skip to content

Releases: afterxleep/WireKit

Wirekit now uses async/await!

13 Feb 00:20
Compare
Choose a tag to compare

It was about time to migrate this library to modern async/await. It's now smaller, and simpler to use.

Check out the updated documentation to learn how to migrate your existing code!

Added Tests to the Example App

29 Apr 09:30
Compare
Choose a tag to compare

I've added a few sample tests to the example app to explain the best approach to test apps using Wirekit

Return data alongside errors when present

13 Sep 22:51
Compare
Choose a tag to compare
  • Wirekit now parses data received alongside an error response.
  • New Sample application included

Add Default Decoder

06 Dec 23:04
Compare
Choose a tag to compare
  • Adds a default JSONDecoder() to WKRequest
  • Update tests accordingly

Full Changelog: v1.0.2...v1.0.3

Custom JSONEncoder

06 Dec 01:43
Compare
Choose a tag to compare

Allows the injection of a custom JSONEncoder instance so different decoding strategies can be included with every request

Full Changelog: v1.0.1...v1.0.2

Minor updates and File renames for clarity

08 Jan 15:15
Compare
Choose a tag to compare
v1.0.1

- Minor changes in variable and file names for clarity

First Public Release

27 Dec 18:17
f9eecd8
Compare
Choose a tag to compare
Merge pull request #1 from afterxleep/develop

Changes and updates to work with the demo app && documentation updates