Releases: CFiggers/janet-lsp
Releases · CFiggers/janet-lsp
Version Release (v0.0.8)
What's Changed
- Bug Fixes
- Additional jpm defs by @strangepete in #29
- New
eval-env
s should set*out*
tostderr
by @CFiggers in #30
New Contributors
- @strangepete made their first contribution in #29
Full Changelog: v0.0.7...v0.0.8
Version Release (v0.0.7)
Version Release (v0.0.6)
Version Release (v0.0.5)
Version Release (v0.0.4)
What's Changed
- Project
- Formatting
- Diagnostics
- Completion and Hover Definitions
- Signature helps
- RPC
- Testing
- CLI
- Misc
Full Changelog: v0.0.3...v0.0.4
Bug Fix Release (v0.0.3-a)
- Bug fixes
- Glitch when
textDocument/signatureHelp
is triggered on an empty line (i.e., when a signature hint is active and a carriage return is received)
- Glitch when
- Misc
- Added
--version
/-v
flag to CLI interface - Added
--debug
/-d
flag to CLI interface - Updated tests and test structure
- Various minor refactors and cleanups
- Added
Version Release (v0.0.3)
Changes
- Completion
- Formatting
- Signature Helps
- Debug Console
- Diagnostics
- Cross-cutting
- Separate environment for flychecking user code (better separation between running server env and diagnostic eval env)
- Replace
spork/argparse
withianthehenry/cmd
for command line argument parsing - Bug fixes
New Contributors
Full Changelog: v0.0.2...v0.0.3
Version Release (v0.0.2)
Changes
- Hover
- Improved hover documentation (more detailed info, syntax highlighting for function signatures)
- Completion
- Added
project.janet
symbols for jpm (declare-project
,declare-native
,declare-executable
, etc.)
- Added
- General
- Improved module loading logic for eval/completion environment
- Replaced
spork/json
dependency withCFiggers/jayson
for .jimage compatibility - Handle
shutdown
andexit
lifecycle requests properly
New Contributors
Full Changelog: v0.0.1...v0.0.2
Version Release (v0.0.1)
Changes
- Hard forked this project from JohnDoneth/janet-language-server.