Releases: adclz/auto-lsp
Releases · adclz/auto-lsp
auto-lsp-v0.4.0
chore: Release package auto-lsp version 0.4.0
auto-lsp-macros-v0.1.3
chore: Release package auto-lsp-macros version 0.1.3
auto-lsp-core-v0.4.0
chore: Release package auto-lsp-core version 0.4.0
auto-lsp-v0.3.0
chore: Release package auto-lsp version 0.3.0
auto-lsp-macros-v0.1.2
chore: Release package auto-lsp-macros version 0.1.2
auto-lsp-core-v0.3.0
chore: Release package auto-lsp-core version 0.3.0
auto-lsp-v0.2.0
Added
- update document link fn signature
- add Workspace::new constructor
- add type checking
- add rstest for improved test structure and parameter validation in Python tests
- enhance Python workspace AST
Fixed
- proc macro hygiene
Other
- move semantic tokens and parsers macros to configuration module
- enable git release in configuration
- add traits tests for proc macros
- add proc_macros tests
- add multiple constructors for Workspace and move lexer to core crate
- enhance Workspace struct
- integrate comment handling into Workspace and remove Session::add_comments
- rename workspace module to fs
- replace StaticBuildable with InvokeStackBuilder in core_ast and core_build modules
- update workspace and document handling, remove MainBuilder struct
- improve handling of file extensions and fs operations
- re-export proc macros at root of main crate
- reorganize proc-macro modules and update field handling
- proc macro hygiene with StaticUpdate import
- update extension README
- add README for WASM Language Server example and update build script
- update README for crates.io
auto-lsp-macros-v0.1.1
Added
- add type checking
Fixed
- proc macro hygiene
Other
- move semantic tokens and parsers macros to configuration module
- update workspace and document handling, remove MainBuilder struct
- core_ast/update.rs module
- rename accessor methods to reference methods for consistency
- documentation for proc-macros
- rename fields_builder and variants_builder modules
- reorganize proc-macro modules and update field handling
- proc macro hygiene with StaticUpdate import
- improve error messages for invalid field inputs with expected and received values
auto-lsp-core-v0.2.0
Added
- add Workspace::new constructor
Fixed
- multi-line edits
Other
- move semantic tokens and parsers macros to configuration module
- add multiple constructors for Workspace and move lexer to core crate
- enhance Workspace struct
- integrate comment handling into Workspace and remove Session::add_comments
- add documentation for StackBuilder
- replace StaticBuildable with InvokeStackBuilder in core_ast and core_build modules
- update workspace and document handling, remove MainBuilder struct
- core_ast/update.rs module
- rename accessor methods to reference methods for consistency
- improve error messages for invalid field inputs with expected and received values