Skip to content

Releases: kittinunf/fuel

Fuel - 0.67

04 Jan 08:05
Compare
Choose a tag to compare
  • Support Kotlin beta 4, 1.0.0-beta-4583
  • Add ability to do synchronous call with sync(). Thanks @bmsantos for shiny PR.

Fuel - 0.66

22 Dec 11:29
Compare
Choose a tag to compare

Breaking changes

  • Use Result instead of Either

Feature

  • Support Kotlin beta 3

Fuel - 0.62

19 Nov 16:27
Compare
Choose a tag to compare

Fuel - 0.61

18 Nov 09:47
Compare
Choose a tag to compare
  • Support Kotlin 1.0.0-beta-2423

Fuel - 0.6

17 Nov 09:50
Compare
Choose a tag to compare

Breaking changes

  • As discussed in #34, we have modularized project into Fuel and Fuel-Android

for JVM user: compile 'com.github.kittinunf.fuel:fuel:0.6'

For Android user: compile 'com.github.kittinunf.fuel:fuel-android:0.6'

  • Add HTTP verb PUT into Fuel.upload #28

Thanks @yoavst :)

Fuel - 0.57

17 Nov 09:34
Compare
Choose a tag to compare
  • Fix "classes.jar has an unsupported format" by repacking the package, fix #29

Fuel - 0.56

25 Oct 15:37
Compare
Choose a tag to compare

Fuel - 0.55

02 Oct 07:57
Compare
Choose a tag to compare
  • Support Kotlin M14

Fuel - 0.53

20 Sep 08:24
Compare
Choose a tag to compare

Fuel 0.53 is out

  • Support Kotlin M13, thanks @yoavst
  • Various fixes to be compatible with M13

Fuel - 0.52

20 Aug 04:21
Compare
Choose a tag to compare
  • Refactor response handler
  • Give precedence on param
  • Provide a responseObject version to support deserialization

Check this PR #17 for full detail.