Releases: YaroSpace/lua-console.nvim
Releases · YaroSpace/lua-console.nvim
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