@@ -4,9 +4,22 @@ All notable changes to the "robotcode" extension will be documented in this file
44
55## [ Unreleased]
66
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+
720## 0.4.10
821
9- ### added
22+ ### added
1023
1124- fix correct reverting documents on document close
1225
@@ -24,7 +37,7 @@ All notable changes to the "robotcode" extension will be documented in this file
2437- extend highlight of references in fixtures and templates
2538- correct updating test explorer if files are deleted or reverted
2639- some cosmetic changes
27-
40+
2841## 0.4.7
2942
3043### added
@@ -56,7 +69,7 @@ All notable changes to the "robotcode" extension will be documented in this file
5669
5770- implement find references for libraries, resources, variables import
5871- implement document highlight for variables and keywords
59-
72+
6073## 0.4.2
6174
6275### added
@@ -77,7 +90,7 @@ All notable changes to the "robotcode" extension will be documented in this file
7790- for socket connections now a free port is used
7891- collect variables and arguments to document symbols
7992- analysing, highlighting of "Wait Until Keyword Succeeds" and "Repeat Keyword"
80-
93+
8194## 0.4.0
8295
8396### added
@@ -86,9 +99,9 @@ All notable changes to the "robotcode" extension will be documented in this file
8699 - introduce some classes for threadsafe asyncio
87100- Implement pipe/socket transport for language server
88101 - 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
90103- some refactoring to speedup loading and parsing documents
91- - semantic tokens now highlight
104+ - semantic tokens now highlight
92105 - builtin keywords
93106 - run keywords, also nested run keywords
94107- analysing run keywords now correctly unescape keywords
@@ -112,10 +125,10 @@ All notable changes to the "robotcode" extension will be documented in this file
112125
113126### added
114127
115- - remove pydantic dependency
128+ - remove pydantic dependency
116129 - closes [ #11 ] ( https://github.com/d-biehl/robotcode/issues/11 )
117130 - big refactoring of LSP and DAP types
118- - fix overlapping semantic tokens
131+ - fix overlapping semantic tokens
119132
120133## 0.2.11
121134
@@ -124,7 +137,7 @@ All notable changes to the "robotcode" extension will be documented in this file
124137- fix [ #10 ] ( https://github.com/d-biehl/robotcode/issues/10 )
125138- start implementing more unit tests
126139- extend hover and goto for variables
127-
140+
128141## 0.2.10
129142
130143### added
@@ -191,7 +204,7 @@ All notable changes to the "robotcode" extension will be documented in this file
191204### added
192205
193206- improve test run messages
194- - add "Taks" to section completion
207+ - add "Taks" to section completion
195208- add colors to test output
196209
197210## 0.2.0
0 commit comments