Skip to content

Releases: ikappaki/basilisp-blender

v0.3.0

09 Nov 22:34
Compare
Choose a tag to compare
  • Made the nREPL control panel destructible.
  • Released a Blender Add-on to display the nREPL control panel.

v0.2.0

31 Oct 21:50
67f63d3
Compare
Choose a tag to compare
  • 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.

v0.1.0

03 Aug 12:20
Compare
Choose a tag to compare
  • Added support for evaluating Basilisp code from Blender's Python console, file, and Text Editor.
  • Implemented functionality to start the nREPL server from Blender.