Releases: ajeckmans/format-check-task
Releases · ajeckmans/format-check-task
v1.2.13
v1.2.9
v1.2.8
What's Changed
- Improve error handling and code formatting in FormatCheckRunner by @ajeckmans in #39
Full Changelog: v1.2.7...v1.2.8
v1.2.7
v1.2.6
What's Changed
- fixed an issue with failOnFormattingErrors not working correctly by @ajeckmans in #34
Full Changelog: v1.2.5...v1.2.6
v1.2.5
- an issue with the scope to pull request option not properly including and excluding files on windows by @ajeckmans in #33
Full Changelog: v1.2.4...v1.2.5
Release 1.2.4
Fixed an issue that caused the task to fail when scoping to pull request was turned on and an older Azure Devops Server instance was used.
Release 1.2.3
v1.2.3 Merge branch 'main' of https://github.com/ajeckmans/format-check-task
Release 1.2.2
5 add option to only add comments on files in the pr (#14) This merge includes significant enhancements and a critical bug fix: - We've added scoping to pull requests in the task. This functionality provides greater efficiency and accuracy when dealing with large scopes. It ensures that the task is focusing solely on the relevant files within a pull request, greatly improving processing time and reliability. - A fix has been implemented for an issue that was affecting the correct setting of the PR status. With this fix, the PR status accurately reflects the current state of the pull request, thus streamlining the PR management process and avoiding potential miscommunications. These changes contribute to a robust and reliable system, proving vital for effective pull request management. --------- Co-authored-by: Alexander Jeckmans <[email protected]>
Release 1.2.0
v1.2.0 Merge branch 'main' of https://github.com/ajeckmans/format-check-task