Releases: picklesdoc/pickles
Releases · picklesdoc/pickles
v1.0.1
v1.0.0
Our "1.0" release!
Breaking Change
- Support for the nAnt runner has been discontinued. nAnt users can migrate by using nAnt's capabilities to call the command line runner of Pickles. (#179)
Bug Fix
- The checkmark/cross icon in the GUI client did not always show the cross icon when appropriate, and its state could be changed by the user. (#177)
v0.20.0
Breaking Change
- The msbuild runner will now break the build when an error occurs. This reflects our belief that the Living Documentation is a first class output of the software development process.
New Features
- The command line and powershell runners now return an error code of 0 when everything went fine, and 1 if there was an error.
- The HTML and DHTML output versions no longer horizontally spread tables.
- The GUI version has an icon
v0.19.0
Breaking Change
- DITA support has been discontinued. (#153)
New Features
- Each runner has its own download package
- Several improvements to the DHTML version
- A progress indicator when loading features for the first time
- Add a toggle to show/hide folder contents (top level folders are collapsed by default)
- The Nuget package for the MSBuild runner adds an msbuild target file - see MSBuild Task for documentation (#157)
- The text "pickled on" was replaced with "generated on".
For developers
We are now using a new assert library: NFluent.
v0.18.2
Bug(s) Fixed
- Fixed issue where the Html version didn't render the pass/fail icons (#139)
- Fixed issue where the Html version generated an unexpected entry for a file in obj/Debug (#140)
- Removed dependencies from the Nuget packages (#142)
- The nuget packages Pickles.CommandLine and Pickles.MSBuild contain the files twice (#144)
v0.18.1
v.0.18.0
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
v0.17.4
v0.17.3
Bug Fix
- PowerShell version works again