Skip to content

v0.2.0

Compare
Choose a tag to compare
@ikappaki ikappaki released this 31 Oct 21:50
· 3 commits to main since this release
67f63d3
  • Added async server interface support in start-server! with a client work abstraction.
  • Implemented the async Blender nREPL server directly in Basilisp.
  • Enhanced error handling to return errors at the interface layer.
  • Introduced the nREPL server control panel UI component.
  • Upgraded Basilisp to 0.2.4.
  • Improved on the nREPL server exception messages by matching that of the REPL user friendly format, backported from basilisp#973.
  • Fix incorrect line numbers for compiler exceptions in nREPL when evaluating forms in loaded files, backported from basilisp#1038.
  • nREPL server no longer sends ANSI color escape sequences in exception messages to clients, backported from basilisp#1040.
  • Conform to the cider-nrepl info ops spec by ensuring result's :file is URI, also added missing :column number, backported from basilisp#1068.