File tree 13 files changed +52
-19
lines changed
vscode-ui5-language-assistant
vscode-ui5-language-assistant-bas-ext
13 files changed +52
-19
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.8
4
+
5
+ ### Patch Changes
6
+
7
+ - e8e5a72: fix: consider longer alt for null
8
+
3
9
## 1.0.7
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.7 " ,
3
+ "version" : " 1.0.8 " ,
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.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ e8e5a72]
8
+ - @ui5-language-assistant/binding-parser @1.0.8
9
+
3
10
## 1.0.37
4
11
5
12
### 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.37 " ,
3
+ "version" : " 1.0.38 " ,
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.7 " ,
18
+ "@ui5-language-assistant/binding-parser" : " 1.0.8 " ,
19
19
"@ui5-language-assistant/logger" : " 0.0.2" ,
20
20
"@ui5-language-assistant/context" : " 4.0.32" ,
21
21
"@ui5-language-assistant/logic-utils" : " 4.0.21" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.60
4
+
5
+ ### Patch Changes
6
+
7
+ - @ui5-language-assistant/binding @1.0.38
8
+ - @ui5-language-assistant/xml-views-definition @0.0.11
9
+
3
10
## 4.0.59
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.59 " ,
3
+ "version" : " 4.0.60 " ,
4
4
"private" : true ,
5
5
"description" : " UI5 Language Server" ,
6
6
"keywords" : [
26
26
},
27
27
"dependencies" : {
28
28
"@ui5-language-assistant/constant" : " 0.0.1" ,
29
- "@ui5-language-assistant/xml-views-definition" : " 0.0.10 " ,
30
- "@ui5-language-assistant/binding" : " 1.0.37 " ,
29
+ "@ui5-language-assistant/xml-views-definition" : " 0.0.11 " ,
30
+ "@ui5-language-assistant/binding" : " 1.0.38 " ,
31
31
"@sap/swa-for-sapbas-vsx" : " 1.1.9" ,
32
32
"@ui5-language-assistant/logger" : " 0.0.2" ,
33
33
"@ui5-language-assistant/context" : " 4.0.32" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.78
4
+
5
+ ### Patch Changes
6
+
7
+ - e8e5a72: fix: consider longer alt for null
8
+
3
9
## 4.0.77
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.77 " ,
5
+ "version" : " 4.0.78 " ,
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.77 "
16
+ "vscode-ui5-language-assistant" : " 4.0.78 "
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.78
4
+
5
+ ### Patch Changes
6
+
7
+ - e8e5a72: fix: consider longer alt for null
8
+ - @ui5-language-assistant/language-server @4.0.60
9
+
3
10
## 4.0.77
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.77 " ,
6
+ "version" : " 4.0.78 " ,
7
7
"publisher" : " SAPOSS" ,
8
8
"icon" : " resources/ui5-language-assistant.png" ,
9
9
"keywords" : [
161
161
"update:schema" : " ts-node --project tsconfig.cli.json scripts/manifest/run-update.ts"
162
162
},
163
163
"dependencies" : {
164
- "@ui5-language-assistant/language-server" : " 4.0.59 " ,
164
+ "@ui5-language-assistant/language-server" : " 4.0.60 " ,
165
165
"vscode-languageclient" : " 8.0.2" ,
166
166
"@prettier/plugin-xml" : " 2.2.0" ,
167
167
"prettier" : " 2.8.7"
Original file line number Diff line number Diff line change 1
1
# @ui5-language-assistant/xml-views-definition
2
2
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ e8e5a72]
8
+ - @ui5-language-assistant/binding-parser @1.0.8
9
+
3
10
## 0.0.10
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5-language-assistant/xml-views-definition" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"private" : true ,
5
5
"description" : " Definition logic for UI5 XML-Views" ,
6
6
"keywords" : [],
22
22
"vscode-uri" : " 2.1.2" ,
23
23
"@ui5-language-assistant/context" : " 4.0.32" ,
24
24
"@xml-tools/parser" : " 1.0.7" ,
25
- "@ui5-language-assistant/binding-parser" : " 1.0.7 "
25
+ "@ui5-language-assistant/binding-parser" : " 1.0.8 "
26
26
},
27
27
"devDependencies" : {
28
28
"vscode-languageserver-types" : " 3.17.2" ,
You can’t perform that action at this time.
0 commit comments