@tui-sandbox/library 7.7.1 → 8.0.1

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.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v8.0.0...library-v8.0.1) (2025-01-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * relative import in cypress-support files ([#239](https://github.com/mikavilpas/tui-sandbox/issues/239)) ([cab59eb](https://github.com/mikavilpas/tui-sandbox/commit/cab59eb82e5b01b1ff190987ac6c315b37e29f25))
9
+
10
+ ## [8.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.1...library-v8.0.0) (2025-01-13)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * 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.
16
+
17
+ ### Features
18
+
19
+ * 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))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * confusing error message when waiting for :messages to finish ([abc22c0](https://github.com/mikavilpas/tui-sandbox/commit/abc22c052f54a0d56fbab06ca75ee10a6f0b182f))
25
+
3
26
  ## [7.7.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.7.0...library-v7.7.1) (2025-01-12)
4
27
 
5
28