Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Releases: mannodermaus/retrofit-logansquare

Dependency Updates

18 Jun 08:32
Compare
Choose a tag to compare

This is a small maintenance update which applies #14.

  • Updated Retrofit to 2.1.0
  • Updated OkHttp MockWebServer to 3.3.1
  • Updated AssertJ to 3.4.1

Thanks, @ademar111190!

Celebrating a stable Retrofit2!

12 Mar 00:29
Compare
Choose a tag to compare

With the release of Retrofit 2.0.0 comes a new update of the converter.

Changelog:

  • Changed the implementation of the Converter.Factory, so that it returns null in cases where LoganSquare isn't able to handle the values trying to be converted (#9 & #10, thanks to @Jawnnypoo).
  • Added support for generic model classes! Now, your @JsonObject classes can have generic type parameters, which will be properly converted to and from JSON. Note that this support lies within the boundaries of the support provided by LoganSquare itself (#3)

1.3.0

22 Feb 09:04
Compare
Choose a tag to compare

This release adds support for Retrofit 2.0.0-beta4, which exposes a changed interface to Converter.Factory that the LoganSquareConverterFactory needed to adjust to as well. If you're using version 2.0.0-beta4 of Retrofit, please upgrade your converter version along with it!

1.2.1

29 Jan 12:19
Compare
Choose a tag to compare
  • Fix: Leaking Response Body (#8)

Take-off

16 Oct 20:23
Compare
Choose a tag to compare

Initial release!