Releases: snapshift/action-check-typescript
Releases · snapshift/action-check-typescript
v1.1.0
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
- @bharathvaj-ganesan made their first contribution in #463
- @josephluck made their first contribution in #471
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Update all dependencies
- Use node 16 instead of node 12
- Add feature annotation : allow modes
comment
,annotate
,both
: default mode iscomment
.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
What's Changed
- Improve grammar on Comment body by @ProdigySim in #289
- Bump all dependencies to last version
New Contributors
- @ProdigySim made their first contribution in #289
Full Changelog: v0.10...v0.11
v0.10
- properly render pipe characters in markdown, fix #184
v0.9
- fix bad count of new errors in comment
v0.8
- fix bad formatting again
v0.7
v0.6
- properly handle plural for error/errors
- fix bad count of errors in status message when status fails
v0.5
v0.4
- 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