Skip to content

v0.7.1

Compare
Choose a tag to compare
@janschaefer janschaefer released this 13 Apr 18:36
· 2767 commits to master since this release

New Features

  • Introduce columnTitles attribute for the @Table annotation #64
  • Ignore null values of POJOs by default when using the @Table annotation. This behavior can be overridden with the includeNullColumns attribute.
  • Allow $ to be escaped in step descriptions when using the @Description tag #19
  • Speed-up the overall performance of JGiven by caching reflection-based look-ups