Skip to content

Releases: bhauman/rebel-readline

Fix large value printing

26 Jun 00:18
Compare
Choose a tag to compare
v0.1.4

release 0.1.4

Improved Completion and Faster startup

07 May 00:05
Compare
Choose a tag to compare

Rebel Readline loads 2x faster and Completion now narrows choices as you type.

  • thanks to Alexander Yakushev for demonstrating how make startup faster
  • thanks to Michał Buczko for greatly improving how completion works

Vi improvements and key binding configuration

28 Mar 21:01
Compare
Choose a tag to compare
  • Fixed PrintWriter->on name collision warning for Clojure 1.9
  • Added additional vi like bindings for clojure actions to :vi-cmd key map
  • make readline history file project local
  • make it easier to alter-var-root core repls to rebel-readline repls
  • fix blow up when COLORFGBG isn't formatted correctly
  • fix repl key-map swtiching feedback
  • add a clojure-force-accept-line widget that submits a line regardless
  • allow key binding configuration in the rebel_readline.edn config file

Initial release

28 Feb 16:39
Compare
Choose a tag to compare
v0.1.1

prepare first release