Releases: picklesdoc/pickles
Releases · picklesdoc/pickles
v2.0.4
v2.0.4 - 2015-12-27
Bug Fixed
- The PowerShell runner does not load (#239)
v2.0.3
v2.0.3 - 2015-15-23
Bug Fixed
- The presence of a background causes a crash when integrating test results (#238)
v2.0.2
v2.0.2 - 2015-11-21
Bugs Fixed
- Test results in example rows of scenario outlines that contain
$
signs were not correctly identified (#227)
- Table layout in the DHTML version was sometimes unnecessarily narrow (#225)
v2.0.1
v2.0.1 - 2015-11-20
Bug Fixed
- A crash was fixed that occurred when linking nUnit test results (#223)
v2.0.0
v2.0.0 - 2015-11-03
Breaking Change
- Pickles uses version 3 of the Gherkin parser, and as such requires .NET 4.5. The new parser is a lot smaller and should be faster too.
v1.2.3
v1.2.3 - 2015-10-06
Bugs Fixed
- In the DHtml version, the alignment of the keywords (Given, When, Then) was fixed for non-English languages (#219)
v1.2.2
Bugs Fixed
- The PowerShell version now correctly traces relative paths from the current directory (#216)
v1.2.1
v1.2.1 - 2015-08-14
Bugs Fixed
- In the Html version, the alignment of the keywords (Given, When, Then) was fixed for non-English languages (#209)
- A NullReferenceException in the MSTest provider was fixed when the test results also contain ordinary unit test results in addition to the SpecFlow results (#212)
v1.2.0
v1.2.0 - 2015-07-28
New Feature
- In the DHtml version, there are now links to hide/show the navigation, and to collapse/expand all nodes in the navigation (#204)
Bugs Fixed
- The command line version no longer silently fails when an error occurs. You will need to adapt the configuration in order to get more information from the error (#202
- The issue of failing silently in case the full filename is too long has been fixed (#199)
v1.1.0
New Feature
- In both the DHtml and Html versions: Align scenario keywords to the right side so that step texts start from the same position (#195)
Bugs Fixed
- Abbreviations displayed incorrectly with spaces between letters (#192)