Skip to content

Releases: tonsky/Clojure-Sublimed

3.1.1

03 Apr 16:06

Choose a tag to compare

  • Fixed perf degradation on reindent #96

3.1.0

13 Mar 22:48

Choose a tag to compare

  • Socket: Fixed status_eval, bind *1/*2/*3/*e for e.g. tools.namespace
  • Do not fail because of styles #91

3.0.0

09 Mar 19:23

Choose a tag to compare

  • Huge refactoring, easier to add new REPLs
  • REPLs do not depend on syntax highlighting anymore, will work with any syntax
  • new REPL: Raw nREPL
  • new REPL: Socket REPL (no external dependencies, faster to start than nREPL)
  • Report results of different forms in the same selection separately (Socket REPL only)
  • Removed clojure_sublimed_require_namespace command
  • Implemented pretty-printing of expanded results in Python, removing clojure.pprint dependency
  • Added wrap_width setting

2.11.0

09 Mar 19:23

Choose a tag to compare

  • Connect command accepts 'auto' (will look for .nrepl-port file) #82

2.10.0

04 Jan 22:27

Choose a tag to compare

  • Do not move cursor if error region visible on screen #73
  • Fixed: Wrong highlight of the source of error #79
  • Render sequential spaces #78
  • Fixed: Exceptions from evaluating buffer without a file name are not processed #18
  • Special case when CompilerError has wrong location info
  • Select whole line on error

2.9.1

03 Dec 00:34

Choose a tag to compare

2.9.0

21 Nov 22:38

Choose a tag to compare

  • Allow connection through UNIX domain socket #80 via @tribals

2.8.1

02 Nov 17:58

Choose a tag to compare

  • Allow specifying ns in clojure-sublimed-eval-code

2.8.0

17 Oct 17:04
90ee27d

Choose a tag to compare

2.7.0

28 Sep 00:00

Choose a tag to compare

  • Added eval_shared