Skip to content

0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 19:32
· 25 commits to main since this release
fba42fe

What's Changed

  • improve: cache parsed trees and avoid re-parsing by @asharkhan3101 in #19
  • feat: add Hover across files and packages by @coder3101 in #20
  • feat: add Jump to definition across files and packages by @coder3101 in #20
  • feat: add Completion for enum, messages in a package by @coder3101 in #20
  • feat: add Workspace support by @coder3101 in #20
  • change: rename is only allowed for message_name and enum_names not fields by @coder3101 in #20

Bug fixes

  • fix: prepareRename wasn't properly enforced by @coder3101 in #20

Dev stuff!

  • refactor: use Insta and read testing protocol buffers files by @coder3101 in #20

Full Changelog: 0.3.0...0.4.0