You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# Release Notes
2
2
3
+
## v0.4.0 (2025-11-07)
4
+
- ✨ Loop directives like `@break`, `@continue`, `@breakIf`, `@continueIf` are now getting suggested only inside of loops.
5
+
3
6
## v0.3.1 (2025-06-14)
4
-
- 🐛 Update LSP textwire to the latest version which will fix `@break($1)` snippet to `@break`
7
+
- 🐛 Updated LSP textwire to the latest version which will fix `@break($1)` snippet to `@break`
5
8
6
9
## v0.3.0 (2025-06-14)
7
-
- 🐛 Update LSP textwire to the latest version which will fix crashing LSP when you make a syntax error in your Textwire code
10
+
- 🐛 Updated LSP textwire to the latest version which will fix crashing LSP when you make a syntax error in your Textwire code
8
11
- ✨ Autocomplete snippets that appear after you hit enter are now more complex. Instead of simple autocomple like `@if` you know get the full if statement and the cursor placed inside condition. It allows you to hit tab to move to the next place in a snippet
9
12
10
13
## v0.2.0 (2025-05-30)
11
-
- ✨ Add autocompletion for loop object. Now if you type `loop.` inside of a loop, it will show available properties on the object
14
+
- ✨ Added autocompletion for loop object. Now if you type `loop.` inside of a loop, it will show available properties on the object
12
15
13
16
## v0.1.4 (2025-05-17)
14
17
- ✨ Autocomplete suggestions show code example with syntax highlighting. Before, it was just displayed as text
0 commit comments