All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
-
Add elin.interceptor.tap
-
Enable interceptors in elin.interceptor.tap by default
-
Define tap interceptor kind as elin.constant.interceptor/tap
-
Add elin.handler.tap/tapped
-
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
-
Bump git-cliff-action to v4
-
Bump malli to 0.17.0
-
Bump rewrite-clj to 1.1.49
-
Bump cider-nrepl to 0.50.3
-
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 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 not to throw error when callback id does not exists