Skip to content

v0.15.0

Compare
Choose a tag to compare
@wuan wuan released this 28 Apr 07:52
· 2204 commits to master since this release

New Features

  • Thumbnail preview for image attachments added #299
  • The ReportGenerator now uses the HTML5 report as default, doesn't silently misinterprets wrong arguments and flags and offers suggestions #299
  • Formatting POJOs has been greatly improved, by allowing to specify custom formatters for fields #297 (thanks to dgrandemange)
  • @ExtendedDescription supports parameter place holders now #283
  • The HTML App has been extracted into a separate project and has been refactored internally. The functionality should not have been changed. #287

Fixed Issues

  • Upgraded to ByteBuddy 1.6.x to fix backwards-incompatibility issues when JGiven is used with Mockito 2.7.19 #309
  • Introduced CaseAs annotation to replace the CaseDescription annotation #301
  • Removed ambiguity between parsing of As, CaseAs and ExtendedDescription. Argument enumeration starts from 1, internal count of how often placeholders are used, see docs to As for every feature. All argument reference types are interoperable #301