Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 1.5 KB

Changelog

All notable changes to the bend-language-server Rust project will be documented in this file. To see changes related to the VSCode extension, see editors/code/CHANGELOG.md.

The format is based on Keep a Changelog, and both this changelog and the crate's versioning scheme follow what the Bend repository is using at the moment.

[0.2.37] - 2024-10-18

  • First full release

[0.2.37-alpha.4] - 2024-09-02

Fixed

  • Multi-byte characters highlighting other characters

0.2.37-alpha.3 - 2024-08-30

Added

  • Multi-line (block) comments

Fixed

  • Single-line comments

0.2.37-alpha.2 - 2024-08-27

Added

  • --version command to executable

0.2.37-alpha.1 - 2024-08-23

First release!

Added

  • Semantic token highlighting through tree-sitter
  • Diagnostic reporting

Collaborators

This project got inspiration from Pedro Braga's initial language server implementation and Rohan Vashisht's VSCode extension. Thank you for your collaboration!