@tui-sandbox/library 7.0.1 → 7.2.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,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.1.0...library-v7.2.0) (2024-11-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * 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))
9
+
10
+ ## [7.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.0.1...library-v7.1.0) (2024-11-24)
11
+
12
+
13
+ ### Features
14
+
15
+ * 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))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * remove black margins around the terminal ([ccc4ea3](https://github.com/mikavilpas/tui-sandbox/commit/ccc4ea30a5402e7c296eac9e242ba162b2e17952))
21
+
3
22
  ## [7.0.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.0.0...library-v7.0.1) (2024-11-20)
4
23
 
5
24