2024.04.22-11.50.26
·
256 commits
to master
since this release
-
General
- Bump clj-depend to
0.11.0
. - Fix renaming ns when one source path is a prefix of another (e.g.
src/clj
andsrc/cljs
) #1805
- Bump clj-depend to
-
Editor
- Use scope location instead of name location for folding feature.
- Fix paredit commands to consider previous element when cursor inside a closing bracket.
- Fix paredit commands to move cursor after applying command.
- Fix corner case on paredit comamnds duplicating forms.
- References of a var-definition now consider full quoted qualified symbols. #1804