Skip to content

Releases: xojs/vscode-linter-xo

v3.20.0

25 Mar 00:03
v3.20.0
be7fb10
Compare
Choose a tag to compare
  • adds source.fixAll.xo code action
  • restarts extension on config changes so all caches can be reset

Full Changelog: v3.19.0...v3.20.0

v3.19.0

10 Feb 20:55
v3.19.0
e472334
Compare
Choose a tag to compare
  • switched lodash debounce to p-debounce to fix concurrency bugs (hopefully do not see performance regressions from this change)
  • added better checking and respect for the enable option (closes #139)

Full Changelog: v3.18.2...v3.19.0

v3.18.2

27 Jan 17:18
v3.18.2
472292e
Compare
Choose a tag to compare
  • closes #138 where an unneeded space was added between the code and the comment for disable same line actions
  • adds more tests around code actions

Full Changelog: v3.18.1...v3.18.2

v3.18.1

24 Jan 18:01
v3.18.1
0fa8188
Compare
Choose a tag to compare
  • fixes a code action regression #137
  • changes/improves code action titles/promts
  • adds more tests around code actions

Full Changelog: v3.18.0...v3.18.1

v3.18.0

15 Jan 16:21
v3.18.0
a9f236c
Compare
Choose a tag to compare
  • Support codeActions source.fixAll
  • Adds some tests 🚀

Full Changelog: v3.17.1...v3.18.0

v3.17.1

03 Oct 14:06
v3.17.1
6f2c145
Compare
Choose a tag to compare

fixes bug for status bar on startup

Full Changelog: v3.17.0...v3.17.1

v3.17.0

02 Oct 23:29
v3.17.0
844602e
Compare
Choose a tag to compare
  • makes status bar much better and more gracefully handles xo.validate changes

What's Changed

  • docs: add typescriptreact (tsx) files to the recommended config by @albizures in #134

New Contributors

Full Changelog: v3.16.0...v3.17.0

v3.16.0

25 Sep 02:59
v3.16.0
f3ade20
Compare
Choose a tag to compare

removes the ability to lint files in node_modules #131

Full Changelog: v3.15.1...v3.16.0

v3.15.1

24 Sep 19:42
v3.15.1
3a77e6b
Compare
Choose a tag to compare

Full Changelog: v3.15.0...v3.15.1

v3.15.0

24 Sep 18:34
v3.15.0
566ab83
Compare
Choose a tag to compare
  • Updates deps
  • Sends correct LSP code for content mismatches. Closes #128

Full Changelog: v3.14.1...v3.15.0