@tui-sandbox/library 4.1.0 → 5.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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.0.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.2.0...library-v5.0.0) (2024-11-14)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * using the `test-setup.lua` file has been moved to `~/.config/nvim/init.lua` in favor of `init.lua`.
9
+
10
+ ### Features
11
+
12
+ * 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))
13
+
14
+ ## [4.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.1.0...library-v4.2.0) (2024-11-14)
15
+
16
+
17
+ ### Features
18
+
19
+ * 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))
20
+
3
21
  ## [4.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v4.0.0...library-v4.1.0) (2024-11-12)
4
22
 
5
23