Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clojure-emacs/clojure-ts-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: clojure-emacs/clojure-ts-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 4, 2025

  1. Bump the development version

    bbatsov committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    8e57ba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. [#109] Fix performance issue by pre-compiling Tree-sitter queries

    There is one trade-off: Markdown syntax won't be highlighted in docstrings of
    custom extra def forms.  I think it could be solved, but it would make the code
    more complicated.
    rrudakov authored and bbatsov committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    569ed6c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Set clojure-ts-completion-at-point-function locally

    We should use add-hook instead of add-to-list in order to set it only for
    clojure-ts-mode buffers.
    rrudakov authored and bbatsov committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    01e6a0b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Release 0.5.1

    bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    66cdee1 View commit details
    Browse the repository at this point in the history
  2. Bump the development version

    bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    710d5ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b5723d View commit details
    Browse the repository at this point in the history
  4. Rename the CI GHA workflow

    bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    adb1c25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bda9baf View commit details
    Browse the repository at this point in the history
  6. Update README CI badge

    bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    71ddb1d View commit details
    Browse the repository at this point in the history
  7. Remove special handling for jank and clojuredart modes

    This aligns clojure-ts-mode with some changes I did recently in clojure-mode.
    bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    05a4e1e View commit details
    Browse the repository at this point in the history
  8. Add clojure-ts-joker-mode

    bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    a9e2ca7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    372ed8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ecde0c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce94748 View commit details
    Browse the repository at this point in the history
  12. [CI] Fix compilation for Emacs-30

    rrudakov authored and bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    43f7a67 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

  1. Extend built-in completion

    Complete keywords and local bindings in `for` and `doseq` forms.
    rrudakov authored and bbatsov committed Jun 21, 2025
    Configuration menu
    Copy the full SHA
    7c33f29 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Extend completion to complete ns aliases and required symbols

    Completions for:
    - namespace aliases required with `:as`
    - imported functions required with `:refer`
    - imported Java classes
    rrudakov authored and bbatsov committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    da56a69 View commit details
    Browse the repository at this point in the history
Loading