Skip to content

v4.34.0

Compare
Choose a tag to compare
@Olical Olical released this 14 May 11:21
· 375 commits to master since this release
868e66e
  • The ConjureClientState system is safer to call now, it can take spaces etc and still switch your ConjureClientState. If you don't know what this is, definitely go and read up on it in :h conjure, it might really help you out in some projects! Allows you to manage many REPL connections at once and base your active REPL on any arbitrary information such as your CWD or file path.
  • Created a table documenting the clients and their features + each feature for other contributors and users to rely on. https://github.com/Olical/conjure/wiki/Client-features
  • Allow you to use cljs.test in Clojure test invocations. See :h conjure-client-clojure-nrepl to work out how to swap your test runner for the test mappings.
  • Update Aniseed, fixes some stuff around relying on an embedded deps macro files. Also now supports count on associative Lua tables which means we can now check if an associative table is empty or not too.
  • Support checking for support of multiple nREPL ops at once so we can check for ops and fall through to different ones (or call many ops at once!).
  • Fix #137 by supporting the built in nREPL 0.8+ ops for info and completions lookups. So if you have an up to date nREPL with no CIDER middleware you'll still get go to definition, completions and doc lookup.

Full Changelog: v4.33.2...v4.34.0