@@ -4,9 +4,22 @@ All notable changes to the "robotcode" extension will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
7
+ ### added
8
+
9
+ - Added support for RobotFramework 5.0
10
+ - Debugger supports TRY/EXCEPT, WHILE,... correctly
11
+ - (Semantic)- highlighter detects new statements
12
+ - Formatter not uses internal tidy tool
13
+ - handle EXPECT AS's variables correctly
14
+ - Complete new statements
15
+ - Some completion templates for WHILE, EXCEPT, ...
16
+ - Discovering tests is now more error tolerant
17
+ - Semantic tokenizing now also detects ERROR and FATAL_ERROR tokens
18
+ - some cosmetic corrections in discoring tests
19
+
7
20
## 0.4.10
8
21
9
- ### added
22
+ ### added
10
23
11
24
- fix correct reverting documents on document close
12
25
@@ -24,7 +37,7 @@ All notable changes to the "robotcode" extension will be documented in this file
24
37
- extend highlight of references in fixtures and templates
25
38
- correct updating test explorer if files are deleted or reverted
26
39
- some cosmetic changes
27
-
40
+
28
41
## 0.4.7
29
42
30
43
### added
@@ -56,7 +69,7 @@ All notable changes to the "robotcode" extension will be documented in this file
56
69
57
70
- implement find references for libraries, resources, variables import
58
71
- implement document highlight for variables and keywords
59
-
72
+
60
73
## 0.4.2
61
74
62
75
### added
@@ -77,7 +90,7 @@ All notable changes to the "robotcode" extension will be documented in this file
77
90
- for socket connections now a free port is used
78
91
- collect variables and arguments to document symbols
79
92
- analysing, highlighting of "Wait Until Keyword Succeeds" and "Repeat Keyword"
80
-
93
+
81
94
## 0.4.0
82
95
83
96
### added
@@ -86,9 +99,9 @@ All notable changes to the "robotcode" extension will be documented in this file
86
99
- introduce some classes for threadsafe asyncio
87
100
- Implement pipe/socket transport for language server
88
101
- default is now pipe transport
89
- - Improve starting, stopping, restarting language server client, if ie. python environment changed, arguments changed or server crashed
102
+ - Improve starting, stopping, restarting language server client, if ie. python environment changed, arguments changed or server crashed
90
103
- some refactoring to speedup loading and parsing documents
91
- - semantic tokens now highlight
104
+ - semantic tokens now highlight
92
105
- builtin keywords
93
106
- run keywords, also nested run keywords
94
107
- analysing run keywords now correctly unescape keywords
@@ -112,10 +125,10 @@ All notable changes to the "robotcode" extension will be documented in this file
112
125
113
126
### added
114
127
115
- - remove pydantic dependency
128
+ - remove pydantic dependency
116
129
- closes [ #11 ] ( https://github.com/d-biehl/robotcode/issues/11 )
117
130
- big refactoring of LSP and DAP types
118
- - fix overlapping semantic tokens
131
+ - fix overlapping semantic tokens
119
132
120
133
## 0.2.11
121
134
@@ -124,7 +137,7 @@ All notable changes to the "robotcode" extension will be documented in this file
124
137
- fix [ #10 ] ( https://github.com/d-biehl/robotcode/issues/10 )
125
138
- start implementing more unit tests
126
139
- extend hover and goto for variables
127
-
140
+
128
141
## 0.2.10
129
142
130
143
### added
@@ -191,7 +204,7 @@ All notable changes to the "robotcode" extension will be documented in this file
191
204
### added
192
205
193
206
- improve test run messages
194
- - add "Taks" to section completion
207
+ - add "Taks" to section completion
195
208
- add colors to test output
196
209
197
210
## 0.2.0
0 commit comments