Skip to content

Cake Issues v5.3.0 Released

Cake Issues version 5.3.0 has been released bringing improvements to Test Anything Protocol issue provider.

This post shows the highlights included in this release. For update instructions skip to Updating from previous versions.

❤ Huge thanks to our community! This release would not have been possible without your support and contributions! ❤

People working on this release:

Improvements for Test Anything Protocol issue provider

This version fixes an issue where TAP files created by stylelint containing absolute paths could not be read.

There are also cases where stylelint would write invalid YAML content into the TAP file. The parser now tries to handle the case where double quotes are not escaped in a YAML block, which is the case if a message from a stylelint rule contains double quotes.

Starting with this release the stylelint log format for the TAP issue provider will also skip issues with a path outside of the defined repository root path.

Updating from previous versions

Cake.Issues 5.3.0 addins are compatible with any 5.x addins. To update to the new version bump the version of the specific addins.

For details see release notes