Skip to content

Releases: pest-parser/pest-ide-tools

v0.3.11

07 Jun 13:31
c4920ea
Compare
Choose a tag to compare

v0.3.9

27 Mar 14:52
7d6d1ef
Compare
Choose a tag to compare

v0.3.9

  • fix(lsp): use rustls rather than native-tls for reqwest

v0.3.8

27 Mar 14:42
053f5f5
Compare
Choose a tag to compare
  • feat(ci): publish binaries to releases, fixes #51
  • chore(lsp): update dependencies

v0.3.7

23 Mar 18:00
d74c0bd
Compare
Choose a tag to compare

v0.3.7

  • feat(deps): update all deps, fixes #50"

v0.3.6

17 Sep 17:32
129c327
Compare
Choose a tag to compare

v0.3.6

v0.3.2

29 Apr 11:55
e37b46f
Compare
Choose a tag to compare

v0.3.2

  • fix(vscode): update checker is now enabled by default, and some of its logic
    has been modified and fixed. It also supports cancellation of the install task
  • fix(vscode): give defaults to all config options
  • fix(server): fix crash with code actions

v0.3.1

29 Apr 11:54
0bebd70
Compare
Choose a tag to compare

v0.3.1

  • revert(server): revert performance marks temporarily, while they are refactored into a more generic crate"

v0.2.2

21 Apr 18:01
3b6b87a
Compare
Choose a tag to compare

v0.2.2

  • feat(vscode): allow relative paths in pestIdeTools.serverPath
  • fix(vscode): allow pestIdeTools.serverPath to be null in the schema
  • fix(server): CJK/non-ascii characters no longer crash the server
  • fix(server): add a CJK test case to the manual testing recommendations"

V0.2.1

20 Apr 08:05
4d15dc2
Compare
Choose a tag to compare

v0.2.1

  • fix(vscode): scan both stdout and stderr of Cargo commands, fixes some issues with installation flow
  • feat(*): documentation, issue templates
  • feat(sublime): begin publishing a sublime text package
  • fix(server, vscode): server now hot-reloads config updates more reliably
  • fix(server, vscode): bump problematic dependencies (love the JS ecosystem...a CVE a day keeps the doctor away)
  • feat(server): add rule inlining code action
  • feat(server): ignore unused rule name analysis if there is only one unused rule (hack fix)

Full Changelog: v0.2.0...v0.2.1

V0.2.0

17 Mar 08:00
63e0181
Compare
Choose a tag to compare
V0.2.0 Pre-release
Pre-release

v0.2.0

  • feat(*): port to tower lsp
    • This will allow the usage of this LS by other IDEs.
    • The vscode extension will prompt you to download the server.
    • Other IDEs will have to have the LS installed via cargo install.
  • feat(*): add configuration options
  • feat(server, #6): diagnostic for unused rules
  • feat(server, #7): show rule docs (///) on hover
  • fix(server, #8): solve issue relating to 0 vs 1 indexing causing diagnostics to occur at the wrong locations
  • feat(server): add a version checker
  • feat(readme, #2): update readme and add demo gif
  • feat(ci, #4): automatically populate changelog
  • fix(ci): lint all rust code