@tui-sandbox/library 9.6.0 → 10.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [10.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.0.0...library-v10.1.0) (2025-03-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * add nvim_isRunning command to check if neovim is running ([#382](https://github.com/mikavilpas/tui-sandbox/issues/382)) ([7608b56](https://github.com/mikavilpas/tui-sandbox/commit/7608b56920349a7ec8b0567b5f0a1b560e18da71))
9
+
10
+ ## [10.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.6.0...library-v10.0.0) (2025-03-14)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * Neovim dependencies are no longer installed automatically when starting the test server. Instead, you must run `pnpm tui neovim prepare` before starting the test server. Make sure you have your preparation script in place in `path/to/your/integration-tests/test-environment/.config/nvim/prepare.lua` before doing this.
16
+
17
+ ### Bug Fixes
18
+
19
+ * allow waiting for neovim dependencies to be installed ([d794013](https://github.com/mikavilpas/tui-sandbox/commit/d794013e7605096418c1b7667d3f0b2e038f1e9d))
20
+
3
21
  ## [9.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.5.1...library-v9.6.0) (2025-03-06)
4
22
 
5
23