Conjure Versions Save

Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

v4.51.0

2 months ago

What's Changed

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

New Contributors

Full Changelog: https://github.com/Olical/conjure/compare/v4.50.0...v4.51.0

v4.50.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Olical/conjure/compare/v4.49.0...v4.50.0

v4.49.0

5 months ago

What's Changed

  • Add a stdio based Janet client by @sogaiu in https://github.com/Olical/conjure/pull/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: https://github.com/Olical/conjure/compare/v4.48.0...v4.49.0

v4.48.0

8 months ago
  • 5119706fa08ecb1efa72fb9d6e68bb965d259015 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: https://github.com/Olical/conjure/compare/v4.47.0...v4.48.0

v4.47.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Olical/conjure/compare/v4.46.0...v4.47.0

v4.46.0

10 months ago

What's Changed

  • Add client for SQL by @russtoku in https://github.com/Olical/conjure/pull/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: https://github.com/Olical/conjure/compare/v4.45.0...v4.46.0

v4.45.0

11 months ago

What's Changed

Full Changelog: https://github.com/Olical/conjure/compare/v4.44.2...v4.45.0

v4.44.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Olical/conjure/compare/v4.44.1...v4.44.2

v4.44.1

1 year ago

Handle a small breaking change in Clojure tree sitter support. https://github.com/Olical/conjure/issues/482

Full Changelog: https://github.com/Olical/conjure/compare/v4.44.0...v4.44.1

v4.44.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Olical/conjure/compare/v4.43.0...v4.44.0