Skip to content

v0.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jan 06:10

[0.2.3] - 2026-01-06

Added

  • Added --version/-V CLI support so ts-bridge prints its crate version without starting the LSP server.
  • Introduced an integration test (tests/version_cli.rs) that spawns the binary via assert_cmd to guard the version flag end-to-end.
  • Expanded DocumentStore unit coverage (range/span accounting, change application, close semantics) to harden LSP ↔ tsserver text conversions.
  • Added cargo installation instructions to the README.

Changed