Skip to content

Releases: adclz/auto-lsp

auto-lsp-v0.4.0

03 Mar 01:31
1aa4895
Compare
Choose a tag to compare
chore: Release package auto-lsp version 0.4.0

auto-lsp-macros-v0.1.3

03 Mar 01:31
1aa4895
Compare
Choose a tag to compare
chore: Release package auto-lsp-macros version 0.1.3

auto-lsp-core-v0.4.0

03 Mar 01:30
1aa4895
Compare
Choose a tag to compare
chore: Release package auto-lsp-core version 0.4.0

auto-lsp-v0.3.0

14 Feb 20:35
2e8f481
Compare
Choose a tag to compare
chore: Release package auto-lsp version 0.3.0

auto-lsp-macros-v0.1.2

14 Feb 20:34
2e8f481
Compare
Choose a tag to compare
chore: Release package auto-lsp-macros version 0.1.2

auto-lsp-core-v0.3.0

14 Feb 20:34
2e8f481
Compare
Choose a tag to compare
chore: Release package auto-lsp-core version 0.3.0

auto-lsp-v0.2.0

24 Jan 17:32
624770a
Compare
Choose a tag to compare

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

24 Jan 17:32
624770a
Compare
Choose a tag to compare

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

24 Jan 17:31
624770a
Compare
Choose a tag to compare

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