Skip to content

Releases: wader/jq-lsp

v0.1.15

27 Nov 12:15
2ba3d25

Choose a tag to compare

Changelog

What's Changed

  • Fix parsing of binop with binding by @wader in #43

Full Changelog: v0.1.14...v0.1.15

v0.1.14

18 Nov 09:37

Choose a tag to compare

What's Changed

  • Add IntelliJ with LSP4IJ support by @angelozerr in #40
  • Add serverInfo support by @wader in #41
  • Switch to self contained difftest package by @wader in #42
  • Add missing @urid
  • Update builtins and docs for jq 1.8
  • Use version from build info possible
  • Show args not arity when completing
  • Correct walk foreach and reduce query
  • Add basic import search path support
  • Treat null, true and false as idents
  • Fix crash reporting error beyond EOF

New Contributors

Full Changelog: v0.1.3...v0.1.14

v0.1.2

18 Nov 09:42

Choose a tag to compare

Changelog

  • 702e596 Fix wrong line number for first column errors