Releases: mikavilpas/tui-sandbox
Releases · mikavilpas/tui-sandbox
library: v9.0.1
9.0.1 (2025-01-24)
Bug Fixes
- interlaced installDependencies output (b255bcc)
library: v9.0.0
9.0.0 (2025-01-19)
⚠ BREAKING CHANGES
- simplify the schema for MyTestDirectory (#251)
Features
- simplify the schema for MyTestDirectory (#251) (98f0e4f)
library: v8.0.2
8.0.2 (2025-01-18)
Bug Fixes
library: v8.0.1
8.0.1 (2025-01-13)
Bug Fixes
- relative import in cypress-support files (#239) (cab59eb)
library: v8.0.0
8.0.0 (2025-01-13)
⚠ BREAKING CHANGES
- When a Neovim instance is started, tui-sandbox used to return the TestDirectory instance, which is the type-safe representation of the test directory's paths. The TestDirectory can now be found in a
.dir
property.
Features
- make it more difficult to accidentally call unsupported cmds (#237) (d5ca4c9)
Bug Fixes
- confusing error message when waiting for :messages to finish (abc22c0)
library: v7.7.1
7.7.1 (2025-01-12)
Bug Fixes
- warning timeouts about Neovim messages firing on success (#231) (6b8f8af)
library: v7.7.0
7.7.0 (2025-01-12)
Features
- create config-modifications directory if it doesn't exist (1688f88)
library: v7.6.0
7.6.0 (2025-01-11)
Features
- can run a prepare script before starting the tests (#225) (53d1a32)
library: v7.5.6
7.5.6 (2025-01-09)
Bug Fixes
- waiting forever for :messages to finish when neovim is stuck (#218) (e8ef89b)
library: v7.5.5
7.5.5 (2025-01-01)
Bug Fixes
- crash when using startupScriptModifications with
'
in the name (bde5d06)
- directory schema generation failing with unescaped chars (bb9b89b)