Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Releases: vimeo/stag-java

Version 1.1.1

07 Nov 20:24
Compare
Choose a tag to compare
  • Fixed a bug with the TypeAdapterGenerator in which it incorrectly created duplicate TypeAdapter fields if there were non-parameterized and parameterized (e.g. String and ArrayList<String>) fields of the same type in a model class.
  • Added a try/catch around ArrayList parsing in TypeAdapter.read methods for consistency in throwing parsing errors.

Version 1.1.0

02 Nov 14:35
Compare
Choose a tag to compare
  • Stag can now be used across multiple modules in the same application (thanks @mcumings!)
  • Class member variables no longer need to be public visibility, but can now be package-local or protected (thanks again to @mcumings!)
  • Generated factories and adapters are now located within the same package as your model class and are named so as to not interfere with your model class namespace: Model$TypeAdapter and Model$TypeAdapterFactory

Version 1.0.1

01 Sep 16:09
Compare
Choose a tag to compare
  • Improvement: Exceptions thrown in the parsing code are now bubbled up instead of a generic exception being thrown
  • Technical: META-INF is now generated by Google auto service (thanks @penkzhou!)

Version 1.0.0

12 Aug 17:50
Compare
Choose a tag to compare