forked from x97mdr/pickles
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
159 changed files
with
7,749 additions
and
56,539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
# Pickles Release Notes | ||
|
||
## v0.18.0 - 2013-07-07 | ||
|
||
### New Feature(s) | ||
|
||
- **Potential Breaking Change**: the folder structure of the dependencies of the static HTML version was changed. If you override the .css files, you will need to update your workflow to account for that. | ||
|
||
### Bug(s) Fixed | ||
|
||
- Fixed issue where multiple results files for a single feature causes exceptions when processing scenario outline examples ([#123](https://github.com/picklesdoc/pickles/pull/123)) | ||
- Fixed issue where pickles would crash when a specified test results file does not exist ([#126](https://github.com/picklesdoc/pickles/issues/126)) | ||
|
||
## v0.17.4 - 2013-06-04 | ||
|
||
### Bug(s) Fixed | ||
|
||
- Description blocks are rendered as code elements in DHtml version ([#118](https://github.com/picklesdoc/pickles/issues/118)) | ||
|
||
## v0.17.3 - 2013-05-28 | ||
|
||
### Bug(s) Fixed | ||
|
||
- PowerShell version works again | ||
|
||
## v0.17.2 - 2013-05-28 | ||
|
||
Some things went wrong during the publication of versions 0.17.0 and 0.17.1. Therefore 0.17.2 is the first published 0.17.x version. | ||
|
||
### New Feature(s) | ||
|
||
- Added test status in the DHTML browsing section (left nav) (#110) | ||
|
||
### Bug(s) Fixed | ||
|
||
- Crash because of nunit result (#108) | ||
- Avoid crash on start of GUI (#112) | ||
|
||
## v0.16.0 - 2013-05-15 | ||
|
||
### New Feature(s) | ||
|
||
- Enable results for individual example results in a scenario outline (in the Html version) ([#105](https://github.com/picklesdoc/pickles/pull/105)) | ||
|
||
### Bug Fixed | ||
|
||
- Features don't render correctly when there are less than 4 spaces ([#106](https://github.com/picklesdoc/pickles/pull/106)) | ||
|
||
## v0.15.0 - 2013-04-11 | ||
|
||
### New Feature(s) | ||
|
||
- Allow multiple result files ([#83](https://github.com/picklesdoc/pickles/issues/83)): it is now possible to use multiple test result files. This will come in handy if you need to partition your test runs. Simple use a semicolon-separated list of file paths instead of the single file path as an argument | ||
|
||
## v0.14.0 - 2013-03-27 | ||
|
||
### New Feature(s) | ||
|
||
- The (static) Html version now supports images with .png, .gif, .jpg and .bmp extensions. This partially addresses issue ([#12](https://github.com/picklesdoc/pickles/issues/12)) | ||
- Several updates of external dependencies, including the long out-of-date IKVM. Yay! | ||
- All production code and test code now use the excellent [System.IO.Abstraction](https://github.com/tathamoddie/System.IO.Abstractions) library and its TestingHelpers classes. | ||
- We are using build services provided by [MyGet](http://www.myget.org/) | ||
|
||
## v0.13.1 - 2013-12-20 | ||
|
||
### Bug(s) Fixed | ||
|
||
- DHTML uses the Feature's description for the Background ([#74](https://github.com/picklesdoc/pickles/issues/74)) | ||
- Nuget manifest should mention PicklesDoc instead of only Jeffrey Cameron ([#84](https://github.com/picklesdoc/pickles/issues/84)) | ||
- Crash when a feature is not present in the test result (with NUnit) ([#85](https://github.com/picklesdoc/pickles/issues/85)) | ||
|
||
## v0.13.0 - 2013-11-29 | ||
|
||
### New Feature(s) | ||
|
||
- The UI version now includes the option to generate each selected output format in its own directory ([#78](https://github.com/picklesdoc/pickles/pull/78)) | ||
|
||
### Bug(s) Fixed | ||
|
||
- Left nav bug fix in DHTML format ([#73](https://github.com/picklesdoc/pickles/pull/73)) | ||
- DHTML uses the Feature's description for the Background ([#74](https://github.com/picklesdoc/pickles/issues/74)) | ||
|
||
|
||
## v0.12.1 - 2013-10-28 | ||
|
||
### Bug(s) Fixed | ||
|
||
- Fixes a .NET runtime version issue caused by combining all Pickles runners in one directory. We are back to each runner in a separate directory, and will likely remain so until all assemblies use the same .NET framework version. | ||
|
||
## v0.12 - 2013-10-25 | ||
|
||
### New Feature(s) | ||
|
||
- DHTML output format should render Markdown correctly (one step closer toward feature parity for all export formats) ([#60](https://github.com/picklesdoc/pickles/issues/60)) | ||
- The .zip file contains all 5 Pickles runners in one directory, reducing the size of the download by roughly three quarters. | ||
|
||
### Bug(s) Fixed | ||
|
||
- When selecting multiple output formats in the UI, pickles generates the first output format multiple times ([#66](https://github.com/picklesdoc/pickles/issues/66)) | ||
|
||
## v0.11 - 2013-09-26 | ||
|
||
### New Feature(s) | ||
|
||
- Better Error Reporting: both the command line client and the UI show a log ([#36](https://github.com/picklesdoc/pickles/issues/36)) | ||
|
||
### Bug(s) Fixed | ||
|
||
- Pickles crashes when generating excel with really long descriptions ([#62](https://github.com/picklesdoc/pickles/issues/62)) | ||
- Calling pickles.exe without any arguments in a directory without features causes a crash ([#63](https://github.com/picklesdoc/pickles/issues/63)) | ||
|
||
## v0.10 - 2013-08-29 | ||
|
||
### New Feature(s) | ||
|
||
- Add support for SpecRun test results ([#21](https://github.com/picklesdoc/pickles/issues/21)). Refer to the wiki page for instructions on how to configure SpecRun correctly: [Integrating Test Results From SpecRun](http://www.picklesdoc.com/#!Pages/IntegratingTestResultsFromSpecRun.md). | ||
|
||
### Bug(s) Fixed | ||
|
||
- Please implement marking ignored test cases with yellow sign rather than red for all Test Result providers (not just MSTest) ([#47](https://github.com/picklesdoc/pickles/issues/47)) | ||
- Remove duplication of example feature files ([#50](https://github.com/picklesdoc/pickles/issues/50)) | ||
- Adding background to features in word ([#58](https://github.com/picklesdoc/pickles/pull/58)) | ||
- Handle cucumber feature with no scenarios ([#59](https://github.com/picklesdoc/pickles/pull/59)) | ||
|
||
|
||
## Older Releases without Release Notes | ||
|
||
- v0.9 - 2013-07-23 | ||
- v0.8 - 2012-12-17 | ||
- v0.7 - 2012-08-07 | ||
- v0.6 was skipped | ||
- v0.5 - 2012-03-13 | ||
- v0.4 - 2012-01-20 | ||
- v0.3 - 2011-12-13 | ||
- v0.2 - 2011-11-14 | ||
- v0.1 - 2011-10-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="NuGet.CommandLine" version="2.8.1" /> | ||
<package id="NuGet.CommandLine" version="2.8.2" /> | ||
<package id="NUnit.Runners" version="2.6.3" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.