File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Cake Issues v5.3.0 Released
3+ date : 2025-01-10
4+ categories :
5+ - Release Notes
6+ search :
7+ boost : 0.5
8+ ---
9+
10+ Cake Issues version 5.3.0 has been released bringing improvements to Test Anything Protocol issue provider.
11+
12+ <!-- more -->
13+
14+ This post shows the highlights included in this release.
15+ For update instructions skip to [ Updating from previous versions] ( #updating-from-previous-versions ) .
16+
17+ ❤ Huge thanks to our community! This release would not have been possible without your support and contributions! ❤
18+
19+ People working on this release:
20+
21+ * [ pascalberger] ( https://github.com/pascalberger ) {target="_ blank"}
22+
23+ ## Improvements for Test Anything Protocol issue provider
24+
25+ This version fixes an issue where TAP files created by [ stylelint] {target="_ blank"} containing
26+ absolute paths could not be read.
27+
28+ There are also cases where [ stylelint] {target="_ blank"} would write invalid YAML content into the TAP file.
29+ The parser now tries to handle the case where double quotes are not escaped in a YAML block,
30+ which is the case if a message from a [ stylelint] {target="_ blank"} rule contains double quotes.
31+
32+ Starting with this release the [ stylelint] {target="_ blank"} log format for the TAP issue provider
33+ will also skip issues with a path outside of the defined repository root path.
34+
35+ ## Updating from previous versions
36+
37+ Cake.Issues 5.3.0 addins are compatible with any 5.x addins.
38+ To update to the new version bump the version of the specific addins.
39+
40+ For details see [ release notes] ( https://github.com/cake-contrib/Cake.Issues/releases/tag/5.3.0 ) {target="_ blank"}
41+
42+ [ stylelint ] : https://stylelint.io/
You can’t perform that action at this time.
0 commit comments