Skip to content

Releases: mikavilpas/tui-sandbox

library: v9.0.1

24 Jan 05:16
Compare
Choose a tag to compare

9.0.1 (2025-01-24)

Bug Fixes

  • interlaced installDependencies output (b255bcc)

library: v9.0.0

19 Jan 17:38
Compare
Choose a tag to compare

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

18 Jan 06:13
Compare
Choose a tag to compare

8.0.2 (2025-01-18)

Bug Fixes

library: v8.0.1

13 Jan 12:32
Compare
Choose a tag to compare

8.0.1 (2025-01-13)

Bug Fixes

  • relative import in cypress-support files (#239) (cab59eb)

library: v8.0.0

13 Jan 12:08
Compare
Choose a tag to compare

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

12 Jan 19:00
Compare
Choose a tag to compare

7.7.1 (2025-01-12)

Bug Fixes

  • warning timeouts about Neovim messages firing on success (#231) (6b8f8af)

library: v7.7.0

12 Jan 16:22
Compare
Choose a tag to compare

7.7.0 (2025-01-12)

Features

  • create config-modifications directory if it doesn't exist (1688f88)

library: v7.6.0

11 Jan 13:12
b4075f5
Compare
Choose a tag to compare

7.6.0 (2025-01-11)

Features

  • can run a prepare script before starting the tests (#225) (53d1a32)

library: v7.5.6

09 Jan 19:27
Compare
Choose a tag to compare

7.5.6 (2025-01-09)

Bug Fixes

  • waiting forever for :messages to finish when neovim is stuck (#218) (e8ef89b)

library: v7.5.5

01 Jan 13:04
Compare
Choose a tag to compare

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)