Skip to content

Releases: ajeckmans/format-check-task

v1.2.13

05 Nov 13:33
e586079
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.12...v1.2.13

v1.2.9

05 Nov 12:39
7f96b4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

05 Nov 12:01
0d77a41
Compare
Choose a tag to compare

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

30 Oct 15:56
c215003
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.6...v1.2.7

v1.2.6

30 Oct 15:56
8031bf4
Compare
Choose a tag to compare

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

18 Nov 21:22
2175d61
Compare
Choose a tag to compare
  • 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

10 Nov 08:58
0916dee
Compare
Choose a tag to compare

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

09 Nov 23:58
2cd9012
Compare
Choose a tag to compare
v1.2.3

Merge branch 'main' of https://github.com/ajeckmans/format-check-task

Release 1.2.2

09 Oct 21:00
050e6e3
Compare
Choose a tag to compare
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

09 Oct 20:51
Compare
Choose a tag to compare
v1.2.0

Merge branch 'main' of https://github.com/ajeckmans/format-check-task