Skip to content

Releases: liquidz/vim-iced

0.7.3

31 Oct 08:27
fbcc4e4
Compare
Choose a tag to compare

Changed

  • Bump iced-nrepl version to 0.2.3

Added

  • Add g:iced#eastwood#option which allows to set exclude-linters

Fixed

  • Fix iced#nrepl#auto#bufread to check session validity

0.7.2

29 Oct 04:13
db1db8f
Compare
Choose a tag to compare

Added

  • Add covimerage badge
    • for measuring code coverage
  • Add test codes
    • iced#complete, iced#sign

Fixed

  • Fix not to split window permanently when debugging

0.7.1

25 Oct 00:41
13f9683
Compare
Choose a tag to compare
  • Fix jumping to definition not to jump into JAR file
  • Refactor codes

0.7.0

23 Oct 13:10
f80441c
Compare
Choose a tag to compare
  • Update to support Clojure 1.10's error message format
  • Update to work with Clojure 1.8
  • Bump orchard version to 0.3.3
  • Refactor codes

Breaking changes

  • Update :IcedCleanNs command not to rewrite prefix

    • Add g:iced#refactor#prefix_rewriting option to change behavior. (default value is 'v:false')
  • Rename options

before after
g:iced#nrepl#cljs#default_env g:iced#cljs#default_env
g:iced#nrepl#cljs#custom#start_code g:iced#cljs#custom#start_code
g:iced#nrepl#cljs#custom#stop_code g:iced#cljs#custom#stop_code
g:iced#nrepl#eval#inside_comment g:iced#eval#inside_comment
g:iced#nrepl#ns#refactor#favorites g:iced#ns#favorites
g:iced#nrepl#op#cider#debug#print_length g:iced#debug#print_length
g:iced#nrepl#op#cider#debug#print_level g:iced#debug#print_level
g:iced#nrepl#test#spec_num_tests g:iced#test#spec_num_tests
g:iced#palette#palette g:iced#palette
g:iced#lint#linters g:iced#eastwood#linters

0.6.2

19 Oct 14:16
40a3458
Compare
Choose a tag to compare
  • Fix not to remove blank lines too much in code formatting #49
  • Update to interrupt when disconnecting
  • Update to make spec document more readable

0.6.1

18 Oct 23:47
03099c7
Compare
Choose a tag to compare
  • Fix to work skeleton correctly #47
  • Fix "Argument to in-ns must be a symbol" error by IcedInReplNs command #46
  • Support junegunn/fzf as a selector
  • Update iced command to allow with-profile option for leiningen

0.6.0

17 Oct 12:31
b68c3ac
Compare
Choose a tag to compare
  • Fix code formatting to delete extra empty line
  • Fix a bug causes evaluation error on stdout buffer
  • Update to check set hidden when connecting to nrepl
  • Fix a bug causes vim error when closing stdout/repl buffer
  • Update completion to display correct document in preview window

Breaking changes

0.5.5

12 Oct 23:02
e4ae6b4
Compare
Choose a tag to compare
  • Update linting not to run when linting is already running
  • Update to clear signs when linting is disabled
  • Update to refresh signs when code is formatted
  • Add python3 code to boost decoding bencode
  • Fix decoding bencode in vim script to work(detect error) with incorrect character
  • Fix setting sign to ignore errors that has no line number

0.5.4

10 Oct 13:20
8b1b9ab
Compare
Choose a tag to compare
  • Fixed IcedPrintLast to output all results
  • Fixed a bug that caused an error if javadoc result did not have a member key
  • Add clojure.spec.test.alpha as ns favorites for IcedAddNs
  • Add IcedTestSpecCheck command

0.5.3

09 Oct 11:58
d153952
Compare
Choose a tag to compare
  • Fix to use sockconnect for nREPL connection #40
  • Update debugging highlighting to specify background color
  • Update to reload all namespaces before running all tests
  • Add IcedRelatedNamespaces command