Skip to content

Releases: coder3101/protols

0.6.0

01 Sep 10:07
c36b05b
Compare
Choose a tag to compare

What's Changed

  • feat: add doc and range formatting if clang-format is available by @coder3101 in #27

Full Changelog: 0.5.0...0.6.0

0.5.0

24 Aug 18:11
993120b
Compare
Choose a tag to compare

What's Changed

  • chore: add install instruction for VS code by @coder3101 in #23
  • improve: parse workspace in worker thread with progress by @coder3101 in #24
  • feat: add support for renaming across workspace by @coder3101 in #26

Full Changelog: 0.4.0...0.5.0

0.4.0

18 Aug 19:32
fba42fe
Compare
Choose a tag to compare

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

0.3.0

31 Jul 18:12
63c4640
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.3.0

0.2.1

20 Jul 07:44
a2d2feb
Compare
Choose a tag to compare

What's Changed

  • fix: reserved field error test and update parser by @coder3101 in #12

Full Changelog: 0.2.0...0.2.1

0.2.0

19 Jul 05:12
5d739fb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

22 Jun 15:12
dd6ffd5
Compare
Choose a tag to compare

What's Changed

  • docs: Improve README to include a video and fix text by @coder3101 in #7

Full Changelog: 0.1.0...0.1.1

protols 0.1.0

22 Jun 09:57
2ebbb0f
Compare
Choose a tag to compare

This is the initial release of protols with basic single file support for the following LSP specifications

  • Hover
  • Goto definition
  • diagnostics