Skip to content

Releases: smilecs/ketro

Move request API to core ketro

17 Dec 19:17
9454753
Compare
Choose a tag to compare
Api fix (#55)

* remove request module and move to base package

* update gitignore

* remove

Request Module

17 Jul 11:40
80ac1b6
Compare
Choose a tag to compare

Removed support for android live data & focus on coroutines request module

Build types

19 Jun 10:16
5da0359
Compare
Choose a tag to compare
Add build type (#50)

* gradle build

* gradle build

Build types

19 Jun 10:05
20ae981
Compare
Choose a tag to compare
1.3.6

gradle build (#49)

Update to kcore API

14 May 14:31
7c69575
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4

Improvements

06 May 19:19
35aafc5
Compare
Choose a tag to compare

Added Nothing type to Failure return type

Coroutines support

26 Jul 08:49
3b9080e
Compare
Choose a tag to compare
Dev (#26)

* #11 (#13)

* Set theme jekyll-theme-minimal

* Mascot image

* Add mascot image to readme.md

* Update README.md

made edits for better interpretation

* Update README.md

* changed sample project

changed sample project to make it contain basic usage of the library's components

* corrected logic for views visibility

* optimized input text field to restrict input to single line

* Update README.md

* Update issue templates

* Update issue templates

* Update README.md

* fix to enabling status code so void response can be handled

* #12 (#18)

* #11 (#13) (#14)

* Set theme jekyll-theme-minimal

* Mascot image

* Add mascot image to readme.md

* Update README.md

made edits for better interpretation

* Update README.md

* changed sample project

changed sample project to make it contain basic usage of the library's components

* corrected logic for views visibility

* optimized input text field to restrict input to single line

* Update README.md

* Update issue templates

* Update issue templates

* Update README.md

* fix to enabling status code so void response can be handled

* Added Kexception class for propagating errorBody

* update to documentation and sample app

* kexception now has status code

* idea

* invalid references

* #10 (#23)

* WIP: Proof of concept[example files will be deleted]

* #10 added Coroutine support

* docs for coroutines

* fix to package rename

* rename

v1.1.1

16 May 06:19
9f0e64a
Compare
Choose a tag to compare

Cleaner error handling logic, and ability to pass in a function to handle custom errors, instead of using Kobserver error handler

1.0.4.5: #11 (#13) (#14)

22 Feb 10:59
1a9fd4b
Compare
Choose a tag to compare

Empty response on successful request can be handled using the onFinish()
Wrapper object now includes Http status code for request
onException method is now optional, and you can pass in a function for error handling in the Kobserver

Fix for custom error handlers not working

10 Sep 19:17
Compare
Choose a tag to compare
1.0.4.3

Merge branch 'dev' of https://github.com/smilecs/ketro