@tui-sandbox/library 11.11.1 → 12.0.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.
Files changed (92) hide show
  1. package/dist/browser/assets/index-CYUPHpRk.css +1 -0
  2. package/dist/browser/assets/index-DPQpUaDL.js +9 -0
  3. package/dist/browser/index.html +2 -2
  4. package/dist/src/browser/neovim-client.d.ts +2 -0
  5. package/dist/src/browser/neovim-client.js +2 -0
  6. package/dist/src/browser/neovim-client.js.map +1 -1
  7. package/dist/src/client/index.d.ts +1 -0
  8. package/dist/src/client/neovim-terminal-client.d.ts +0 -2
  9. package/dist/src/client/neovim-terminal-client.js +0 -2
  10. package/dist/src/client/neovim-terminal-client.js.map +1 -1
  11. package/dist/src/client/startTerminal.d.ts +0 -2
  12. package/dist/src/client/startTerminal.js +0 -2
  13. package/dist/src/client/startTerminal.js.map +1 -1
  14. package/dist/src/client/terminal-terminal-client.d.ts +0 -1
  15. package/dist/src/client/terminal-terminal-client.js +0 -1
  16. package/dist/src/client/terminal-terminal-client.js.map +1 -1
  17. package/dist/src/server/cypress-support/contents.js +9 -11
  18. package/dist/src/server/cypress-support/contents.js.map +1 -1
  19. package/dist/src/server/index.d.ts +4 -0
  20. package/dist/src/server/index.js.map +1 -1
  21. package/dist/tsconfig.tsbuildinfo +1 -1
  22. package/package.json +35 -9
  23. package/CHANGELOG.md +0 -933
  24. package/dist/browser/assets/index-BQzArJW3.js +0 -9
  25. package/dist/browser/assets/index-hkmOP7rU.css +0 -1
  26. package/index.html +0 -11
  27. package/src/browser/neovim-client.ts +0 -126
  28. package/src/client/MyNeovimConfigModification.test.ts +0 -25
  29. package/src/client/MyNeovimConfigModification.ts +0 -8
  30. package/src/client/color-utilities.test.ts +0 -10
  31. package/src/client/color-utilities.ts +0 -9
  32. package/src/client/cypress-assertions.ts +0 -35
  33. package/src/client/index.ts +0 -4
  34. package/src/client/neovim-terminal-client.ts +0 -130
  35. package/src/client/public/DejaVuSansMNerdFontMono-Regular.ttf +0 -0
  36. package/src/client/startTerminal.ts +0 -97
  37. package/src/client/style.css +0 -32
  38. package/src/client/terminal-config.ts +0 -25
  39. package/src/client/terminal-terminal-client.ts +0 -106
  40. package/src/client/validateMouseEvent.ts +0 -22
  41. package/src/scripts/commands/commandRun.ts +0 -68
  42. package/src/scripts/commands/commandTuiNeovimExec.ts +0 -36
  43. package/src/scripts/commands/commandTuiNeovimPrepare.ts +0 -12
  44. package/src/scripts/commands/commandTuiStart.ts +0 -36
  45. package/src/scripts/parseArguments.test.ts +0 -28
  46. package/src/scripts/parseArguments.ts +0 -66
  47. package/src/scripts/resolveConfig.test.ts +0 -78
  48. package/src/scripts/resolveTuiConfig.ts +0 -65
  49. package/src/scripts/tui.ts +0 -77
  50. package/src/server/TestServer.ts +0 -73
  51. package/src/server/applications/neovim/NeovimApplication.ts +0 -236
  52. package/src/server/applications/neovim/NeovimJavascriptApiClient.test.ts +0 -48
  53. package/src/server/applications/neovim/NeovimJavascriptApiClient.ts +0 -68
  54. package/src/server/applications/neovim/api.ts +0 -257
  55. package/src/server/applications/neovim/environment/TempDirectory.ts +0 -18
  56. package/src/server/applications/neovim/environment/createTempDir.test.ts +0 -29
  57. package/src/server/applications/neovim/environment/createTempDir.ts +0 -91
  58. package/src/server/applications/neovim/neovimRouter.ts +0 -100
  59. package/src/server/applications/neovim/prepareNewTestDirectory.test.ts +0 -32
  60. package/src/server/applications/neovim/prepareNewTestDirectory.ts +0 -21
  61. package/src/server/applications/terminal/TerminalTestApplication.ts +0 -101
  62. package/src/server/applications/terminal/api.ts +0 -89
  63. package/src/server/applications/terminal/runBlockingShellCommand.test.ts +0 -41
  64. package/src/server/applications/terminal/runBlockingShellCommand.ts +0 -64
  65. package/src/server/applications/terminal/terminalRouter.ts +0 -47
  66. package/src/server/blockingCommandInputSchema.test.ts +0 -24
  67. package/src/server/blockingCommandInputSchema.ts +0 -27
  68. package/src/server/config.test.ts +0 -7
  69. package/src/server/config.ts +0 -18
  70. package/src/server/connection/trpc.ts +0 -3
  71. package/src/server/cypress-support/contents.ts +0 -245
  72. package/src/server/cypress-support/createCypressSupportFile.test.ts +0 -69
  73. package/src/server/cypress-support/createCypressSupportFile.ts +0 -56
  74. package/src/server/dirtree/index.test.ts +0 -352
  75. package/src/server/dirtree/index.ts +0 -144
  76. package/src/server/dirtree/json-to-zod.ts +0 -60
  77. package/src/server/index.ts +0 -6
  78. package/src/server/server.ts +0 -34
  79. package/src/server/types.ts +0 -98
  80. package/src/server/updateTestdirectorySchemaFile.test.ts +0 -49
  81. package/src/server/updateTestdirectorySchemaFile.ts +0 -71
  82. package/src/server/utilities/DisposableSingleApplication.test.ts +0 -92
  83. package/src/server/utilities/DisposableSingleApplication.ts +0 -49
  84. package/src/server/utilities/Lazy.ts +0 -16
  85. package/src/server/utilities/TerminalApplication.ts +0 -100
  86. package/src/server/utilities/generator.test.ts +0 -50
  87. package/src/server/utilities/generator.ts +0 -12
  88. package/src/server/utilities/tabId.ts +0 -4
  89. package/src/server/utilities/timeout.ts +0 -3
  90. package/src/server/utilities/timeoutable.ts +0 -19
  91. package/tsconfig.json +0 -31
  92. package/vite.config.js +0 -27
