Skip to content

Releases: Gozala/typescript-error-reporter-action

Update node to support new TS version

15 Jun 07:03
0af966e
Compare
Choose a tag to compare
  • Upgrade node runtime to support typescript@5.x
  • Remove fallback typescript loader to avoid behavioral differences

v1.0.8

20 Oct 00:12
3ce8ea7
Compare
Choose a tag to compare
Automatic compilation

v1.0.7

19 Oct 23:02
Compare
Choose a tag to compare
dist release 📦

v1.0.6: Merge pull request #3 from Gozala/project-refs

17 Oct 08:17
28a7d97
Compare
Choose a tag to compare

v1.0.5

16 Oct 23:33
15fee74
Compare
Choose a tag to compare
update readme

Allow passing project param withou tsconfig.json

13 Oct 04:26
e441441
Compare
Choose a tag to compare
Merge pull request #1 from Gozala/test

Ability to provide project path

Monorepo support

13 Oct 01:30
ab61987
Compare
Choose a tag to compare
feat: add project param and load TSC from project

- project param can be used to specify location of the tsc project
- will use locally installed typescript module and then fallback to CDN