-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de4eb8a
commit e8e600e
Showing
34 changed files
with
381 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,34 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/SAP/ui5-language-assistant/compare/v3.3.1...v4.0.0) (2023-01-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* clear diagnostics for a closed file ([#539](https://github.com/SAP/ui5-language-assistant/issues/539)) ([8060f6c](https://github.com/SAP/ui5-language-assistant/commit/8060f6c075fb3d318b2cf584fddf1b1197113098)) | ||
* code completion in default aggregation ([#499](https://github.com/SAP/ui5-language-assistant/issues/499)) ([a0f4043](https://github.com/SAP/ui5-language-assistant/commit/a0f404339385c0cee63b59cb27dadc2e715e44d7)) | ||
* duplicate code completion items ([#500](https://github.com/SAP/ui5-language-assistant/issues/500)) ([4ad8c80](https://github.com/SAP/ui5-language-assistant/commit/4ad8c802566e33bed8c4aa729b06410ec6faed93)) | ||
* show ui diagnostics if minUI5 version undefined in manifest.json or unsupported ([#536](https://github.com/SAP/ui5-language-assistant/issues/536)) ([06ced88](https://github.com/SAP/ui5-language-assistant/commit/06ced889db7ce5da00e5c2957f05a1b1a62441a3)) | ||
|
||
|
||
### Features | ||
|
||
* annotation relevant lsp package ([#535](https://github.com/SAP/ui5-language-assistant/issues/535)) ([6b35d43](https://github.com/SAP/ui5-language-assistant/commit/6b35d43e91753eef6bcd215d894ce69472b77863)) | ||
* create new module for bas extension ([#544](https://github.com/SAP/ui5-language-assistant/issues/544)) ([de4eb8a](https://github.com/SAP/ui5-language-assistant/commit/de4eb8a813ef5d6dc193fbd73bef075504ad571a)) | ||
* introduce context package ([#523](https://github.com/SAP/ui5-language-assistant/issues/523)) ([ce59328](https://github.com/SAP/ui5-language-assistant/commit/ce59328b229cd55a2b2e606afd50785feffab5a5)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* introduce context by pr #523 | ||
|
||
Co-authored-by: Klaus Keller <[email protected]> | ||
|
||
|
||
|
||
|
||
|
||
## [3.3.1](https://github.com/SAP/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01) | ||
|
||
**Note:** Version bump only for package root | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,23 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/sap/ui5-language-assistant/compare/v3.3.1...v4.0.0) (2023-01-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* show ui diagnostics if minUI5 version undefined in manifest.json or unsupported ([#536](https://github.com/sap/ui5-language-assistant/issues/536)) ([06ced88](https://github.com/sap/ui5-language-assistant/commit/06ced889db7ce5da00e5c2957f05a1b1a62441a3)) | ||
|
||
|
||
### Features | ||
|
||
* annotation relevant lsp package ([#535](https://github.com/sap/ui5-language-assistant/issues/535)) ([6b35d43](https://github.com/sap/ui5-language-assistant/commit/6b35d43e91753eef6bcd215d894ce69472b77863)) | ||
* introduce context package ([#523](https://github.com/sap/ui5-language-assistant/issues/523)) ([ce59328](https://github.com/sap/ui5-language-assistant/commit/ce59328b229cd55a2b2e606afd50785feffab5a5)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* introduce context by pr #523 | ||
|
||
Co-authored-by: Klaus Keller <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,17 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/sap/ui5-language-assistant/compare/v3.3.1...v4.0.0) (2023-01-25) | ||
|
||
|
||
### Features | ||
|
||
* annotation relevant lsp package ([#535](https://github.com/sap/ui5-language-assistant/issues/535)) ([6b35d43](https://github.com/sap/ui5-language-assistant/commit/6b35d43e91753eef6bcd215d894ce69472b77863)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* introduce context by pr #523 | ||
|
||
Co-authored-by: Klaus Keller <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,32 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/sap/ui5-language-assistant/compare/v3.3.1...v4.0.0) (2023-01-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* clear diagnostics for a closed file ([#539](https://github.com/sap/ui5-language-assistant/issues/539)) ([8060f6c](https://github.com/sap/ui5-language-assistant/commit/8060f6c075fb3d318b2cf584fddf1b1197113098)) | ||
* code completion in default aggregation ([#499](https://github.com/sap/ui5-language-assistant/issues/499)) ([a0f4043](https://github.com/sap/ui5-language-assistant/commit/a0f404339385c0cee63b59cb27dadc2e715e44d7)) | ||
* show ui diagnostics if minUI5 version undefined in manifest.json or unsupported ([#536](https://github.com/sap/ui5-language-assistant/issues/536)) ([06ced88](https://github.com/sap/ui5-language-assistant/commit/06ced889db7ce5da00e5c2957f05a1b1a62441a3)) | ||
|
||
|
||
### Features | ||
|
||
* annotation relevant lsp package ([#535](https://github.com/sap/ui5-language-assistant/issues/535)) ([6b35d43](https://github.com/sap/ui5-language-assistant/commit/6b35d43e91753eef6bcd215d894ce69472b77863)) | ||
* introduce context package ([#523](https://github.com/sap/ui5-language-assistant/issues/523)) ([ce59328](https://github.com/sap/ui5-language-assistant/commit/ce59328b229cd55a2b2e606afd50785feffab5a5)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* introduce context by pr #523 | ||
|
||
Co-authored-by: Klaus Keller <[email protected]> | ||
|
||
|
||
|
||
|
||
|
||
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01) | ||
|
||
**Note:** Version bump only for package @ui5-language-assistant/language-server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,29 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/sap/ui5-language-assistant/compare/v3.3.1...v4.0.0) (2023-01-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* show ui diagnostics if minUI5 version undefined in manifest.json or unsupported ([#536](https://github.com/sap/ui5-language-assistant/issues/536)) ([06ced88](https://github.com/sap/ui5-language-assistant/commit/06ced889db7ce5da00e5c2957f05a1b1a62441a3)) | ||
|
||
|
||
### Features | ||
|
||
* annotation relevant lsp package ([#535](https://github.com/sap/ui5-language-assistant/issues/535)) ([6b35d43](https://github.com/sap/ui5-language-assistant/commit/6b35d43e91753eef6bcd215d894ce69472b77863)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* introduce context by pr #523 | ||
|
||
Co-authored-by: Klaus Keller <[email protected]> | ||
|
||
|
||
|
||
|
||
|
||
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01) | ||
|
||
**Note:** Version bump only for package @ui5-language-assistant/semantic-model-types | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,29 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/sap/ui5-language-assistant/compare/v3.3.1...v4.0.0) (2023-01-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* show ui diagnostics if minUI5 version undefined in manifest.json or unsupported ([#536](https://github.com/sap/ui5-language-assistant/issues/536)) ([06ced88](https://github.com/sap/ui5-language-assistant/commit/06ced889db7ce5da00e5c2957f05a1b1a62441a3)) | ||
|
||
|
||
### Features | ||
|
||
* annotation relevant lsp package ([#535](https://github.com/sap/ui5-language-assistant/issues/535)) ([6b35d43](https://github.com/sap/ui5-language-assistant/commit/6b35d43e91753eef6bcd215d894ce69472b77863)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* introduce context by pr #523 | ||
|
||
Co-authored-by: Klaus Keller <[email protected]> | ||
|
||
|
||
|
||
|
||
|
||
## [3.3.1](https://github.com/sap/ui5-language-assistant/compare/v3.3.0...v3.3.1) (2022-09-01) | ||
|
||
**Note:** Version bump only for package @ui5-language-assistant/semantic-model | ||
|
Oops, something went wrong.