@tui-sandbox/library 7.7.0 → 8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.1...library-v8.0.0) (2025-01-13)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * 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.
9
+
10
+ ### Features
11
+
12
+ * 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))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * confusing error message when waiting for :messages to finish ([abc22c0](https://github.com/mikavilpas/tui-sandbox/commit/abc22c052f54a0d56fbab06ca75ee10a6f0b182f))
18
+
19
+ ## [7.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.0...library-v7.7.1) (2025-01-12)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * 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))
25
+
3
26
  ## [7.7.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.6.0...library-v7.7.0) (2025-01-12)
4
27
 
5
28