File tree Expand file tree Collapse file tree 11 files changed +43
-17
lines changed
vscode-ui5-language-assistant
vscode-ui5-language-assistant-bas-ext Expand file tree Collapse file tree 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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a1115e: fix: check binding expression only if it has at least one known property
8
+
3
9
## 1.0.4
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.4 " ,
3
+ "version" : " 1.0.5 " ,
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.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a1115e: fix: check binding expression only if it has at least one known property
8
+ - Updated dependencies [ 1a1115e]
9
+ - @ui5-language-assistant/binding-parser @1.0.5
10
+
3
11
## 1.0.13
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.13 " ,
3
+ "version" : " 1.0.14 " ,
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.4 " ,
18
+ "@ui5-language-assistant/binding-parser" : " 1.0.5 " ,
19
19
"@ui5-language-assistant/context" : " 4.0.17" ,
20
20
"@ui5-language-assistant/logic-utils" : " 4.0.13" ,
21
21
"@ui5-language-assistant/xml-views-completion" : " 4.0.17" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 1a1115e]
8
+ - @ui5-language-assistant/binding @1.0.14
9
+
3
10
## 4.0.29
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.29 " ,
3
+ "version" : " 4.0.30 " ,
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.13 " ,
28
+ "@ui5-language-assistant/binding" : " 1.0.14 " ,
29
29
"@sap/swa-for-sapbas-vsx" : " 1.1.9" ,
30
30
"@ui5-language-assistant/context" : " 4.0.17" ,
31
31
"@ui5-language-assistant/logic-utils" : " 4.0.13" ,
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 4.0.38
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a1115e: fix: check binding expression only if it has at least one known property
8
+
3
9
## 4.0.37
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.37 " ,
5
+ "version" : " 4.0.38 " ,
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.37 "
16
+ "vscode-ui5-language-assistant" : " 4.0.38 "
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.38
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a1115e: fix: check binding expression only if it has at least one known property
8
+ - @ui5-language-assistant/language-server @4.0.30
9
+
3
10
## 4.0.37
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.37 " ,
6
+ "version" : " 4.0.38 " ,
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.29 " ,
157
+ "@ui5-language-assistant/language-server" : " 4.0.30 " ,
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