Releases: picklesdoc/pickles
Releases · picklesdoc/pickles
v4.0.3
v4.0.1
Updated
- .NET 6 Support
Details
- I made some decisions for this release that will hopefully streamline the release process and allow me to start addressing some of the outstanding issues on a more timely basis. The framework dependent command line runner, MS Build, and PowerShell packages will be Windows only for now. Self-contained packages for the command line runner are available for Windows, Linux and OSX.
v3.0.1
[3.0.1] - 2021-10-04
Updated
- .NET Core 3.1/.NET 5 Support!
- All libraries are .NET Standard 2.0 so they will work with anything from .NET Framework 4.6.1 to .NET 5.
- Dropping support for the UI project for the time being until a cross-platform solution can be created.
- Not including a Chocolatey distribution for the time being until a non-windows deployment can be created.
- MsBuild NuGet package is still being worked on. Zip file will be available with this release.
- Development can now be done on Windows, Mac or (potentially) Linux.
- Nuke build will simplify and speed up releases. Removed old build files.
- Multiple updates thanks to Andrey Leskov! (See PR 618)
- Update tests to launch on non-windows platform
- Update cucumber json report format to match official json schema
- Add feature uri to cucumer json report #609
- Add feature and step id, hidden field to Cucumber json report
- Make Pickles.CommandLine packable as dotnet tool
v2.3.3
v2.21.1
v2.21.0
[2.21.0] - 2020-07-14
Added
- First Draft of the MarkDown output format. Expect some rough edges here. (237) (by @darrencomeau)
Fixed
- Improve performance of VS Test results file parsing (586) (by @tlecomte)
- Fix matching of scenario outline with duplicate values with VsTest (542) (by @rik-smeets and @jvandertil)
v2.20.1
v2.20.0
[2.20.0] - 2018-10-09
Added
- Pickles GUI: Generate equivalent PowerShell or Windows Console command line (90) (by @magicmonty)
Fixed
- Inconclusive marker shown when generating doc without test results (545) (by @dirkrombauts)
- Remove requirement for hardcoded 'Index.html' in featureSearch.js (541) (by @szaliszali)
- Exception in XUnit2ScenarioOutlineExampleMatcher (548) (by @magicmonty)
v2.19.0
[2.19.0] - 2018-07-20
Added
- Hide Tags from Living Documentation (516) (by @spacehole1)
- Exclude Feature Files that have no included scenarios (453) (by @janosmagyar)
Fixed
- Scenario Outline special characters workaround (509) (by @DominikBaran)
- Fix example matching for VSTest (528) (by @jvandertil)
v2.18.2
[2.18.2] - 2018-04-28
Changed
- Updated several external libraries
Fixed
- Problem with Chocolatey Deployment