Releases: seancorfield/dot-clojure
Releases · seancorfield/dot-clojure
1.4.1
1.4.0
- Leverages nREPL 1.4.0 which supports a global
nrepl.ednfile via theNREPL_CONFIG_DIRenv var (so you can turn*warn-on-reflection*on for all nREPL clients - Leverages Rebel Readline's fairly new nREPL client (so it can use the same nREPL context, e.g., with reflection warnings enabled)
1.3.0
- wire up
com.github.seancorfield/logging4j2logging - add self-attach JDK option (JDK 21+)
- update tools
1.2.0
Switch from -e invocation to -m invocation, to make use of add-lib a bit smoother with combined REPLs.
1.1.3
- add
user/uptimefn - add
bin/replscript - switch test runner to fork that runs LazyTest as well as
clojure.test(and Expectations)
1.1.1
- Allow Rebel Readline + nREPL Server as a combination
- Clojure 1.12.0 (GA)
- Update tooling
1.0.2
- Update
:1.12to Alpha 3 - Update
antqandnewtools - Update Portal support in
start-replto includewrap-notebookif available
1.0.1
- Update
:1.12tag to Clojure 1.12.0 Alpha 2 - Remove
:add-libsalias -- you can use the officialclojure.repl.depssupport in Clojure 1.12.0 Alpha 2 instead!
1.0.0
Initial tagged release.
Changes from prior source versions:
- No longer starts a Socket REPL Server by default -- you have to either explicitly ask for it or have an existing
.socket-repl.portfile - Moves code from
devnamespace toorg.corfield.dev.replnamespace to avoid conflicts - Adds
:datomic/dev.datafyand:dbxrayaliases