Releases: smilecs/ketro
Releases · smilecs/ketro
Move request API to core ketro
Request Module
Removed support for android live data & focus on coroutines request module
Build types
Add build type (#50) * gradle build * gradle build
Build types
1.3.6 gradle build (#49)
Update to kcore API
Improvements
Added Nothing type to Failure return type
Coroutines support
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
1.0.4.5: #11 (#13) (#14)
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
1.0.4.3 Merge branch 'dev' of https://github.com/smilecs/ketro