- Fix: Support generic types.
- Update to auto-value 1.6.5.
- Update to auto-value 1.6.3 and opt-in to its incremental annotation processing support.
- Remove dependency on Guava. This previously implicitly available as a transitive dependency of AutoValue which has since been removed.
- Support for AutoValue 1.2.
- Fix: Properly support types whose properties are all named with bean-style prefixes (eg., 'get', 'is')
Initial release. Only guaranteed to support AutoValue 1.2-rc1.