Skip to content

Releases: nvim-neotest/neotest

v3.3.0

05 Jun 10:41
0207e40
Compare
Choose a tag to compare

3.3.0 (2023-06-05)

Features

v3.2.4

29 May 20:46
Compare
Choose a tag to compare

3.2.4 (2023-05-29)

Bug Fixes

  • subprocess: abort on blocking mode (10e6763), closes #158

v3.2.3

27 May 11:52
Compare
Choose a tag to compare

3.2.3 (2023-05-27)

Bug Fixes

  • dap: safely handle dap.run_last (80f9c96), closes #234

v3.2.2

15 May 10:07
Compare
Choose a tag to compare

3.2.2 (2023-05-15)

Bug Fixes

  • stratgies/integrated: use nio.fn/api (6435a36)

v3.2.1

13 May 08:47
Compare
Choose a tag to compare

3.2.1 (2023-05-13)

Bug Fixes

  • check for buffer existence on attach function (#244) (f3570eb)
  • config: pass global default strategy to project (42cf226), closes #248
  • integrated: catch deleted channel (35aa583)

v3.2.0

02 May 19:18
Compare
Choose a tag to compare

3.2.0 (2023-05-02)

Features

v3.1.1

27 Apr 12:44
972a7dc
Compare
Choose a tag to compare

3.1.1 (2023-04-27)

Bug Fixes

  • utilize bufhidden=wipe instead of forcibly deleting buffer (#238) (972a7dc)

v3.1.0

19 Apr 08:25
8d279ac
Compare
Choose a tag to compare

3.1.0 (2023-04-19)

Features

v3.0.1

19 Apr 08:22
e1bba89
Compare
Choose a tag to compare

3.0.1 (2023-04-19)

Bug Fixes

v3.0.0

15 Apr 10:14
Compare
Choose a tag to compare

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.