Releases: nvim-neotest/neotest
Releases · nvim-neotest/neotest
v3.3.0
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
3.2.0 (2023-05-02)
Features
- client: override strategy from adapter spec (98344b4), closes /github.com/nvim-neotest/neotest/discussions/24#discussioncomment-5641606
v3.1.1
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2023-04-15)
Bug Fixes
- control/queue: notify one listener on get (3dbac1e)
Features
- lsp: server capabilities (b5bd043)
- nio async library (25e23f1)
- nio: logger (c793c92)
- raise uncaught errors, wrap async API functions (ec43e87)
BREAKING CHANGES
- Removes usage of plenary's async library which is not
compatible with the new library.