Skip to content

Releases: YaroSpace/lua-console.nvim

v1.2.4

07 Feb 22:37
Compare
Choose a tag to compare

What's Changed

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

25 Jan 15:52
Compare
Choose a tag to compare

What's Changed

Features:
Improved output for multiline expressions and statements
Improved virtual text for assignments

v1.2.2

22 Dec 21:15
Compare
Choose a tag to compare

What's Changed

Minor

Fixes

  • double print statements
  • treesitter higlighting

v1.2.1

14 Dec 20:13
Compare
Choose a tag to compare

What's Changed

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

09 Dec 12:22
Compare
Choose a tag to compare

What's Changed

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

15 Nov 17:33
7742a1c
Compare
Choose a tag to compare

[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

v1.0.0

06 Nov 21:01
Compare
Choose a tag to compare
load messages feature to accomodate for overrides by Noice and

the like plugins

fixed buffer delete bug

improved stacktrace