- Updates extension to support AutoValue 1.3-rc1
- Removes final modifier from AutoValueGsonAdapterFactory.
- Replaces equals check with
isAssignableFrom
in generated type adapter factory.
- Adds support for single AutoValueGsonTypeAdapterFactory for all AutoValue gson types.
- Fixes generation of TypeAdapter.read() for 'char' values
- Adds sample project.
- Fixes issue causing failure for non-standard class and package names.
- Adds selective generation based on public static method returning TypeAdapter
- Fixes issue causing method prefixes (
get
,is
) to be ignored.
Fixes snapshot issues with 0.2.0 release. Only guaranteed to support AutoValue 1.2-rc1
Initial release. Only guaranteed to support AutoValue 1.2-rc1