Releases: YaroSpace/lua-console.nvim
Releases · YaroSpace/lua-console.nvim
v1.2.4
What's Changed
- v1.2.4. by @YaroSpace in #9
Full Changelog: v1.2.3...v1.2.4
Features:
- Add evaluation of charwise selections
- Add option to show one line output as virtual text only
Fixes:
- Fix virtual text for multiline assignments
- Make attach mapping active on start
- Fix double output of last assignment
v1.2.3
What's Changed
- v1.2.3 by @YaroSpace in #8
Full Changelog: v1.2.2...v1.2.3
Features:
Improved output for multiline expressions and statements
Improved virtual text for assignments
v1.2.2
What's Changed
- v1.2.2 by @YaroSpace in #6
Full Changelog: v1.2.1...v1.2.2
Minor
Fixes
- double print statements
- treesitter higlighting
v1.2.1
What's Changed
- v1.2.1 by @YaroSpace in #5
Full Changelog: 1.2.0...1.2.1
Minor
- feat: syntax highlighting for code embedded in Lua comments
- frat: local lang prefix can be be omitted
- fix; indenttion removed for external evaluators
- fix: help message
v1.2.0
What's Changed
- Release 1.2.0 by @YaroSpace in #4
- Full Changelog**: v1.1.0...1.2.0
Major
- Support for other languages through external code evaluators
- Evaluator can be attached to any buffer
Minor
- Add mapping for evaluating the whole buffer
- Show reults of assignments as virtual text
- Autosave console
Breaking changes
- Removed mapping for clearing console
v1.1.0
[New features] Execution context can be inspected and preserved between executions
[Improvements] Truncated stacktraces can be followed. Returning nil will show in virtual text, instead of printing.
[Fixes] Mapping for help toggle. Pretty printing results of functions that return multiple variables
What's Changed
- Version 1.1.0 by @YaroSpace in #2
Full Changelog: v1.0.2...v1.1.0