Releases: afterxleep/WireKit
Releases · afterxleep/WireKit
Wirekit now uses async/await!
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
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
- Wirekit now parses data received alongside an error response.
- New Sample application included
Add Default Decoder
- Adds a default JSONDecoder() to WKRequest
- Update tests accordingly
Full Changelog: v1.0.2...v1.0.3
Custom JSONEncoder
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
v1.0.1 - Minor changes in variable and file names for clarity
First Public Release
Merge pull request #1 from afterxleep/develop Changes and updates to work with the demo app && documentation updates