This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Releases: nvarner/typst-lsp
Releases · nvarner/typst-lsp
v0.5.1
fix @types/vscode version
v0.5.0
Now with support for Typst v0.4.0!
What's Changed
- Add support for document and workspace symbols by @beeb in #62
- Add Nix Flake by @Triton171 in #121
- Add the LSP capability for save notifications by @Triton171 in #122
- Add clearCache command to clear all cached resources by @varphone in #112
- Upgrade to Typst v0.4.0 by @nvarner in #138
New Contributors
- @github-actions made their first contribution in #126
- @Triton171 made their first contribution in #121
- @varphone made their first contribution in #112
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
v0.4.0
Highlights
- Supports Typst v0.2.0
- Major internal refactoring
What's Changed
- Restructuring to allow incremental sync, caching, standardize conversions by @nvarner in #78
- Prefix the build command for discoverability by @lvignoli in #73
- Bump typst version to 0.2.0 with new fonts by @TeddyHuang-00 in #79
- [Feature] "Show PDF" button by @dvdvgt in #72
- CI dependency linting and updates by @nvarner in #80
- build(deps): bump xml2js and @vscode/vsce in /addons/vscode by @dependabot in #83
- build(deps-dev): bump eslint-plugin-n from 15.6.1 to 15.7.0 in /addons/vscode by @dependabot in #81
- build(deps-dev): bump @typescript-eslint/parser from 5.56.0 to 5.58.0 in /addons/vscode by @dependabot in #82
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.58.0 in /addons/vscode by @dependabot in #84
- build(deps-dev): bump typescript from 5.0.2 to 5.0.4 in /addons/vscode by @dependabot in #85
- feat: add configuration
serverPath
by @George-Miao in #87
New Contributors
- @lvignoli made their first contribution in #73
- @TeddyHuang-00 made their first contribution in #79
- @dvdvgt made their first contribution in #72
- @dependabot made their first contribution in #83
- @George-Miao made their first contribution in #87
Full Changelog: v0.3.2...v0.4.0
v0.3.2
The extreme memory usage has been fixed!
What's Changed
- Improve CI with better release management and (more) enforced Clippy checks by @nvarner in #63
- Fix memory leak by @laurmaedje in #71
New Contributors
- @laurmaedje made their first contribution in #71
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
Now with GitHub release notes!
What's Changed
- adds hover support from the engine by @astrale-sharp in #3
- Pin versions for typst and typst-library by @beeb in #50
- Fix alpine linux release build by @beeb in #48
- Add Rust Analyzer in the install instructions by @CGMossa in #27
- Add instructions to install dev version by @CGMossa in #28
- Add manual PDF creation command by @beeb in #52
- Wrap words by default in Typst source code by @nvarner in #53
- Fix panic error when unwrapping root_uri without workspace by @Bramas in #43
- Add templates for GitHub issues by @beeb in #46
New Contributors
Full Changelog: v0.2.0...v0.3.0