Releases: bergercookie/asm-lsp
Releases · bergercookie/asm-lsp
v0.9.0
What's Changed
- fix: add masm, nasm to example config in README by @WillLillis in #135
- fix(CI): Disable release Windows workflow, patch other release workflows by @WillLillis in #137
- feat: detect compilation database from project's root by @WillLillis in #140
- fix: proper usage of compile_flags.txt for diagnostics by @WillLillis in #142
- chore: Prepare for 0.9.0 release by @WillLillis in #143
Full Changelog: v0.8.0...v0.9.0
v0.8.0
x86_64 linux binary manually compiled, compressed, and uploaded due to issue with Github Actions. (see #134)
What's Changed
- fix: Return None on failure to find definition by @WillLillis in #111
- fix: Remove last uses of Some(json!("")) by @WillLillis in #113
- fix: Bump tree-sitter, tree-sitter-asm dependencies by @WillLillis in #114
- fix: remove file:// prefix in path comparison inside diagnostics handling code by @WillLillis in #116
- chore: cleanup previous fix by @WillLillis in #117
- feat: Arm support by @WillLillis in #118
- chore: Bump dependencies by @WillLillis in #119
- feat: label hover data by @WillLillis in #121
- chore: Bump copyright year in LICENSE by @WillLillis in #122
- feat: RISCV support by @WillLillis in #123
- feat: add workflow to publish gh binaries by @WillLillis in #120
- fix: Avoid getting node texts beyond document boundaries by @WillLillis in #125
- chore: Cleanup up de-duping logic for get_ref_resp by @WillLillis in #126
- fix: Add logs to config related code by @WillLillis in #128
- fix: Add check to root_path field for project path by @WillLillis in #129
- fix: Add additional global config path on macos by @WillLillis in #130
- feat: MASM and NASM directive support by @WillLillis in #124
- Update crate description in Cargo.toml by @WillLillis in #131
- feat: make config items optional by @WillLillis in #132
- chore: bump version to 0.8.0 by @WillLillis in #133
Full Changelog: v0.7.4...v0.8.0