Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 1.19 KB

Changelog

Unreleased

0.1.0

  • A Basilisp Clojure async nREPL server for cooperative multitasking.

0.1.0b3

  • Introduced API.md generated with quickdoc.
  • Relaxed Basilisp version requirements to cover versions up to 1.0.0.
  • Upgraded min Basilisp version to 0.3.2.
  • Dropped 3.8 support and added 3.13 CI testing.

0.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.

0.1.0b1

  • Initial version based on basilisp-blender nREPL server with improved error reporting.