Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Latest commit

 

History

History
82 lines (50 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

82 lines (50 loc) · 1.73 KB

Change Log

Version 1.1.1 (2020-07-17)

Supports: AutoValue 1.7.0

  • fix packaging issue

Version 1.1.0 (2020-05-03)

Supports: AutoValue 1.7.0

  • support incremental annotation processing

Version 1.1.0-rc1 (2018-11-04)

Supports: AutoValue 1.6.3rc1

  • support incremental annotation processing
  • improvements to generated code when AutoValue class is generic

Version 1.0.0 (2016-09-09)

Supports: AutoValue 1.3

  • support for AutoValue 1.3
  • support for with-ers with multiple properties, e.g. withNameAndEmail(String name, String email)

Version 1.0.0-rc1 (2016-06-13)

Supports: AutoValue 1.3-rc1

  • support for AutoValue 1.3-rc1

Version 0.1.5 (2016-06-09)

Supports: AutoValue 1.2

  • support generic return types for with-ers in interfaces

Version 0.1.4 (2016-06-02)

Supports: AutoValue 1.2

  • support generic return types for with-ers
  • fix duplicate @Override annotation in generated code
  • improved error reporting
  • removed dependency on AutoService

Version 0.1.3 (2016-05-06)

Supports: AutoValue 1.2

  • fix support for nested AutoValue classes

Version 0.1.2 (2016-05-05)

Supports: AutoValue 1.2

  • add support for properties prefixed with getandis``

Version 0.1.1 (2016-04-17)

Supports: AutoValue 1.2

  • don't override already implemented with-ers

Version 0.1.0 (2016-03-22)

Initial release. Only guaranteed to support AutoValue 1.2-rc1.