|
4 | 4 |
|
5 | 5 | - Add a dedicated mode for editing Joker code. (`clojure-ts-joker-mode`). |
6 | 6 | -[#113](https://github.com/clojure-emacs/clojure-ts-mode/pull/113): Fix non-working refactoring commands for Emacs-30. |
7 | | --[#114](https://github.com/clojure-emacs/clojure-ts-mode/pull/114): Extend built-in completion to complete keywords and local bindings in |
8 | | -`for` and`doseq` forms. |
9 | | --[#116](https://github.com/clojure-emacs/clojure-ts-mode/pull/116): Extend built-in completion to complete all imported symbols from an`ns` |
10 | | - form. |
| 7 | +-[#114](https://github.com/clojure-emacs/clojure-ts-mode/pull/114): Extend built-in completion to complete keywords and local bindings in`for` and`doseq` forms. |
| 8 | +-[#116](https://github.com/clojure-emacs/clojure-ts-mode/pull/116): Extend built-in completion to complete all imported symbols from an`ns` form. |
11 | 9 | - Add documentation and bug reporting commands from`clojure-mode`. |
12 | 10 | -[#118](https://github.com/clojure-emacs/clojure-ts-mode/pull/118): Add some ns manipulation functions from`clojure-mode`. |
13 | 11 | - Fix a bug in`clojure-ts-add-arity` when body has more than one expression. |
14 | 12 | -[#120](https://github.com/clojure-emacs/clojure-ts-mode/issues/120): Fix a bug when symbols with metadata were not listed in imenu. |
15 | | --[#124](https://github.com/clojure-emacs/clojure-ts-mode/issues/124): Correctly indent lists that start with a keyword when using the |
16 | | -`fixed` indentation style. |
| 13 | +-[#124](https://github.com/clojure-emacs/clojure-ts-mode/issues/124): Correctly indent lists that start with a keyword when using the`fixed` indentation style. |
17 | 14 |
|
18 | 15 | ##0.5.1 (2025-06-17) |
19 | 16 |
|
|
23 | 20 | ##0.5.0 (2025-06-04) |
24 | 21 |
|
25 | 22 | -[#96](https://github.com/clojure-emacs/clojure-ts-mode/pull/96): Highlight function name properly in`extend-protocol` form. |
26 | | --[#96](https://github.com/clojure-emacs/clojure-ts-mode/pull/96): Add support for extend-protocol forms to`clojure-ts-add-arity` refactoring |
| 23 | +-[#96](https://github.com/clojure-emacs/clojure-ts-mode/pull/96): Add support for extend-protocol forms to`clojure-ts-add-arity` refactoring. |
27 | 24 | command. |
28 | 25 | -[#99](https://github.com/clojure-emacs/clojure-ts-mode/pull/99): Improve navigation by s-expression by switching to an experimental |
29 | 26 | Clojure grammar. |
|