Releases: BetterThanTomorrow/calva
Releases · BetterThanTomorrow/calva
v2.0.573
- Update REPL UI configuration defaults to match Getting Started REPL
- Use
terminalas the default destination for all output categories - Echoing of the evaluated code to the output evaluation result destionation is now default enabled
- The configured output evaluation result destionation will uncoditionally always show code evaluated via the API (such as when Backseat Driver evaluates things)
- Don't auto-reveal the Calva Inspector at REPL comnect
- Use
- Use the “official” Try Clojure project for the mini Clojure project starter
v2.0.572
v2.0.571
- Dev: Fix npm audit: upgrade jest, typescript, and patch transitive deps
- jest ^27 → ^30 (fixes @tootallnate/once vulnerability chain)
- typescript ^4.6 → ^5.8
- Add npm overrides for diff and serialize-javascript (mocha transitive deps)
- tsconfig: target es6 → es2020, add skipLibCheck
- Add a built-in Squint Connect Sequence
- Add a built-in Epupp Connect Sequence
- Jack-in and connect menus sort project types deps.edn, then dialects, then generics
v2.0.570
v2.0.569
v2.0.568
v2.0.567
v2.0.566
v2.0.565
v2.0.564
- Allow other forms to create a new toplevel context like comment does
- Fix: Nightly clojure-lsp downloads re-download on every startup even when already up to date
- Fix: Toggle comments structurally does not re-format
- Rename 'Toggle Line Comment' to 'Toggle Comment'
- Current form takes
#_commented forms at all cursor positions within the form- Fix: Toggle line comment with ignoreCurrentForm discards wrong form
- Fix: No longer treat
#_discarded ns forms as namespace declarations