Skip to content

5.1.0

Compare
Choose a tag to compare
@rubengees rubengees released this 21 Sep 10:00
· 55 commits to master since this release
  • General
    • Support for the test mode. Pass ProxerApi.TEST_KEY or "test" for the api key to enable.
    • Various changes to make the api more Kotlin friendly. Places that need code changes, have been marked @Deprecated, which allows the IDE to auto-fix them.
  • API changes
    • New comments endpoints.
    • user/comments - new parameters.
    • New OTHER constant for the Medium enum.
  • Internal
    • Improved login token handling.
    • Prepare for the upcoming Moshi 1.9 release.
    • Dependency updates.