Skip to content

Releases: seancorfield/dot-clojure

1.4.1

30 Sep 02:13
b5f7199

Choose a tag to compare

  • Improve nREPL startup UX.
  • Add basic ClojureCLR support.

1.4.0

04 Sep 17:41
e3ffc53

Choose a tag to compare

  • Leverages nREPL 1.4.0 which supports a global nrepl.edn file via the NREPL_CONFIG_DIR env 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

22 May 02:04
98631b1

Choose a tag to compare

  • wire up com.github.seancorfield/logging4j2 logging
  • add self-attach JDK option (JDK 21+)
  • update tools

1.2.0

13 Dec 22:53
3122256

Choose a tag to compare

Switch from -e invocation to -m invocation, to make use of add-lib a bit smoother with combined REPLs.

1.1.3

08 Dec 07:06
2fce829

Choose a tag to compare

  • add user/uptime fn
  • add bin/repl script
  • switch test runner to fork that runs LazyTest as well as clojure.test (and Expectations)

1.1.1

09 Oct 18:15
c967b4f

Choose a tag to compare

  • Allow Rebel Readline + nREPL Server as a combination
  • Clojure 1.12.0 (GA)
  • Update tooling

1.0.2

31 May 16:57

Choose a tag to compare

  • Update :1.12 to Alpha 3
  • Update antq and new tools
  • Update Portal support in start-repl to include wrap-notebook if available

1.0.1

14 Apr 20:02

Choose a tag to compare

  • Update :1.12 tag to Clojure 1.12.0 Alpha 2
  • Remove :add-libs alias -- you can use the official clojure.repl.deps support in Clojure 1.12.0 Alpha 2 instead!

1.0.0

31 Mar 18:14

Choose a tag to compare

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.port file
  • Moves code from dev namespace to org.corfield.dev.repl namespace to avoid conflicts
  • Adds :datomic/dev.datafy and :dbxray aliases