Skip to content

1.3.0

Compare
Choose a tag to compare
@darwin darwin released this 20 Dec 20:33
· 880 commits to master since this release
v1.3.0

Moved to the new nREPL library and Clojure 1.10

Caution! Breaking changes ahead. Leiningen recently updated to v2.8.2 and they switched their nREPL implementation to nrepl/nrepl (from original org.clojure/tools.nrepl). This is a good thing but some namespaces got renamed and that requires changes in Dirac code. I didn't want to somehow hide it and support both versions, so I decided to switch everything at once. With this change I also switched to Clojure 1.10 as default. So be warned that things might break on your end and this is likely the issue.

Rolling DevTools

Merged commits 07d8bc1...fcdd600 from official DevTools.
Should work best with Chrome ~73.0.3646.1.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.

Notable commits

8333674 project: bump default clojure to 1.10
a370c3b switch to nrepl/nrepl

All new work: v1.2.43...v1.3.0