Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 3.28 KB

release-notes.md

File metadata and controls

65 lines (47 loc) · 3.28 KB

###In development Commits

###v3.19.1 - 2014-03-17 ####Improvements

  • #51 - makes html report self-contained
  • #59 - TestObject is now set to null in StoryCache to release unused objects

####Bugs

  • #53 - fixes md report on null story
  • #59 - fixes diagnostics report crash: it now resolves the name using the new Namespace if Metadata is null

####New Features

  • #54 - allows for avoiding duplicate text in StoryAttribute

Commits

###v3.18.5 - 2014-02-03 ####Improvements

  • #46 - tidies up the layout of the summary pane in the HTML report

Commits

###v3.18.3 - 2014-01-24 ####Bugs

  • #42 - fixes a bug that caused html report to fail when there is a BDDfy test without an associated story

Commits

###v3.18.2 - 2014-01-13 ####Improvements

  • #40 - reduces memory footprint by disposing unnecessary objects in StoryCache

Commits

###v3.18.0 - 2014-01-02 ####New Features

  • #38 - adds a configuration point to stop execution pipeline on a failing test

Commits

###v3.17.1 - 2013-11-04 ####New Features

  • #32 - adds support for async steps

Commits

###v3.16.14 - 2013-08-05 ####Improvements

  • #30 - cleans up samples and adds a simple BDDfy Rocks one
  • #28 - adds nuget tags
  • #27 - updates nuspec files with the latest license (MIT) & project url
  • #26 - removes nuget readme content file
  • #24 - removes some text from readme & pointed to the new docos website
  • #23 - changes the license to MIT

####Bugs

  • #25 - changes the html report link & fixes the custom scripts
  • #22 - renames custom script names and fixes the report link - Fixes issue #18

Commits

###v3.16.5 - 2013-07-31 ####New Features

  • #16 - new optional diagnostics report and report refactoring