Skip to content

Releases: coder3101/protols

0.9.0

04 Jan 16:47
8ffe219
Compare
Choose a tag to compare

What's Changed

  • feat: Add hover docs for builtin types: by @coder3101 in #42
  • feat: Add a --version cli parameter to check for version by @coder3101 in #43
  • feat: Use markdown for hover text and add well known types hover documentations by @coder3101 in #44
  • fix: Formatter uses stdin instead of filepath by @asafflesch in #46, this fixes a bug where .clang-format at root of the directory was not honored for formatting rules.

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

27 Oct 14:55
7bee1ba
Compare
Choose a tag to compare

What's Changed

  • fix: false syntax error in edition, reserved field without quote or single quote by @asharkhan3101 in #39
  • feat: add find references feature by @coder3101 in #40
  • fixed: bug which caused prefix-ed fields to be renames as well by @coder3101 in #40

Full Changelog: 0.7.0...0.8.0

0.7.0

24 Oct 13:15
76cd2a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.7.0

0.6.2

05 Oct 08:57
c1c30a0
Compare
Choose a tag to compare

What's Changed

  • fix: Unhandled WorkspaceConfigurationChanged notification by @coder3101 in #33
  • fix: prefix . for fully qualified field names was not working by @coder3101 in #34

Full Changelog: 0.6.0...0.6.2

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