Skip to content

v1.0.0-beta16

Compare
Choose a tag to compare
@Foso Foso released this 13 Nov 16:11
· 605 commits to master since this release

1.0.0-beta16 (13-11-2022)

NEW:

  • Field parameters can now be nullable, null values will be ignored in requests

  • Add option to turn of error checking

    ksp {
    arg("Ktorfit_Errors", "1")
    }

    You can set it in your build.gradle.kts file,

    0: Turn off all Ktorfit related error checking

    1: Check for errors

    2: Turn errors into warnings

  • Added RequestConverter support #84

⬆️ Deps updates

  • based on Ktor 2.1.3
  • Kotlin 1.7.21
  • KSP 1.0.8
  • update Android TargetSdk to 33

🐛 Bugs fixed

  • FlowResponseConverter #81

What's Changed

  • build(deps): bump logback-classic from 1.4.0 to 1.4.3 by @dependabot in #74
  • Foso/revert converters changes by @Foso in #76
  • 67 add nullable field parameters support by @Foso in #80
  • fix: FlowResponseConverter by @Foso in #81
  • Added RequestConverter support by @DatL4g in #84
  • feat: add option to turn off error checking #77 by @Foso in #88

Full Changelog: v1.0.0-beta15...v1.0.0-beta16