- #209: Remove clojuredocs integration, which had been broken for quite awhile
- #208: Allow keyword completion
- #207: Remove legacy initialization code, which was breaking completion in some scenarios
- #203: Replace
clojure-complete
withincomplete
.
- Remove JDK 6 support
- Restore parsing of :port option in nREPL mode
- Url to connect to supports new transport schemes
- Fix completion-eval to not bind to namespaces that don't exist.
- Remove SIGINT interruption delay
- #166: Set history file max size from inputrc
- Use newer jline2 to support history max size config
- #181: Update to nREPL 0.4.
- Defer loading of reply.parsing namespace for faster startup
- Bump nREPL dep to 0.2.13
- Require JDK 1.6
- Bump a bunch of deps
- Exclude nrepl from drawbridge dependency
- Move to official sjacket release (off trptcolin fork)
- Lots of --standalone bugfixes (@ivan)
- Display JVM/nREPL versions on startup (@bbatsov)
- Bump jline version (2.11 -> 2.12) to get lots of fixes
- nREPL rendering options to support custom printers
- Move all shutdown-agents calls into -main (technomancy/leiningen#1288)
- Add newline when exiting (#126)
- Fix completion where print-length is low (#120)
- Overhaul of jline support to decouple jline read from STDIN read (#91, 68)
- Patch up completion for separately-started nREPL (#105)
- Add apropos-better/find-name (Andy Fingerhut)
- Eliminate defn override /
sourcery
(#102) - Fix negative rationals (cgrand/sjacket#14)
- Allow input of non-BMP characters (jline/jline2#80)
- Handle completion load failure more gracefully (#108)
- Speed up & avoid crash for input handling in e.g. (read) forms (NREPL-39)
- Add more default key bindings for arrows & Windows numpad (jline/jline2#86,#75)
- Patch jansi security issue (jline/jline2#85)
- Allow aborting current line via ctrl-g (jline)
- Implement forward search (jline)
- Handle interruption (via ctrl-c) during input with new jline capabilities
- Allow startup in any ns (technomancy/leiningen#955)
- Allow customizing in/out streams (technomancy/leiningen#957)
- Handle unexpected nodes in the input parse tree by failing faster (technomancy/leiningen#940)
- Parse characters containing whitespace (sjacket)
- Fix regexes with whitespace (sjacket)
- Fix printing Calendar objects (nREPL)
- Bump for nREPL 0.2.0 final
- Fix parsing characters followed by non-whitespace characters (sjacket)
- Update sjacket to handle more single characters, and long strings
- Update sjacket to handle ns-qualified keywords (#94)
- Stop busy-wait pegging CPU (#92)
- Fix exit/quit parsing
- Insulate against user-specified
*print-level*
settings on initialization (#89) - Get rid of 1.4 dependency (ExceptionInfo) (#88)
- First non-beta release