Skip to content

Releases: snapshift/action-check-typescript

v1.1.0

26 Apr 13:38
Compare
Choose a tag to compare

What's Changed

  • 🚀 Support editing existing comment if one exists by @josephluck in #471
  • ⚙️ Update all dependencies, fix security audit warning
  • ⚙️Use nodejs16 in workflows

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Nov 23:59
Compare
Choose a tag to compare

What's Changed

  • Update all dependencies
  • Use node 16 instead of node 12
  • Add feature annotation : allow modes comment, annotate, both : default mode is comment. annotate means that PR files will be annotated with the corresponding tsc errors
  • Clarify some default values
  • Mark version as stable (since several thousands of PR has been reviewed with this Action at Arhia)

New Contributors

Full Changelog: v0.11...v1.0.0

v0.11

29 Jun 22:37
Compare
Choose a tag to compare

What's Changed

  • Improve grammar on Comment body by @ProdigySim in #289
  • Bump all dependencies to last version

New Contributors

Full Changelog: v0.10...v0.11

v0.10

08 Jul 11:09
Compare
Choose a tag to compare
  • properly render pipe characters in markdown, fix #184

v0.9

29 Jun 17:09
Compare
Choose a tag to compare
  • fix bad count of new errors in comment

v0.8

29 Jun 15:54
Compare
Choose a tag to compare
  • fix bad formatting again

v0.7

29 Jun 14:39
Compare
Choose a tag to compare
  • fix bad formatting in comment #176

v0.6

29 Jun 08:25
Compare
Choose a tag to compare
  • properly handle plural for error/errors
  • fix bad count of errors in status message when status fails

v0.5

28 Jun 11:32
Compare
Choose a tag to compare
  • fix bad deduplication of base/current errors #166
  • improve tests

v0.4

28 Jun 09:23
Compare
Choose a tag to compare
  • add input debug to print errors in base/pr branch
  • improve comment formatting when no collapse
  • prevent tsc to set status failed because of exit code 1 in case of ts errrors