Skip to content

Releases: google/compile-testing

Release 0.13

20 Nov 19:37

Choose a tag to compare

  • Upgrade Truth dependency to 0.36 and make required changes, including changing from SubjectFactory to Subject.Factory (which should usually be transparent to users as long as they recompile).
  • Make a few assertions work better with expect and similar failure strategies.
  • Start preparing for Java 9.

Release 0.12

11 Sep 17:57

Choose a tag to compare

Upgrade Truth dependency to 0.35 and make required internal changes.

Release 0.11

01 May 17:41

Choose a tag to compare

New API for asserting that a diagnostic appears on a given line.
Choose classpaths for classloader.
Better Java 8 support.

Release 0.10

26 Oct 21:19

Choose a tag to compare

A new API for compile testing. See Compiler, Compilation, and CompilationSubject.