Releases: seancorfield/dot-clojure
Releases · seancorfield/dot-clojure
1.2.0
1.1.3
- 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
- Allow Rebel Readline + nREPL Server as a combination
- Clojure 1.12.0 (GA)
- Update tooling
1.0.2
- Update
:1.12
to Alpha 3 - Update
antq
andnew
tools - Update Portal support in
start-repl
to includewrap-notebook
if available
1.0.1
- Update
:1.12
tag to Clojure 1.12.0 Alpha 2 - Remove
:add-libs
alias -- you can use the officialclojure.repl.deps
support 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.port
file - Moves code from
dev
namespace toorg.corfield.dev.repl
namespace to avoid conflicts - Adds
:datomic/dev.datafy
and:dbxray
aliases