Skip to content

Releases: ajeckmans/format-check-task

v1.5.6

30 Apr 10:50
dc8248c

Choose a tag to compare

What's Changed

  • Enhance README with detailed information and better structure by @ajeckmans in #49
  • Update dependencies to latest versions and fix TypeScript compatibility issues by @ajeckmans in #51
  • Get pr commit retry patch by @jvorstenbosch in #53
  • update workflow to remove common no-code directires by @ajeckmans in #54
  • do not set patch in pr version by @ajeckmans in #57
  • Bump form-data from 4.0.0 to 4.0.4 in /src/format-check by @dependabot[bot] in #56
  • Bump brace-expansion in /src/format-check by @dependabot[bot] in #55
  • Bump js-yaml from 3.14.1 to 3.14.2 in /src/format-check by @dependabot[bot] in #58
  • Bump qs from 6.14.0 to 6.14.1 in /src/format-check by @dependabot[bot] in #59
  • Enhance ScopeToPullRequest to validate only changed lines in PR by @ajeckmans in #52
  • Bump brace-expansion from 2.0.1 to 2.0.2 by @dependabot[bot] in #60
  • Bump qs from 6.14.0 to 6.14.1 by @dependabot[bot] in #61
  • bump picomatch from 2.3.1 to 2.3.2 in /src/format-check by @dependabot[bot] in #69
  • Bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #68
  • Bump brace-expansion in /src/format-check by @dependabot[bot] in #67
  • Bump underscore from 1.13.7 to 1.13.8 in /src/format-check by @dependabot[bot] in #66
  • Bump minimatch in /src/format-check by @dependabot[bot] in #65
  • Bump qs from 6.14.1 to 6.14.2 by @dependabot[bot] in #63
  • Bump underscore from 1.13.7 to 1.13.8 by @dependabot[bot] in #70
  • Set package-ecosystem to 'npm' in dependabot config by @ajeckmans in #73
  • Skip thread creation for deleted files in the PR. by @ajeckmans in #72
  • chore: move typescript to devDependencies and initialize format-check… by @ajeckmans in #79
  • Update packages by @ajeckmans in #80
  • feat: remove legacy authentication module and associated config files by @ajeckmans in #81

New Contributors

Full Changelog: v1.2.13...v1.5.6

v1.2.13

05 Nov 13:33
e586079

Choose a tag to compare

What's Changed

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

v1.2.9

05 Nov 12:39
7f96b4b

Choose a tag to compare

What's Changed

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

v1.2.8

05 Nov 12:01
0d77a41

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

Choose a tag to compare

What's Changed

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

v1.2.6

30 Oct 15:56
8031bf4

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

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

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

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

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 <ajeckmans@users.noreply.github.com>