package/CHANGELOG.md DELETED
@@ -1,933 +0,0 @@
1
- # Changelog
2
-
3
- ## [11.11.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.11.0...library-v11.11.1) (2025-12-16)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * **deps:** update all non-major dependencies ([#809](https://github.com/mikavilpas/tui-sandbox/issues/809)) ([dc67c53](https://github.com/mikavilpas/tui-sandbox/commit/dc67c53a9807404af98d2a1ed215e27ab74a03aa))
9
- * **deps:** update all non-major dependencies ([#815](https://github.com/mikavilpas/tui-sandbox/issues/815)) ([26a870a](https://github.com/mikavilpas/tui-sandbox/commit/26a870a629fa87a88d358a23e5c44296e711ac6f))
10
- * **deps:** update all non-major dependencies to v11.7.2 ([#795](https://github.com/mikavilpas/tui-sandbox/issues/795)) ([0d3852f](https://github.com/mikavilpas/tui-sandbox/commit/0d3852f23116247a127d0ac9f18fbed43f4cb3cf))
11
- * **deps:** update dependency express to v5.2.0 [security] ([#806](https://github.com/mikavilpas/tui-sandbox/issues/806)) ([707d345](https://github.com/mikavilpas/tui-sandbox/commit/707d3455ed98148427ad2dfdadce26314b5cb35b))
12
- * **deps:** update dependency prettier to v3.7.0 ([#802](https://github.com/mikavilpas/tui-sandbox/issues/802)) ([2beaef3](https://github.com/mikavilpas/tui-sandbox/commit/2beaef3bc73c81db2bff11555b54855a9d8c1e4b))
13
- * **deps:** update dependency prettier to v3.7.1 ([#803](https://github.com/mikavilpas/tui-sandbox/issues/803)) ([8a5dd6f](https://github.com/mikavilpas/tui-sandbox/commit/8a5dd6fb74ce1d46fb8c30431a55f7fd47408e80))
14
- * **deps:** update dependency prettier to v3.7.2 ([#807](https://github.com/mikavilpas/tui-sandbox/issues/807)) ([398f960](https://github.com/mikavilpas/tui-sandbox/commit/398f960e29368f22d3f66ea2569b848283d73b3d))
15
- * **deps:** update dependency prettier to v3.7.4 ([#819](https://github.com/mikavilpas/tui-sandbox/issues/819)) ([3b989b3](https://github.com/mikavilpas/tui-sandbox/commit/3b989b339743b3e61b253c64c736c6a98360f3aa))
16
- * **deps:** update dependency tsx to v4.21.0 ([#812](https://github.com/mikavilpas/tui-sandbox/issues/812)) ([d1047b6](https://github.com/mikavilpas/tui-sandbox/commit/d1047b6e116dc89d50b206378d71fbbf681186fd))
17
- * **deps:** update dependency winston to v3.19.0 ([#824](https://github.com/mikavilpas/tui-sandbox/issues/824)) ([b0b54fd](https://github.com/mikavilpas/tui-sandbox/commit/b0b54fdd35085e912d8bc03a0a76e591ef237c41))
18
- * **deps:** update dependency zod to v4.1.13 ([#797](https://github.com/mikavilpas/tui-sandbox/issues/797)) ([0bd3218](https://github.com/mikavilpas/tui-sandbox/commit/0bd32181b3a5c1436f52641aa115a714f306dcf6))
19
-
20
- ## [11.11.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.10.0...library-v11.11.0) (2025-11-01)
21
-
22
-
23
- ### Features
24
-
25
- * add `TUI_SANDBOX_TEST_ENVIRONMENT_PATH` environment variable ([#753](https://github.com/mikavilpas/tui-sandbox/issues/753)) ([1fbacf6](https://github.com/mikavilpas/tui-sandbox/commit/1fbacf600f8a810e0bdc8725626078b38b520458))
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * **deps:** update all non-major dependencies ([#748](https://github.com/mikavilpas/tui-sandbox/issues/748)) ([bb77739](https://github.com/mikavilpas/tui-sandbox/commit/bb777393395c64d95b5388da02404ebba9ed316f))
31
-
32
- ## [11.10.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.9.2...library-v11.10.0) (2025-10-26)
33
-
34
-
35
- ### Features
36
-
37
- * create a symlink to the latest test-environment ([#743](https://github.com/mikavilpas/tui-sandbox/issues/743)) ([72dccf6](https://github.com/mikavilpas/tui-sandbox/commit/72dccf6de96981084f77c040e92037c2e696c092))
38
-
39
- ## [11.9.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.9.1...library-v11.9.2) (2025-10-25)
40
-
41
-
42
- ### Bug Fixes
43
-
44
- * **deps:** update all non-major dependencies to v11.7.0 ([#739](https://github.com/mikavilpas/tui-sandbox/issues/739)) ([40ca05e](https://github.com/mikavilpas/tui-sandbox/commit/40ca05e300664dca203e2aabeab56b30cbd9b8a3))
45
-
46
- ## [11.9.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.9.0...library-v11.9.1) (2025-10-11)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * neovim lua polling displays confusing error messages ([#703](https://github.com/mikavilpas/tui-sandbox/issues/703)) ([b1c2adb](https://github.com/mikavilpas/tui-sandbox/commit/b1c2adb66245f1da962814977b0145a4c4492895))
52
-
53
- ## [11.9.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.6...library-v11.9.0) (2025-10-11)
54
-
55
-
56
- ### Features
57
-
58
- * validate NVIM_APPNAME in commandTuiNeovimExec ([8a02055](https://github.com/mikavilpas/tui-sandbox/commit/8a02055dd19813063e39873093394537f410cfd7))
59
-
60
- ## [11.8.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.5...library-v11.8.6) (2025-10-06)
61
-
62
-
63
- ### Bug Fixes
64
-
65
- * **deps:** update all non-major dependencies ([#693](https://github.com/mikavilpas/tui-sandbox/issues/693)) ([b063ec2](https://github.com/mikavilpas/tui-sandbox/commit/b063ec269da947a1bb82eef878b446dba3d75a00))
66
-
67
- ## [11.8.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.4...library-v11.8.5) (2025-10-03)
68
-
69
-
70
- ### Bug Fixes
71
-
72
- * **deps:** update all non-major dependencies ([#683](https://github.com/mikavilpas/tui-sandbox/issues/683)) ([29ace69](https://github.com/mikavilpas/tui-sandbox/commit/29ace69333645f3e0813a3c9ec3db4ccc660034c))
73
- * **deps:** update dependency winston to v3.18.0 ([#679](https://github.com/mikavilpas/tui-sandbox/issues/679)) ([7c92218](https://github.com/mikavilpas/tui-sandbox/commit/7c922180f4c433897f43b5ec9b54561b6715ae6e))
74
- * **deps:** update dependency winston to v3.18.1 ([#681](https://github.com/mikavilpas/tui-sandbox/issues/681)) ([d79aef7](https://github.com/mikavilpas/tui-sandbox/commit/d79aef79f9d32edcecdc85feb3a39f30a875de14))
75
- * **deps:** update dependency winston to v3.18.2 ([#682](https://github.com/mikavilpas/tui-sandbox/issues/682)) ([33809e7](https://github.com/mikavilpas/tui-sandbox/commit/33809e748237b863a98b6af489c7f1abe33e5eb5))
76
-
77
- ## [11.8.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.3...library-v11.8.4) (2025-09-28)
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * **deps:** update dependency tsx to v4.20.6 ([#675](https://github.com/mikavilpas/tui-sandbox/issues/675)) ([050e84d](https://github.com/mikavilpas/tui-sandbox/commit/050e84d17dcb897c9a872a3e4fc782a91612a32e))
83
-
84
- ## [11.8.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.2...library-v11.8.3) (2025-09-25)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * **deps:** update all non-major dependencies to v11.6.0 ([#672](https://github.com/mikavilpas/tui-sandbox/issues/672)) ([4f0893e](https://github.com/mikavilpas/tui-sandbox/commit/4f0893e277e8ece394c61a55122688ec12054523))
90
-
91
- ## [11.8.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.2) (2025-09-21)
92
-
93
-
94
- ### Bug Fixes
95
-
96
- * avoid spamming the console with duplicate errors when polling fails ([#665](https://github.com/mikavilpas/tui-sandbox/issues/665)) ([a7b8d5e](https://github.com/mikavilpas/tui-sandbox/commit/a7b8d5ef0c8b9ea17c2569d5f4b14d0ab3272bb7))
97
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
98
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
99
- * **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
100
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
101
-
102
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-20)
103
-
104
-
105
- ### Bug Fixes
106
-
107
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
108
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
109
- * **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
110
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
111
-
112
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-20)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
118
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
119
- * **deps:** update dependency zod to v4.1.11 ([#661](https://github.com/mikavilpas/tui-sandbox/issues/661)) ([c1c0615](https://github.com/mikavilpas/tui-sandbox/commit/c1c0615a2cacce721c9307cb2eb66e29358be895))
120
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
121
-
122
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
123
-
124
-
125
- ### Bug Fixes
126
-
127
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
128
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
129
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
130
-
131
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
132
-
133
-
134
- ### Bug Fixes
135
-
136
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
137
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
138
- * **peer-deps:** bump wait-on from 9.0.0 to >=9.0.0 ([#653](https://github.com/mikavilpas/tui-sandbox/issues/653)) ([c8851d1](https://github.com/mikavilpas/tui-sandbox/commit/c8851d15ddefe493086f71c4f33373a04dabdc1c))
139
-
140
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.1...library-v11.8.1) (2025-09-19)
141
-
142
-
143
- ### Bug Fixes
144
-
145
- * **deps:** update all non-major dependencies ([#646](https://github.com/mikavilpas/tui-sandbox/issues/646)) ([02b524b](https://github.com/mikavilpas/tui-sandbox/commit/02b524b7a21240cbea3885219e89e9f02bab5440))
146
- * **deps:** update dependency type-fest to v5 ([#639](https://github.com/mikavilpas/tui-sandbox/issues/639)) ([3865200](https://github.com/mikavilpas/tui-sandbox/commit/38652001f2b6e3f4c1496ddf75f776f3be8c4b52))
147
-
148
- ## [11.8.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.8.0...library-v11.8.1) (2025-09-09)
149
-
150
-
151
- ### Features
152
-
153
- * release 11.8.1 ([716083d](https://github.com/mikavilpas/tui-sandbox/commit/716083dd8abd729b45a86a891d6b3be29f220952))
154
-
155
- ## [11.8.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.7.1...library-v11.8.0) (2025-09-04)
156
-
157
-
158
- ### Features
159
-
160
- * NVIM_APPNAMEs can be specified in config for type-safe access ([#618](https://github.com/mikavilpas/tui-sandbox/issues/618)) ([d0ff4d2](https://github.com/mikavilpas/tui-sandbox/commit/d0ff4d26278203d0db83538be306602aa5ea329b))
161
-
162
- ## [11.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.7.0...library-v11.7.1) (2025-09-01)
163
-
164
-
165
- ### Performance Improvements
166
-
167
- * improve startup speed by parallelizing startup tasks ([97073dc](https://github.com/mikavilpas/tui-sandbox/commit/97073dc8a7c3975e9822ee702e89bf94c01fd550))
168
-
169
- ## [11.7.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.7...library-v11.7.0) (2025-08-31)
170
-
171
-
172
- ### Features
173
-
174
- * add configuration file support ([#606](https://github.com/mikavilpas/tui-sandbox/issues/606)) ([5bd9aea](https://github.com/mikavilpas/tui-sandbox/commit/5bd9aea9428883233d8873ca9db8df40caf83e3c))
175
-
176
- ## [11.6.7](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.6...library-v11.6.7) (2025-08-28)
177
-
178
-
179
- ### Bug Fixes
180
-
181
- * avoid nodejs error about string exitCode ([#603](https://github.com/mikavilpas/tui-sandbox/issues/603)) ([be90700](https://github.com/mikavilpas/tui-sandbox/commit/be90700610ea8e177736d2cb6e28cf08b007e02b))
182
-
183
- ## [11.6.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.5...library-v11.6.6) (2025-08-23)
184
-
185
-
186
- ### Bug Fixes
187
-
188
- * `startTerminalApplication()` not returning the TestDirectory ([#598](https://github.com/mikavilpas/tui-sandbox/issues/598)) ([dc2406b](https://github.com/mikavilpas/tui-sandbox/commit/dc2406b453593b185adfc85d83b2d4b2c8807a19))
189
-
190
- ## [11.6.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.4...library-v11.6.5) (2025-08-21)
191
-
192
-
193
- ### Bug Fixes
194
-
195
- * update cypress peer dependency to include version 15 ([#595](https://github.com/mikavilpas/tui-sandbox/issues/595)) ([4938baa](https://github.com/mikavilpas/tui-sandbox/commit/4938baa53c8b5e761684368606179bbb89d2c542))
196
-
197
- ## [11.6.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.3...library-v11.6.4) (2025-08-16)
198
-
199
-
200
- ### Bug Fixes
201
-
202
- * document what `supportDA1()` does as doc comments ([#588](https://github.com/mikavilpas/tui-sandbox/issues/588)) ([26ed4c7](https://github.com/mikavilpas/tui-sandbox/commit/26ed4c7faca7020663144d7a143d35d78a127746))
203
-
204
- ## [11.6.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.2...library-v11.6.3) (2025-08-08)
205
-
206
-
207
- ### Bug Fixes
208
-
209
- * needlessly requiring pnpm in commandRun script ([#573](https://github.com/mikavilpas/tui-sandbox/issues/573)) ([5df931d](https://github.com/mikavilpas/tui-sandbox/commit/5df931d890faa2c791614fc21993cf1a576f75ea))
210
-
211
- ## [11.6.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.1...library-v11.6.2) (2025-08-08)
212
-
213
-
214
- ### Bug Fixes
215
-
216
- * not failing test run when tests fail ([#571](https://github.com/mikavilpas/tui-sandbox/issues/571)) ([b4a08bf](https://github.com/mikavilpas/tui-sandbox/commit/b4a08bff5db768223df5a792c751a29503324b64))
217
-
218
- ## [11.6.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.6.0...library-v11.6.1) (2025-08-06)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * enforce Node.js version >= 24.0.0 or crash at runtime ([#564](https://github.com/mikavilpas/tui-sandbox/issues/564)) ([258ed59](https://github.com/mikavilpas/tui-sandbox/commit/258ed59a692da872af2da1b85a970b040415a151))
224
-
225
- ## [11.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.5.0...library-v11.6.0) (2025-08-05)
226
-
227
-
228
- ### Features
229
-
230
- * `tui run` command for running tests ([#559](https://github.com/mikavilpas/tui-sandbox/issues/559)) ([2ca3dba](https://github.com/mikavilpas/tui-sandbox/commit/2ca3dba3da1704ecf73b7d726322fc489cf03154))
231
-
232
- ## [11.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.4.1...library-v11.5.0) (2025-08-05)
233
-
234
-
235
- ### Features
236
-
237
- * `textIsVisibleWithColor` matches can be hovered in cypress log ([#557](https://github.com/mikavilpas/tui-sandbox/issues/557)) ([05bf204](https://github.com/mikavilpas/tui-sandbox/commit/05bf2045d6cd51d42bb84e224ac6993b19e61856))
238
-
239
- ## [11.4.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.4.0...library-v11.4.1) (2025-08-03)
240
-
241
-
242
- ### Bug Fixes
243
-
244
- * not being able to import from `@tui-sandbox/library/src/client` ([#550](https://github.com/mikavilpas/tui-sandbox/issues/550)) ([cbb3648](https://github.com/mikavilpas/tui-sandbox/commit/cbb3648592c951cc85bee6d37fd22de774f4334b))
245
-
246
- ## [11.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.3...library-v11.4.0) (2025-08-03)
247
-
248
-
249
- ### Features
250
-
251
- * add cypress assertions for checking for text in a color ([#548](https://github.com/mikavilpas/tui-sandbox/issues/548)) ([1450931](https://github.com/mikavilpas/tui-sandbox/commit/1450931b4c4e0f4f53b3f8d126110df4ddc62c3f))
252
-
253
- ## [11.3.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.2...library-v11.3.3) (2025-08-02)
254
-
255
-
256
- ### Bug Fixes
257
-
258
- * not mentioning `tui neovim prepare` in `tui` usage instructions ([68448c5](https://github.com/mikavilpas/tui-sandbox/commit/68448c5575d753de647a82b352c0a3b6c22f424a))
259
-
260
- ## [11.3.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.1...library-v11.3.2) (2025-08-02)
261
-
262
-
263
- ### Bug Fixes
264
-
265
- * rendering emoji as truncated images ([fc6b16e](https://github.com/mikavilpas/tui-sandbox/commit/fc6b16e788ad41ab537217a2c0a5dc796c6cd48e))
266
-
267
- ## [11.3.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.3.0...library-v11.3.1) (2025-08-02)
268
-
269
-
270
- ### Bug Fixes
271
-
272
- * remove unused `command-exists` dependency ([e7a04ab](https://github.com/mikavilpas/tui-sandbox/commit/e7a04ab9ca2f53946fd20f493accdd02515f1696))
273
-
274
- ## [11.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.2.1...library-v11.3.0) (2025-08-01)
275
-
276
-
277
- ### Features
278
-
279
- * `nvim.doFile()` command to load a lua file after nvim startup ([2ec6837](https://github.com/mikavilpas/tui-sandbox/commit/2ec683738082764238d6879cf3b380a5405c5e6a))
280
-
281
- ## [11.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.2.0...library-v11.2.1) (2025-08-01)
282
-
283
-
284
- ### Performance Improvements
285
-
286
- * use wildcard import for zod in json-to-zod.ts ([27cbdfb](https://github.com/mikavilpas/tui-sandbox/commit/27cbdfb26f8ea808129ca9f8ab6b64c6e6d5f02a))
287
-
288
- ## [11.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.1.0...library-v11.2.0) (2025-07-28)
289
-
290
-
291
- ### Features
292
-
293
- * allow organizing `startupScriptModifications` in directories ([#525](https://github.com/mikavilpas/tui-sandbox/issues/525)) ([86fc817](https://github.com/mikavilpas/tui-sandbox/commit/86fc8174e9d2773164eb0fc363b7b10fd17a6f70))
294
-
295
- ## [11.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.0.2...library-v11.1.0) (2025-07-12)
296
-
297
-
298
- ### Features
299
-
300
- * can start neovim with a different NVIM_APPNAME ([90802b1](https://github.com/mikavilpas/tui-sandbox/commit/90802b1425243cb432ebf1a5e081bb8b333404ae))
301
-
302
- ## [11.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.0.1...library-v11.0.2) (2025-07-08)
303
-
304
-
305
- ### Bug Fixes
306
-
307
- * `waitForLuaCode()` error message always saying "100 iterations" ([#501](https://github.com/mikavilpas/tui-sandbox/issues/501)) ([908f702](https://github.com/mikavilpas/tui-sandbox/commit/908f7024e4f12c82fc93b999e5a7c5e799a47496))
308
-
309
- ## [11.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v11.0.0...library-v11.0.1) (2025-07-05)
310
-
311
-
312
- ### Bug Fixes
313
-
314
- * don't try to show neovim :messages as they cannot be seen ([#499](https://github.com/mikavilpas/tui-sandbox/issues/499)) ([34701e2](https://github.com/mikavilpas/tui-sandbox/commit/34701e2650c2c4f34b4eaee83edee99f41ffee96))
315
-
316
- ## [11.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.7.1...library-v11.0.0) (2025-07-01)
317
-
318
-
319
- ### ⚠ BREAKING CHANGES
320
-
321
- * This commit drops the `core-js` dependency and requires Node.js version 24.0.0 or higher.
322
-
323
- ### Code Refactoring
324
-
325
- * drop core-js dependency, require node 24.0.0 or higher ([#493](https://github.com/mikavilpas/tui-sandbox/issues/493)) ([281d919](https://github.com/mikavilpas/tui-sandbox/commit/281d919cb35f139915dfc694115e1a5e0e022e77))
326
-
327
- ## [10.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.7.0...library-v10.7.1) (2025-06-28)
328
-
329
-
330
- ### Bug Fixes
331
-
332
- * hide debug log in neovim API ([#488](https://github.com/mikavilpas/tui-sandbox/issues/488)) ([2674734](https://github.com/mikavilpas/tui-sandbox/commit/26747342c2b384110fbd99510ead2de9df083fa4))
333
-
334
- ## [10.7.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.6.1...library-v10.7.0) (2025-06-27)
335
-
336
-
337
- ### Features
338
-
339
- * reduce debug related log noise in the terminal ([#478](https://github.com/mikavilpas/tui-sandbox/issues/478)) ([dd17208](https://github.com/mikavilpas/tui-sandbox/commit/dd172088d34cb32e2cb0e31dbb0e63b4e2b266f3))
340
-
341
- ## [10.6.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.6.0...library-v10.6.1) (2025-06-26)
342
-
343
-
344
- ### Bug Fixes
345
-
346
- * not removing state in NeovimApplication.dispose ([#477](https://github.com/mikavilpas/tui-sandbox/issues/477)) ([fc88a67](https://github.com/mikavilpas/tui-sandbox/commit/fc88a67cd0bd0df91683a40c34690a9e314b4ebd))
347
-
348
- ## [10.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.5.1...library-v10.6.0) (2025-06-15)
349
-
350
-
351
- ### Features
352
-
353
- * expose terminal configuration and control sequence parsing ([#471](https://github.com/mikavilpas/tui-sandbox/issues/471)) ([e63c39d](https://github.com/mikavilpas/tui-sandbox/commit/e63c39dfc947cc2f351c0879cd8f1a7e50c3758f))
354
-
355
- ## [10.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.5.0...library-v10.5.1) (2025-06-15)
356
-
357
-
358
- ### Bug Fixes
359
-
360
- * startTerminalApplication ignoring additionalEnvironmentVariables ([#469](https://github.com/mikavilpas/tui-sandbox/issues/469)) ([7144836](https://github.com/mikavilpas/tui-sandbox/commit/7144836ed7f302bc372887baa4b71f9d730981cc))
361
-
362
- ## [10.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.4.1...library-v10.5.0) (2025-06-14)
363
-
364
-
365
- ### Features
366
-
367
- * reduce noisy logging in waitForLuaCode ([#467](https://github.com/mikavilpas/tui-sandbox/issues/467)) ([b79d80e](https://github.com/mikavilpas/tui-sandbox/commit/b79d80e2bb99461c37bc747af5c2358c6c38b84c))
368
-
369
- ## [10.4.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.4.0...library-v10.4.1) (2025-06-14)
370
-
371
-
372
- ### Bug Fixes
373
-
374
- * import path errors in codegen ([b82e79b](https://github.com/mikavilpas/tui-sandbox/commit/b82e79b38e86edc1426ad1c2cb8c31fc3991d61b))
375
-
376
- ## [10.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.3.0...library-v10.4.0) (2025-06-14)
377
-
378
-
379
- ### Features
380
-
381
- * hide debug logs from neovim client ([#462](https://github.com/mikavilpas/tui-sandbox/issues/462)) ([46f447f](https://github.com/mikavilpas/tui-sandbox/commit/46f447f177ad8884ac5901ef69befb753e5561f2))
382
-
383
- ## [10.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.3...library-v10.3.0) (2025-05-18)
384
-
385
-
386
- ### Features
387
-
388
- * **utils:** export the Lazy utility class ([#438](https://github.com/mikavilpas/tui-sandbox/issues/438)) ([e72218a](https://github.com/mikavilpas/tui-sandbox/commit/e72218a25dc303d42b41993d0eb74534b7ff1155))
389
-
390
- ## [10.2.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.2...library-v10.2.3) (2025-05-07)
391
-
392
-
393
- ### Bug Fixes
394
-
395
- * **deps:** allow any version of zod 4, including beta versions ([#422](https://github.com/mikavilpas/tui-sandbox/issues/422)) ([e33838e](https://github.com/mikavilpas/tui-sandbox/commit/e33838ea1c4bd3c5873b96050a14aba30557b01a))
396
-
397
- ## [10.2.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.1...library-v10.2.2) (2025-05-05)
398
-
399
-
400
- ### Bug Fixes
401
-
402
- * mark zod as a peer dependency ([#417](https://github.com/mikavilpas/tui-sandbox/issues/417)) ([b739b8e](https://github.com/mikavilpas/tui-sandbox/commit/b739b8ec350f484f1d358b75836601bed9b869f7))
403
-
404
- ## [10.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.2.0...library-v10.2.1) (2025-04-13)
405
-
406
-
407
- ### Performance Improvements
408
-
409
- * use zod v4 beta for faster type checking ([#396](https://github.com/mikavilpas/tui-sandbox/issues/396)) ([c209388](https://github.com/mikavilpas/tui-sandbox/commit/c209388009a64283e71017522b0df53a22e7429d))
410
-
411
- ## [10.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.1.0...library-v10.2.0) (2025-04-05)
412
-
413
-
414
- ### Features
415
-
416
- * copy symlinks into test directories ([#389](https://github.com/mikavilpas/tui-sandbox/issues/389)) ([eb0f399](https://github.com/mikavilpas/tui-sandbox/commit/eb0f39909b1b5d65e7cdb75524a69a591c87da67))
417
-
418
- ## [10.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v10.0.0...library-v10.1.0) (2025-03-31)
419
-
420
-
421
- ### Features
422
-
423
- * 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))
424
-
425
- ## [10.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.6.0...library-v10.0.0) (2025-03-14)
426
-
427
-
428
- ### ⚠ BREAKING CHANGES
429
-
430
- * 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.
431
-
432
- ### Bug Fixes
433
-
434
- * allow waiting for neovim dependencies to be installed ([d794013](https://github.com/mikavilpas/tui-sandbox/commit/d794013e7605096418c1b7667d3f0b2e038f1e9d))
435
-
436
- ## [9.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.5.1...library-v9.6.0) (2025-03-06)
437
-
438
-
439
- ### Features
440
-
441
- * **nvim:** allow polling until a lua expression does not raise ([#343](https://github.com/mikavilpas/tui-sandbox/issues/343)) ([dce1fed](https://github.com/mikavilpas/tui-sandbox/commit/dce1fed51e28d59a1bd3a7d0aed84427b660f61b))
442
-
443
- ## [9.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.5.0...library-v9.5.1) (2025-03-02)
444
-
445
-
446
- ### Bug Fixes
447
-
448
- * neovim client requests sometimes blocking indefinitely ([dec5a69](https://github.com/mikavilpas/tui-sandbox/commit/dec5a6922e61ca89d568f7dc53c833d597b2292c))
449
-
450
- ## [9.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.4.0...library-v9.5.0) (2025-02-23)
451
-
452
-
453
- ### Features
454
-
455
- * report the cwd a runBlockingShellCommand was run in ([b1f26d7](https://github.com/mikavilpas/tui-sandbox/commit/b1f26d73b38b0e716833e2d894a31200d6c49e25))
456
-
457
- ## [9.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.3.0...library-v9.4.0) (2025-02-22)
458
-
459
-
460
- ### Features
461
-
462
- * export MyStartNeovimServerArguments type to client applications ([174d0ab](https://github.com/mikavilpas/tui-sandbox/commit/174d0abc4c5d06fa40eb112923833e27e2c8d9b9))
463
-
464
- ## [9.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.2.1...library-v9.3.0) (2025-02-21)
465
-
466
-
467
- ### Features
468
-
469
- * allow runBlockingShellCommand in relative directories ([#317](https://github.com/mikavilpas/tui-sandbox/issues/317)) ([c098672](https://github.com/mikavilpas/tui-sandbox/commit/c098672ba9f08a9236168102a406ebcb91cc8e42))
470
-
471
- ## [9.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.2.0...library-v9.2.1) (2025-02-17)
472
-
473
-
474
- ### Bug Fixes
475
-
476
- * terminal runBlockingShellCommand not waiting for assertions ([9468716](https://github.com/mikavilpas/tui-sandbox/commit/94687169e57a33a3b0b04552b50f6be11d5157d9))
477
-
478
- ## [9.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.10...library-v9.2.0) (2025-02-17)
479
-
480
-
481
- ### Features
482
-
483
- * allow runBlockingShellCommand for terminal applications ([0ec2b7f](https://github.com/mikavilpas/tui-sandbox/commit/0ec2b7fa6e32e7ffec018c2de0ef6c7f3617bebe))
484
-
485
-
486
- ### Bug Fixes
487
-
488
- * trying to get neovim messages in a terminal test ([a07176c](https://github.com/mikavilpas/tui-sandbox/commit/a07176c996f74efa65cc6a70a897e8d1f9f8a4e7))
489
-
490
- ## [9.1.10](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.9...library-v9.1.10) (2025-02-17)
491
-
492
-
493
- ### Bug Fixes
494
-
495
- * don't crash if neovim is not installed ([709140a](https://github.com/mikavilpas/tui-sandbox/commit/709140aadaa3943c38e8778fcb80bef8df0a2996))
496
- * explicitly log startup errors part 2 ([f878916](https://github.com/mikavilpas/tui-sandbox/commit/f87891637505e0f160e566eba5d359e6c62bf7e4))
497
-
498
- ## [9.1.9](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.8...library-v9.1.9) (2025-02-17)
499
-
500
-
501
- ### Bug Fixes
502
-
503
- * explicitly log startup errors ([1c1ac35](https://github.com/mikavilpas/tui-sandbox/commit/1c1ac35a12e69ed6e3f2fc9f0bb30e5c6a284fa4))
504
-
505
- ## [9.1.8](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.7...library-v9.1.8) (2025-02-17)
506
-
507
-
508
- ### Bug Fixes
509
-
510
- * don't require neovim to be installed when starting ([d3b98a6](https://github.com/mikavilpas/tui-sandbox/commit/d3b98a658097e8a74f8ceb5ecba5b1c5767524f5))
511
-
512
- ## [9.1.7](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.6...library-v9.1.7) (2025-02-17)
513
-
514
-
515
- ### Bug Fixes
516
-
517
- * provide accurate error messages when startup fails ([3a5a955](https://github.com/mikavilpas/tui-sandbox/commit/3a5a955ae159b1f8f631ee176ddd4c4ce4a262a8))
518
-
519
- ## [9.1.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.5...library-v9.1.6) (2025-02-16)
520
-
521
-
522
- ### Bug Fixes
523
-
524
- * terminal starting in the blueprint directory ([570d192](https://github.com/mikavilpas/tui-sandbox/commit/570d1926d1474e92b56156129b4e998dcf5b573c))
525
-
526
- ## [9.1.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.4...library-v9.1.5) (2025-02-15)
527
-
528
-
529
- ### Bug Fixes
530
-
531
- * not being able to create a new test directory in a new project ([#292](https://github.com/mikavilpas/tui-sandbox/issues/292)) ([7cfadad](https://github.com/mikavilpas/tui-sandbox/commit/7cfadad4bc2a10fc3992d59db98a627fbd2ca3de))
532
-
533
- ## [9.1.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.3...library-v9.1.4) (2025-02-15)
534
-
535
-
536
- ### Bug Fixes
537
-
538
- * build an empty schema when trying to scan a nonexistent directory ([#290](https://github.com/mikavilpas/tui-sandbox/issues/290)) ([c04901f](https://github.com/mikavilpas/tui-sandbox/commit/c04901f66ed2fbe7b103ff46af59a15cec6d4df3))
539
-
540
- ## [9.1.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.2...library-v9.1.3) (2025-02-15)
541
-
542
-
543
- ### Bug Fixes
544
-
545
- * publish sourceMaps so errors errors can be traced easily ([#288](https://github.com/mikavilpas/tui-sandbox/issues/288)) ([a98ac36](https://github.com/mikavilpas/tui-sandbox/commit/a98ac36ef5d0b0f072552d3f7105abb5c6636be8))
546
-
547
- ## [9.1.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.1...library-v9.1.2) (2025-02-15)
548
-
549
-
550
- ### Bug Fixes
551
-
552
- * create cypress/support directory if it doesn't exist ([#286](https://github.com/mikavilpas/tui-sandbox/issues/286)) ([46a96b2](https://github.com/mikavilpas/tui-sandbox/commit/46a96b2df3b3495d6f074783de6fceec796b0537))
553
-
554
- ## [9.1.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.1.0...library-v9.1.1) (2025-02-15)
555
-
556
-
557
- ### Bug Fixes
558
-
559
- * don't needlessly require `MyTestDirectory.ts` to exist ([#284](https://github.com/mikavilpas/tui-sandbox/issues/284)) ([34a69ef](https://github.com/mikavilpas/tui-sandbox/commit/34a69ef4e67b8ee7d0d1da6b1b8baf7d3dbe367f))
560
-
561
- ## [9.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.0.1...library-v9.1.0) (2025-02-15)
562
-
563
-
564
- ### Features
565
-
566
- * allow testing any terminal application, not just neovim ([#279](https://github.com/mikavilpas/tui-sandbox/issues/279)) ([e8e3654](https://github.com/mikavilpas/tui-sandbox/commit/e8e365419d80f6c93f36a9ff032299ce6dca0375))
567
-
568
- ## [9.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v9.0.0...library-v9.0.1) (2025-01-24)
569
-
570
-
571
- ### Bug Fixes
572
-
573
- * interlaced installDependencies output ([b255bcc](https://github.com/mikavilpas/tui-sandbox/commit/b255bcc24d3da7a2b55bac1b1c2473e3f7c5ea23))
574
-
575
- ## [9.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v8.0.2...library-v9.0.0) (2025-01-19)
576
-
577
-
578
- ### ⚠ BREAKING CHANGES
579
-
580
- * simplify the schema for MyTestDirectory ([#251](https://github.com/mikavilpas/tui-sandbox/issues/251))
581
-
582
- ### Features
583
-
584
- * simplify the schema for MyTestDirectory ([#251](https://github.com/mikavilpas/tui-sandbox/issues/251)) ([98f0e4f](https://github.com/mikavilpas/tui-sandbox/commit/98f0e4f9d3324a421ab6db3c81b50e6f578c0358))
585
-
586
- ## [8.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v8.0.1...library-v8.0.2) (2025-01-18)
587
-
588
-
589
- ### Bug Fixes
590
-
591
- * officially support cypress-14 ([#245](https://github.com/mikavilpas/tui-sandbox/issues/245)) ([b623e14](https://github.com/mikavilpas/tui-sandbox/commit/b623e1467ab3c10332b421582d9fd323244e7da5))
592
-
593
- ## [8.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v8.0.0...library-v8.0.1) (2025-01-13)
594
-
595
-
596
- ### Bug Fixes
597
-
598
- * relative import in cypress-support files ([#239](https://github.com/mikavilpas/tui-sandbox/issues/239)) ([cab59eb](https://github.com/mikavilpas/tui-sandbox/commit/cab59eb82e5b01b1ff190987ac6c315b37e29f25))
599
-
600
- ## [8.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.1...library-v8.0.0) (2025-01-13)
601
-
602
-
603
- ### ⚠ BREAKING CHANGES
604
-
605
- * 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.
606
-
607
- ### Features
608
-
609
- * make it more difficult to accidentally call unsupported cmds ([#237](https://github.com/mikavilpas/tui-sandbox/issues/237)) ([d5ca4c9](https://github.com/mikavilpas/tui-sandbox/commit/d5ca4c9c48172cf5cd0fc075fd185757508b96fe))
610
-
611
-
612
- ### Bug Fixes
613
-
614
- * confusing error message when waiting for :messages to finish ([abc22c0](https://github.com/mikavilpas/tui-sandbox/commit/abc22c052f54a0d56fbab06ca75ee10a6f0b182f))
615
-
616
- ## [7.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.0...library-v7.7.1) (2025-01-12)
617
-
618
-
619
- ### Bug Fixes
620
-
621
- * warning timeouts about Neovim messages firing on success ([#231](https://github.com/mikavilpas/tui-sandbox/issues/231)) ([6b8f8af](https://github.com/mikavilpas/tui-sandbox/commit/6b8f8af56cbc201eda4988ec54a3256ac64e9ca5))
622
-
623
- ## [7.7.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.6.0...library-v7.7.0) (2025-01-12)
624
-
625
-
626
- ### Features
627
-
628
- * create config-modifications directory if it doesn't exist ([1688f88](https://github.com/mikavilpas/tui-sandbox/commit/1688f88db821c73b499c1b0cb2f2ebe0fe221741))
629
-
630
- ## [7.6.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.6...library-v7.6.0) (2025-01-11)
631
-
632
-
633
- ### Features
634
-
635
- * can run a prepare script before starting the tests ([#225](https://github.com/mikavilpas/tui-sandbox/issues/225)) ([53d1a32](https://github.com/mikavilpas/tui-sandbox/commit/53d1a32ff292f9a931a90fddceb5ec36a8dad84a))
636
-
637
- ## [7.5.6](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.5...library-v7.5.6) (2025-01-09)
638
-
639
-
640
- ### Bug Fixes
641
-
642
- * waiting forever for :messages to finish when neovim is stuck ([#218](https://github.com/mikavilpas/tui-sandbox/issues/218)) ([e8ef89b](https://github.com/mikavilpas/tui-sandbox/commit/e8ef89baddf36f468900ed7211bf7339e4f9042a))
643
-
644
- ## [7.5.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.4...library-v7.5.5) (2025-01-01)
645
-
646
-
647
- ### Bug Fixes
648
-
649
- * crash when using startupScriptModifications with `'` in the name ([bde5d06](https://github.com/mikavilpas/tui-sandbox/commit/bde5d06f37bc77c7276ac0db407640baeac87984))
650
- * directory schema generation failing with unescaped chars ([bb9b89b](https://github.com/mikavilpas/tui-sandbox/commit/bb9b89b9f047cc4cd5f8a39018045d639a4dc3d2))
651
-
652
- ## [7.5.4](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.3...library-v7.5.4) (2024-12-25)
653
-
654
-
655
- ### Bug Fixes
656
-
657
- * remove debugger statement ([1c861a9](https://github.com/mikavilpas/tui-sandbox/commit/1c861a9f64a68f2d1776a4050d07ea4adf4fd293))
658
-
659
- ## [7.5.3](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.2...library-v7.5.3) (2024-12-25)
660
-
661
-
662
- ### Bug Fixes
663
-
664
- * not correctly failing tests ([2a6f737](https://github.com/mikavilpas/tui-sandbox/commit/2a6f737a5049f4f8adf8e322cc5e205b828e893a))
665
-
666
- ## [7.5.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.1...library-v7.5.2) (2024-12-25)
667
-
668
-
669
- ### Bug Fixes
670
-
671
- * not being able to throw error in Cypress.on("fail") handler ([5ec8596](https://github.com/mikavilpas/tui-sandbox/commit/5ec8596f4f13d0c3ad0bc684f66629311d5d057b))
672
-
673
- ## [7.5.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.5.0...library-v7.5.1) (2024-12-25)
674
-
675
-
676
- ### Bug Fixes
677
-
678
- * throw error on Cypress fail ([bbfd118](https://github.com/mikavilpas/tui-sandbox/commit/bbfd118ce1508facba8e59b0434b2bc9c67b3f45))
679
-
680
- ## [7.5.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.4.0...library-v7.5.0) (2024-12-24)
681
-
682
-
683
- ### Features
684
-
685
- * when a test fails, show :messages output in the terminal ([1729dff](https://github.com/mikavilpas/tui-sandbox/commit/1729dff10b7f8c3b320621856df569a6873411d4))
686
-
687
- ## [7.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.3.0...library-v7.4.0) (2024-12-04)
688
-
689
-
690
- ### Features
691
-
692
- * allow customizing the PORT for the test server ([#176](https://github.com/mikavilpas/tui-sandbox/issues/176)) ([a07a1ae](https://github.com/mikavilpas/tui-sandbox/commit/a07a1ae52d4ae67b323305891c3f9b2019f01bd4))
693
-
694
- ## [7.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.1...library-v7.3.0) (2024-11-30)
695
-
696
-
697
- ### Features
698
-
699
- * can run a headless neovim ex-command before tests ([700d83c](https://github.com/mikavilpas/tui-sandbox/commit/700d83c6b19875e946b38ef382b9eb48e22cb5f6))
700
-
701
- ## [7.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.0...library-v7.2.1) (2024-11-28)
702
-
703
-
704
- ### Bug Fixes
705
-
706
- * annoying dev output when starting the server ([729d43d](https://github.com/mikavilpas/tui-sandbox/commit/729d43d5c773c3e856690ae5896fea56e138a4b9))
707
-
708
- ## [7.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.1.0...library-v7.2.0) (2024-11-24)
709
-
710
-
711
- ### Features
712
-
713
- * add `cy.runExCommand()` to run Ex commands in Neovim ([#160](https://github.com/mikavilpas/tui-sandbox/issues/160)) ([1140f04](https://github.com/mikavilpas/tui-sandbox/commit/1140f04fcc86bd8bc90301a3505aef922c1a1f89))
714
-
715
- ## [7.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.0.1...library-v7.1.0) (2024-11-24)
716
-
717
-
718
- ### Features
719
-
720
- * add `cy.runLuaCode()` for executing lua in the neovim instance ([#159](https://github.com/mikavilpas/tui-sandbox/issues/159)) ([04ac8eb](https://github.com/mikavilpas/tui-sandbox/commit/04ac8ebc0d95628da2ce601e361183b57804cb50))
721
-
722
-
723
- ### Bug Fixes
724
-
725
- * remove black margins around the terminal ([ccc4ea3](https://github.com/mikavilpas/tui-sandbox/commit/ccc4ea30a5402e7c296eac9e242ba162b2e17952))
726
-
727
- ## [7.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.0.0...library-v7.0.1) (2024-11-20)
728
-
729
-
730
- ### Bug Fixes
731
-
732
- * abort test execution when shell commands fail by default ([#152](https://github.com/mikavilpas/tui-sandbox/issues/152)) ([cd8f97e](https://github.com/mikavilpas/tui-sandbox/commit/cd8f97ed2872328cc0c201d50400b4e5e81072cc))
733
-
734
- ## [7.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.1.0...library-v7.0.0) (2024-11-20)
735
-
736
-
737
- ### ⚠ BREAKING CHANGES
738
-
739
- * it used to be the root of the test-environment, but this does not make much sense. Usually we want to operate within the unique test directory only.
740
-
741
- ### Features
742
-
743
- * the default cwd for shell commands is the test directory ([#150](https://github.com/mikavilpas/tui-sandbox/issues/150)) ([9d8ec59](https://github.com/mikavilpas/tui-sandbox/commit/9d8ec59751bbbb831d188a26f9628b0f01bb65ed))
744
-
745
- ## [6.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.0.2...library-v6.1.0) (2024-11-19)
746
-
747
-
748
- ### Features
749
-
750
- * neovim-client can run shell commands ([d5ae2b7](https://github.com/mikavilpas/tui-sandbox/commit/d5ae2b7be654f9e3d9b3c3e4788c292293f46bac))
751
-
752
- ## [6.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.0.1...library-v6.0.2) (2024-11-18)
753
-
754
-
755
- ### Bug Fixes
756
-
757
- * add prettier peer dependency to library package.json ([#143](https://github.com/mikavilpas/tui-sandbox/issues/143)) ([0f0bfff](https://github.com/mikavilpas/tui-sandbox/commit/0f0bfffc90d671acfe62a261b1c6f30bf1d4b36d))
758
-
759
- ## [6.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v6.0.0...library-v6.0.1) (2024-11-17)
760
-
761
-
762
- ### Bug Fixes
763
-
764
- * disable verbose cypress logging related to kbd&mouse input ([#141](https://github.com/mikavilpas/tui-sandbox/issues/141)) ([c170da2](https://github.com/mikavilpas/tui-sandbox/commit/c170da27053a292288cd915b02069e48b556caf1))
765
-
766
- ## [6.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.1.2...library-v6.0.0) (2024-11-17)
767
-
768
-
769
- ### ⚠ BREAKING CHANGES
770
-
771
- * this changes the way that cypress support bindings are generated. Previously, you had to manually create a file in your cypress/support directory. Now, the file is automatically generated for you when you run `tui start`.
772
-
773
- ### Features
774
-
775
- * automatically generate cypress support bindings on startup ([48cc416](https://github.com/mikavilpas/tui-sandbox/commit/48cc416dff628edbc850be4f31e7317c8a686217))
776
-
777
- ## [5.1.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.1.1...library-v5.1.2) (2024-11-15)
778
-
779
-
780
- ### Bug Fixes
781
-
782
- * startupScriptModifications were ignored entirely ([#133](https://github.com/mikavilpas/tui-sandbox/issues/133)) ([27d305a](https://github.com/mikavilpas/tui-sandbox/commit/27d305af63a9880a45900df241a8b6bf42185920))
783
-
784
- ## [5.1.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.1.0...library-v5.1.1) (2024-11-15)
785
-
786
-
787
- ### Bug Fixes
788
-
789
- * publish StartNeovimGenericArguments from types.ts ([#131](https://github.com/mikavilpas/tui-sandbox/issues/131)) ([d3ca31b](https://github.com/mikavilpas/tui-sandbox/commit/d3ca31bdd6eec9481840339209ec2fbc44a0f3b8))
790
-
791
- ## [5.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v5.0.0...library-v5.1.0) (2024-11-15)
792
-
793
-
794
- ### Features
795
-
796
- * clean `testdirs/*` on startup ([#129](https://github.com/mikavilpas/tui-sandbox/issues/129)) ([65b3750](https://github.com/mikavilpas/tui-sandbox/commit/65b3750079118ac4dc70e05d49de02f729d6b5e1))
797
-
798
- ## [5.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.2.0...library-v5.0.0) (2024-11-14)
799
-
800
-
801
- ### ⚠ BREAKING CHANGES
802
-
803
- * using the `test-setup.lua` file has been moved to `~/.config/nvim/init.lua` in favor of `init.lua`.
804
-
805
- ### Features
806
-
807
- * Neovim supports the .config directory for user configuration ([#127](https://github.com/mikavilpas/tui-sandbox/issues/127)) ([d4cd7bc](https://github.com/mikavilpas/tui-sandbox/commit/d4cd7bce50e80c80ab7f1d6d786e069a173aa1d6))
808
-
809
- ## [4.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.1.0...library-v4.2.0) (2024-11-14)
810
-
811
-
812
- ### Features
813
-
814
- * can pass environment variables to neovim from cypress tests ([#124](https://github.com/mikavilpas/tui-sandbox/issues/124)) ([1399c2e](https://github.com/mikavilpas/tui-sandbox/commit/1399c2eefd89fe7ac1fc7d17f469130a3ef7886b))
815
-
816
- ## [4.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.0.0...library-v4.1.0) (2024-11-12)
817
-
818
-
819
- ### Features
820
-
821
- * add rgbify function to convert catppuccin colors to CSS colors ([#121](https://github.com/mikavilpas/tui-sandbox/issues/121)) ([64bc422](https://github.com/mikavilpas/tui-sandbox/commit/64bc42227e5784ecd326929e6f301124f1c0a712))
822
-
823
- ## [4.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v3.0.0...library-v4.0.0) (2024-11-12)
824
-
825
-
826
- ### ⚠ BREAKING CHANGES
827
-
828
- * allow starting the server using `tui start` ([#118](https://github.com/mikavilpas/tui-sandbox/issues/118))
829
-
830
- ### Features
831
-
832
- * allow starting the server using `tui start` ([#118](https://github.com/mikavilpas/tui-sandbox/issues/118)) ([7ac4e59](https://github.com/mikavilpas/tui-sandbox/commit/7ac4e59d5ad2fa5bf07a9fc132a92b96587ac227))
833
-
834
- ## [3.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.3.0...library-v3.0.0) (2024-11-08)
835
-
836
-
837
- ### ⚠ BREAKING CHANGES
838
-
839
- * This change modifies the directory names in the MyTestDirectory file. To upgrade, run your tests once, and then commit the changes to that file. That's all.
840
-
841
- ### Features
842
-
843
- * add `/` to the end of directory names to make it clear ([#114](https://github.com/mikavilpas/tui-sandbox/issues/114)) ([f40c912](https://github.com/mikavilpas/tui-sandbox/commit/f40c9129ad8ac5ec62bdf3276caead1606b2fedc))
844
-
845
- ## [2.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.2.0...library-v2.3.0) (2024-11-03)
846
-
847
-
848
- ### Features
849
-
850
- * **wip:** allow access to neovim via a type safe socket connection ([#109](https://github.com/mikavilpas/tui-sandbox/issues/109)) ([1c4d919](https://github.com/mikavilpas/tui-sandbox/commit/1c4d9194ec8961bde0e8f84d500c27363c66a61b))
851
-
852
- ## [2.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.1.0...library-v2.2.0) (2024-11-03)
853
-
854
-
855
- ### Features
856
-
857
- * check that neovim is available before starting the server ([#107](https://github.com/mikavilpas/tui-sandbox/issues/107)) ([bcc817f](https://github.com/mikavilpas/tui-sandbox/commit/bcc817fe25a9811cdd7b1832f6811fa4f92974bd))
858
-
859
- ## [2.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.0.2...library-v2.1.0) (2024-11-02)
860
-
861
-
862
- ### Features
863
-
864
- * client connects to server using server-sent events ([e07765e](https://github.com/mikavilpas/tui-sandbox/commit/e07765e20dba6394538cf29b1b16463b62ba4b7a))
865
-
866
- ## [2.0.2](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.0.1...library-v2.0.2) (2024-10-20)
867
-
868
-
869
- ### Bug Fixes
870
-
871
- * zoomed in screen sizes could lose text ([#78](https://github.com/mikavilpas/tui-sandbox/issues/78)) ([4f3f659](https://github.com/mikavilpas/tui-sandbox/commit/4f3f659c404e9a93c8108f4359d049ddd573afd4))
872
-
873
- ## [2.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v2.0.0...library-v2.0.1) (2024-10-02)
874
-
875
-
876
- ### Bug Fixes
877
-
878
- * missing ws types ([#55](https://github.com/mikavilpas/tui-sandbox/issues/55)) ([f29863c](https://github.com/mikavilpas/tui-sandbox/commit/f29863cfe580c5418058d62aabb34eac509771ba))
879
-
880
- ## [2.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.3.0...library-v2.0.0) (2024-09-24)
881
-
882
-
883
- ### ⚠ BREAKING CHANGES
884
-
885
- * add public client and server APIs ([#46](https://github.com/mikavilpas/tui-sandbox/issues/46))
886
-
887
- ### Features
888
-
889
- * add public client and server APIs ([#46](https://github.com/mikavilpas/tui-sandbox/issues/46)) ([3f13f53](https://github.com/mikavilpas/tui-sandbox/commit/3f13f5386f31de9bb5bf6fc099e2e404261d31b0))
890
-
891
- ## [1.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.2.0...library-v1.3.0) (2024-09-23)
892
-
893
-
894
- ### Features
895
-
896
- * add license (MIT) to library package ([#42](https://github.com/mikavilpas/tui-sandbox/issues/42)) ([8c72eb1](https://github.com/mikavilpas/tui-sandbox/commit/8c72eb13e17c5e6838220a5a16da0d44a6aba792))
897
- * allow test dirs that have no contents ([#40](https://github.com/mikavilpas/tui-sandbox/issues/40)) ([863e9f0](https://github.com/mikavilpas/tui-sandbox/commit/863e9f0731b1565bf5f9afdb6834275598196f22))
898
-
899
- ## [1.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.1.0...library-v1.2.0) (2024-09-22)
900
-
901
-
902
- ### Features
903
-
904
- * expose testEnvironmentPath in more detail ([#38](https://github.com/mikavilpas/tui-sandbox/issues/38)) ([53eedaa](https://github.com/mikavilpas/tui-sandbox/commit/53eedaaedba32924c57fe56a7bec6a6cc0140aa1))
905
-
906
- ## [1.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.0.5...library-v1.1.0) (2024-09-22)
907
-
908
-
909
- ### Features
910
-
911
- * log when building schema for test directory ([b8b0c7c](https://github.com/mikavilpas/tui-sandbox/commit/b8b0c7c1be0e0dacc9eb45c96308e706785e4a56))
912
-
913
- ## [1.0.5](https://github.com/mikavilpas/tui-sandbox/compare/library-v1.0.4...library-v1.0.5) (2024-09-22)
914
-
915
-
916
- ### Bug Fixes
917
-
918
- * build errors ([0d7c07e](https://github.com/mikavilpas/tui-sandbox/commit/0d7c07eab5b683903026d266357e6a406212fb93))
919
-
920
- ## 1.0.4 (2024-09-22)
921
-
922
-
923
- ### Bug Fixes
924
-
925
- * nerd font was not imported in the test environment ([4310530](https://github.com/mikavilpas/tui-sandbox/commit/431053069152baf030aa8cdc2c0f8f884f11e9c1))
926
- * not being able to run tests inside the library package ([959da7d](https://github.com/mikavilpas/tui-sandbox/commit/959da7d48a71551edee0038fd99449fbe16747c2))
927
- * not being able to start with a different neovim filename ([fd2c2e6](https://github.com/mikavilpas/tui-sandbox/commit/fd2c2e68d2dcbf3aed62d753312ea459da6e4668))
928
- * unable to start without an existing directory schema ([2ab6862](https://github.com/mikavilpas/tui-sandbox/commit/2ab6862e5429c1e6e85e319296fb02506be1b4ae))
929
-
930
-
931
- ### Miscellaneous Chores
932
-
933
- * fix release-please ([142bcff](https://github.com/mikavilpas/tui-sandbox/commit/142bcff65fbc42c69a9f8f2ee9fa725b4822fc66))