File tree 11 files changed +43
-17
lines changed
vscode-ui5-language-assistant
vscode-ui5-language-assistant-bas-ext
11 files changed +43
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @ui5-language-assistant/binding-parser
2
2
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 2c71dfa: add semantic highlighting support
8
+
3
9
## 1.0.3
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5-language-assistant/binding-parser" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"private" : true ,
5
5
"description" : " Parser for binding syntax" ,
6
6
"keywords" : [],
Original file line number Diff line number Diff line change 1
1
# @ui5-language-assistant/binding
2
2
3
+ ## 1.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 2c71dfa: add semantic highlighting support
8
+ - Updated dependencies [ 2c71dfa]
9
+ - @ui5-language-assistant/binding-parser @1.0.4
10
+
3
11
## 1.0.9
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5-language-assistant/binding" ,
3
- "version" : " 1.0.9 " ,
3
+ "version" : " 1.0.10 " ,
4
4
"private" : true ,
5
5
"description" : " UI5 LSP server extension for binding" ,
6
6
"keywords" : [],
15
15
"repository" : " https://github.com/sap/ui5-language-assistant/" ,
16
16
"license" : " Apache-2.0" ,
17
17
"dependencies" : {
18
- "@ui5-language-assistant/binding-parser" : " 1.0.3 " ,
18
+ "@ui5-language-assistant/binding-parser" : " 1.0.4 " ,
19
19
"@ui5-language-assistant/context" : " 4.0.16" ,
20
20
"@ui5-language-assistant/logic-utils" : " 4.0.12" ,
21
21
"@ui5-language-assistant/xml-views-completion" : " 4.0.16" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 2c71dfa]
8
+ - @ui5-language-assistant/binding @1.0.10
9
+
3
10
## 4.0.25
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5-language-assistant/language-server" ,
3
- "version" : " 4.0.25 " ,
3
+ "version" : " 4.0.26 " ,
4
4
"private" : true ,
5
5
"description" : " UI5 Language Server" ,
6
6
"keywords" : [
25
25
"node" : " >=10.0.0"
26
26
},
27
27
"dependencies" : {
28
- "@ui5-language-assistant/binding" : " 1.0.9 " ,
28
+ "@ui5-language-assistant/binding" : " 1.0.10 " ,
29
29
"@sap/swa-for-sapbas-vsx" : " 1.1.9" ,
30
30
"@ui5-language-assistant/context" : " 4.0.16" ,
31
31
"@ui5-language-assistant/logic-utils" : " 4.0.12" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.34
4
+
5
+ ### Patch Changes
6
+
7
+ - 2c71dfa: add semantic highlighting support
8
+
3
9
## 4.0.33
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " @ui5-language-assistant/vscode-ui5-language-assistant-bas-ext" ,
3
3
"description" : " A wrapper module for BAS simple extension around Language Support For SAPUI5" ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 4.0.33 " ,
5
+ "version" : " 4.0.34 " ,
6
6
"private" : false ,
7
7
"repository" : {
8
8
"type" : " git" ,
13
13
},
14
14
"devDependencies" : {
15
15
"fs-extra" : " 10.1.0" ,
16
- "vscode-ui5-language-assistant" : " 4.0.33 "
16
+ "vscode-ui5-language-assistant" : " 4.0.34 "
17
17
},
18
18
"files" : [
19
19
" *.vsix" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.34
4
+
5
+ ### Patch Changes
6
+
7
+ - 2c71dfa: add semantic highlighting support
8
+ - @ui5-language-assistant/language-server @4.0.26
9
+
3
10
## 4.0.33
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 3
3
"displayName" : " UI5 Language Assistant" ,
4
4
"private" : true ,
5
5
"description" : " Language Support For SAPUI5" ,
6
- "version" : " 4.0.33 " ,
6
+ "version" : " 4.0.34 " ,
7
7
"publisher" : " SAPOSS" ,
8
8
"icon" : " resources/ui5-language-assistant.png" ,
9
9
"keywords" : [
154
154
"package" : " node ./scripts/package-vsix"
155
155
},
156
156
"dependencies" : {
157
- "@ui5-language-assistant/language-server" : " 4.0.25 " ,
157
+ "@ui5-language-assistant/language-server" : " 4.0.26 " ,
158
158
"vscode-languageclient" : " 8.0.2" ,
159
159
"@prettier/plugin-xml" : " 2.2.0" ,
160
160
"prettier" : " 2.8.7"
You can’t perform that action at this time.
0 commit comments