Releases: oxc-project/tsgolint
Releases · oxc-project/tsgolint
v0.1.0
What's Changed
- chore(deps): update github.com/go-json-experiment/json digest to 9b1f9ea by @renovate[bot] in #102
- fix(no-unnecessary-type-arguments): fix index out of bounds panic by @camc314 in #103
- chore(deps): update typescript-go digest to 058cba4 by @renovate[bot] in #111
- chore(deps): update typescript-go digest to c57ff20 by @renovate[bot] in #114
- feat: add debug logging by @camc314 in #117
- chore(deps): update typescript-go digest to 2c91932 by @renovate[bot] in #119
- chore(deps): update typescript-go digest to 2230db5 by @renovate[bot] in #121
- docs: add debugging section with OXC_LOG environment variable documentation by @Copilot in #118
- chore(deps): update typescript-go digest to 3f675f1 by @renovate[bot] in #122
- perf(configfileregistry): improve perf of
acquireConfigby @camc314 in #99 - chore(deps): update crate-ci/typos action to v1.35.5 by @renovate[bot] in #115
- feat: GOEXPERIMENT=greenteagc by @Boshen in #123
- chore(deps): pin extractions/setup-just action to e33e026 by @renovate[bot] in #124
- chore(deps): update typescript-go digest to bca9518 by @renovate[bot] in #130
- fix: report an error if no files were specified in headless config by @camc314 in #127
- feat(gen-shims): skip generating shims for types containing unexported types by @camc314 in #128
- refactor(tsgolint): update project structure based on new snapshots arch by @camc314 in #129
- chore(deps): update typescript-go digest to 15ae26c by @renovate[bot] in #131
- chore(deps): update typescript-go digest to 2391ab7 by @renovate[bot] in #132
- chore(deps): update typescript-go digest to 41ced9a by @renovate[bot] in #133
- chore(deps): update typescript-go digest to e0df534 by @renovate[bot] in #134
- chore(deps): update typescript-go digest to 7376eb2 by @renovate[bot] in #136
- chore(deps): update typescript-go digest to d85436e by @renovate[bot] in #137
- refactor: move log functionality to utils package by @camc314 in #138
- chore(deps): update typescript-go digest to bcb8510 by @renovate[bot] in #142
- refactor: remove use of project service by @camc314 in #139
- feat: lint files in inferred programs by @camc314 in #140
- perf: cache parsed asts by @camc314 in #141
Full Changelog: v0.0.4...v0.1.0
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- chore(deps): update typescript-go digest to 73637ac by @renovate[bot] in #87
- chore(deps): update typescript-go digest to 1370201 by @renovate[bot] in #88
- Add golangci-lint for Go code quality and consistency by @Copilot in #73
- chore(deps): pin golangci/golangci-lint-action action to 4afd733 by @renovate[bot] in #90
- perf(tspath): add patch to avoid string allocations when lowercasing paths by @camc314 in #92
- chore(deps): update typescript-go digest to 72edb9e by @renovate[bot] in #93
- chore(deps): update typescript-go digest to fc59d1a by @renovate[bot] in #94
- gofmt by @Boshen in #95
- test: Add end-to-end snapshot test for comprehensive tsgolint diagnostics validation by @Copilot in #86
- feat: add help message by @Boshen in #96
- feat: add memory profiling cli options by @camc314 in #98
- chore(deps): update typescript-go digest to 28fe3d4 by @renovate[bot] in #100
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add a notice about typescript-go shims by @auvred in #9
- Add more technical details about shims by @auvred in #12
- Setup CI by @auvred in #13
- Fix typos, improve grammar by @karlhorky in #17
- chore(deps): update dependency go to v1.24.5 by @renovate[bot] in #1
- fix(prefer-return-this-type): check class expressions return
thisby @43081j in #22 - Prototype headless mode by @auvred in #21
- feat: Add Renovate configuration by @outslept in #24
- chore(deps): update go dependencies (root) by @renovate[bot] in #27
- Automate typescript-go updates by @auvred in #28
- Overhaul Renovate config by @auvred in #29
- Ignore commits made by GitHub actions in Renovate config by @auvred in #30
- chore: add deploy CD by @pnodet in #23
- chore(deps): update wangyoucao577/go-release-action action to v1.0.2 by @renovate[bot] in #33
- chore(deps): update actions/checkout action to v4.2.2 by @renovate[bot] in #34
- Renovate automergeType=pr by @auvred in #35
- Fix Renovate infinite loop by @auvred in #37
- chore(deps): update typescript-go digest to 2342d77 by @renovate[bot] in #38
- chore(deps): update typescript-go digest to d0520d8 by @renovate[bot] in #40
- chore(deps): update typescript-go digest to 4fd6eb1 by @renovate[bot] in #41
- chore(deps): update typescript-go digest to 96c0688 by @renovate[bot] in #45
- test(only-throw-error): add tests for yield/await errors by @43081j in #43
- ci: add release workflow by @auvred in #47
- chore(deps): update actions/setup-node action to v4.4.0 by @renovate[bot] in #49
- chore(deps): update actions/download-artifact action to v4.3.0 by @renovate[bot] in #48
- chore(deps): pin actions/upload-artifact action to ea165f8 by @renovate[bot] in #32
- ci: apply typescript-go patches before running tests by @auvred in #46
- chore(deps): update actions/upload-artifact action to v4.6.2 by @renovate[bot] in #50
- chore: change main npm package name to
oxlint-tsgolintby @Boshen in #52 - chore(deps): update typescript-go digest to 79d0450 by @renovate[bot] in #55
- chore(deps): update typescript-go digest to 644bde2 by @renovate[bot] in #56
- chore(deps): update dependency go to v1.24.5 by @renovate[bot] in #57
- chore(deps): update actions/download-artifact action to v5 by @renovate[bot] in #59
- chore(deps): update typescript-go digest to 16953b7 by @renovate[bot] in #58
- Use project service in headless mode by @auvred in #61
- Add comprehensive ARCHITECTURE.md following architecture.md standard by @Copilot in #62
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #70
- test: add some basic e2e tests by @Boshen in #63
- chore: add typos by @Boshen in #74
- chore(deps): update crate-ci/typos action to v1.35.4 by @renovate[bot] in #75
- chore(deps): update dependency go to v1.24.6 by @renovate[bot] in #76
- chore(deps): update module golang.org/x/sys to v0.35.0 by @renovate[bot] in #78
- chore(deps): update dependency go to v1.25.0 by @renovate[bot] in #79
- chore(deps): update module golang.org/x/text to v0.28.0 by @renovate[bot] in #80
- chore(deps): update module golang.org/x/tools to v0.36.0 by @renovate[bot] in #81
- fix #64: cpu field in package.json by @hyrious in #83
- chore(deps): update typescript-go digest to eb88029 by @renovate[bot] in #82
New Contributors
- @auvred made their first contribution in #9
- @karlhorky made their first contribution in #17
- @renovate[bot] made their first contribution in #1
- @43081j made their first contribution in #22
- @outslept made their first contribution in #24
- @pnodet made their first contribution in #23
- @Boshen made their first contribution in #52
- @Copilot made their first contribution in #62
- @hyrious made their first contribution in #83
Full Changelog: https://github.com/oxc-project/tsgolint/commits/v0.0.2