Releases: ikappaki/basilisp-nrepl-async
Releases · ikappaki/basilisp-nrepl-async
v0.1.0
v0.1.0b3
v0.1.0b2
- 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-blender.
- Fix incorrect line numbers for compiler exceptions in nREPL when evaluating forms in loaded files, backported from basilisp-blender
- nREPL server no longer sends ANSI color escape sequences in exception messages to clients, backported from basilisp-blender.
- Conform to the
cider-nrepl
info
ops spec by ensuring result's:file
is URI, also added missing:column
number, backported from basilisp-blender.