Skip to content

Releases: Olical/conjure

v4.51.0

11 Mar 22:38
dfb9f75
Compare
Choose a tag to compare

What's Changed

  • Debugger: Show value of :debug-value if present by @dradtke in #560
  • Fix doc-str Guile by @DMClVG in #563
  • Update Common Lisp in-package support so it should hopefully work as expected now #561 #557 #489 (and possibly more issues!)

If you're a Common Lisp wizard, please let me know what you think about this change. 🪄

New Contributors

Full Changelog: v4.50.0...v4.51.0

v4.50.0

02 Feb 12:41
f50d4db
Compare
Choose a tag to compare

What's Changed

  • Add doc-str for janet's stdio client by @sogaiu in #542
  • Add queue for tap values in clojure client by @EgorKulbachka in #550
    • We now have the ability to capture and print tap> values in Clojure land!
  • guile: append stray output to log by @austinmlv in #552
  • Fixed the School's defaulting for maplocalleader.

New Contributors

Full Changelog: v4.49.0...v4.50.0

v4.49.0

07 Dec 10:12
ec71272
Compare
Choose a tag to compare

What's Changed

  • Add a stdio based Janet client by @sogaiu in #536
  • Make HUD zindex configurable.
  • Fix paths for the Janet client on Windows.
  • Allow disabling of ALL mappings with g:conjure#mapping#enable_defaults.
  • Fix a Janet client connection race condition.
  • Fix a potential uncaught exception when a nil is logged, it's now cast to a string.
  • Improve Guile client so you can see print output and REPL startup messages.
  • More configuration examples in the README to get people started.
  • Fix the default *ns* in Clojure. It's no longer overridden to conjure.internal if you don't have a (ns) form, like in a babashka file. So it'll use the appropriate default like user.

New Contributors

Full Changelog: v4.48.0...v4.49.0

v4.48.0

08 Sep 14:28
58c46d1
Compare
Choose a tag to compare
  • 5119706 add a right_margin option for nREPL pretty printing
  • Added the <prefix>ep mapping that evaluates your previous evaluation. This is a first draft and we might want to tweak it's behaviour over time.

Full Changelog: v4.47.0...v4.48.0

v4.47.0

11 Aug 11:35
0d9b823
Compare
Choose a tag to compare

What's Changed

  • Add completions to Common Lisp client by @russtoku in #517
  • Allow overriding opts context in eval-str by @julienvincent in #520
  • Fix cleaning up of clients / child processes on exit by using the right autocmds.
  • Prevent a Lua unpack overflow from occurring.

New Contributors

Full Changelog: v4.46.0...v4.47.0

v4.46.0

12 Jul 12:25
2482871
Compare
Choose a tag to compare

What's Changed

  • Add client for SQL by @russtoku in #511
  • Add snd s7 scheme optional client by @russtoku #514
  • Fix Fennel module reloading. Uses the correct path separator now #513
  • Fix file eval in Clojure on windows #505
  • Neaten up the readme a little, removing duplicate links
  • Add a note to the readme about installing with lazy.nvim
  • Remove some unused docs

Full Changelog: v4.45.0...v4.46.0

v4.45.0

11 Jun 11:05
31a1626
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.44.2...v4.45.0

v4.44.2

05 May 19:39
1dd96d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.44.1...v4.44.2

v4.44.1

01 May 10:30
e0be542
Compare
Choose a tag to compare

Handle a small breaking change in Clojure tree sitter support. #482

Full Changelog: v4.44.0...v4.44.1

v4.44.0

10 Apr 15:28
7625ed9
Compare
Choose a tag to compare

What's Changed

  • fix(swank): improve doc-str to work with any objects, not only functions by @UnkwUsr in #471
  • Python client improvements by @russtoku in #470
  • fix(deprecation): update treesitter function by @rhcher in #479

New Contributors

Full Changelog: v4.43.0...v4.44.0