Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.72 KB

CHANGELOG.adoc

File metadata and controls

51 lines (41 loc) · 1.72 KB

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

[unreleased]

Added

  • Add enable/disable-debug-log handler

  • Add ElinEnableDebugLog and ElinDisableDebugLog commands

  • Add on-callback method to IEvent protocol

  • Add elin.interceptor.handler/callback

  • Add elin#request_async vim function

  • Add elin#status function for vim

  • Add elin.interceptor.handler.namespace

  • Add elin.handler.lookup/open-javadoc

  • Add ElinOpenJavadoc command for vim

  • Add elin.function.nrepl/get-cycled-var-name

  • Add elin.handler.navigate/cycle-function-and-test

  • Add ElinCycleFunctionAndTest command for vim

Changed

  • Bump git-cliff-action to v4

  • Apply standard-clj

  • Move getting var-name function to elin.function.evaluate

  • Bump malli to 0.17.0

  • Bump rewrite-clj to 1.1.49

  • Bump cider-nrepl to 0.50.3

Fixed

  • Fix evaluation handlers to return evaluated result value

  • Fix connection component to close socket when error occured in reading bencode loop

  • Fix nrepl component not to send request when disconnected

  • Fix elin.util.process tests

  • Fix to use Standard Clojure Style for code formatting

  • Fix to use elin.interceptor.handler.namespace

  • Update add-libspec, add-missing-libspec to use modify-code interceptor

  • Rename modify-code response to result

  • Fix elin.function.lookup to fallback when info does not respond namespace and var name

  • Fix lookup test

  • Fix unwrap-comment-form-test performance

  • Add reviewdog.yml

  • Fix test clj-kondo component

  • Fix not to throw error when callback id does not exists

Removed

  • Change code-change interceptor kind to modify-code

  • Remove elin.interceptor.code-change