Skip to content

Releases: rcarriga/vim-ultest

v3.1.3

27 May 07:44
Compare
Choose a tag to compare

3.1.3 (2021-05-27)

Bug Fixes

  • consistent filename modifiers (2de66cb), closes #41

v3.1.2

23 May 14:19
Compare
Choose a tag to compare

3.1.2 (2021-05-23)

Bug Fixes

  • adapter: correctly restore cwd (49dcf57)

v3.1.1

23 May 11:44
Compare
Choose a tag to compare

3.1.1 (2021-05-23)

Bug Fixes

  • adpater: avoid double path change (cf7cb19), closes #31

v3.1.0

19 May 18:48
Compare
Choose a tag to compare

3.1.0 (2021-05-19)

Features

v3.0.1

16 May 20:29
Compare
Choose a tag to compare

3.0.1 (2021-05-16)

Bug Fixes

  • runner: parse namespace failures correctly (1dd6e3b)

v3.0.0

15 May 15:28
e36f1ef
Compare
Choose a tag to compare

3.0.0 (2021-05-15)

Features

BREAKING CHANGES

  • Some more advanced functions have changed. They are
    not likely being used by anyone but since so much has changed in this
    PR I'm being safe and calling it out that integrations may break.
    Also the defaults for icons have changed.

A number of large changes happening here. Mostly focused on how the
plugin tracks the running processes. The process manager and handler
have both been simplified with the test running logic separated to a
separate class.

The main feature of this PR is that vim-ultest is now parsing files as
structured trees and using namespaces. This allows the plugin to have
a much better understanding of the code structure. As a primary
benefit we can now show the file and namespaces as
running/passed/failed in the summary window and parse the output for
namespaces from external running (i.e. nvim-dap). Runners that do not
have output parsing support will not show namspaces/files as
running/passed/failed.

v2.12.1

07 May 15:05
Compare
Choose a tag to compare

2.12.1 (2021-05-07)

Bug Fixes

  • adapter: cd to project root (11a90c6), closes #31

v2.12.0

01 May 15:55
d7f7d35
Compare
Choose a tag to compare

2.12.0 (2021-05-01)

Features

v2.11.1

11 Apr 08:59
Compare
Choose a tag to compare

2.11.1 (2021-04-11)

Bug Fixes

  • jobs: use ThreadChildWatcher in 3.7 (2d4ca84), closes #34
  • logging: avoid stacklevel arg (09d2df2), closes #34

v2.11.0

09 Apr 07:19
Compare
Choose a tag to compare

2.11.0 (2021-04-09)

Features