Skip to content

Releases: picklesdoc/pickles

v4.0.3

28 Nov 16:40
76a3f76
Compare
Choose a tag to compare

Updated

  • updated nugetizer to 0.9.1 to solve some packaging issues
  • updated runtime identifiers to solve a problem when installing pickles as a dotnet tool
  • changed to a license expression instead of a URL
  • made some updates to the build process

Fixed

v4.0.1

09 May 21:35
0c08d0b
Compare
Choose a tag to compare

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

04 Oct 21:31
a255a3c
Compare
Choose a tag to compare

[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

12 Mar 15:13
250e82b
Compare
Choose a tag to compare

[2.3.3] - 2021-03-11

Fixed

  • Fixing a packaging and deployment error

[2.3.0] - 2021-03-11

Updated

  • Updated all projects to .NET Framework 4.8. This will help in preparing for the dotnet core update.

v2.21.1

08 Mar 19:59
Compare
Choose a tag to compare

[2.21.1] - 2021-02-25

Fixed

  • Removed extra header from HTML output. (598)

v2.21.0

14 Jul 12:59
Compare
Choose a tag to compare

[2.21.0] - 2020-07-14

Added

  • First Draft of the MarkDown output format. Expect some rough edges here. (237) (by @darrencomeau)

Fixed

v2.20.1

18 Oct 17:40
Compare
Choose a tag to compare

[2.20.1] - 2018-10-17

Fixed

v2.20.0

09 Oct 15:59
Compare
Choose a tag to compare

[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

20 Jul 18:37
Compare
Choose a tag to compare

[2.19.0] - 2018-07-20

Added

Fixed

v2.18.2

28 Apr 18:54
Compare
Choose a tag to compare

[2.18.2] - 2018-04-28

Changed

  • Updated several external libraries

Fixed

  • Problem with Chocolatey Deployment