Skip to content

Commit a6b644a

Browse files
committed
Prep for 0.7.0 Release
1 parent d8b67ad commit a6b644a

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

CHANGELOG.md

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,62 @@
11
# Change Log
22

3+
## 0.7.0 Release
4+
5+
- Update to CQL Language Server 3.0.0
6+
- Includes new CQL language features such as aggregate clauses and new compiler warning messages
7+
- Preview Snippets functionality for common CQL patterns
8+
39
## 0.6.0 Release
410

5-
* Update to CQL Language Server 2.0.0
6-
* Support for loading CQL libraries via NPM
7-
* Various bug fixes for CQL Translator, Engine, and Evaluator
11+
- Update to CQL Language Server 2.0.0
12+
- Support for loading CQL libraries via NPM
13+
- Various bug fixes for CQL Translator, Engine, and Evaluator
814

915
## 0.2.0 Release
1016

11-
* Fixed library resolution in multi-root CQL projects (known issue: all CQL projects included in a multi-root project must use the same version of FHIRHelpers. Multiple versions of FHIRHelpers in a multi-root CQL project will result in errors and is not currently supported)
12-
* Fixed URI handling issues on Windows
13-
* These changes fixed numerous bugs on Windows, such as the return type hover, the error highlighting, the execute ELM functionality
17+
- Fixed library resolution in multi-root CQL projects (known issue: all CQL projects included in a multi-root project must use the same version of FHIRHelpers. Multiple versions of FHIRHelpers in a multi-root CQL project will result in errors and is not currently supported)
18+
- Fixed URI handling issues on Windows
19+
- These changes fixed numerous bugs on Windows, such as the return type hover, the error highlighting, the execute ELM functionality
1420

1521
## 0.1.7 - Prerelease
1622

17-
* Size reductions in plugin
23+
- Size reductions in plugin
1824

1925
## 0.1.6 - Prerelease
2026

21-
* Update to cql-language server 1.5.8
22-
* Multi-root workspace support
23-
* Performance enhancements
27+
- Update to cql-language server 1.5.8
28+
- Multi-root workspace support
29+
- Performance enhancements
2430

2531
## 0.1.5
2632

27-
* Update to cql-language server 1.5.7
33+
- Update to cql-language server 1.5.7
2834

2935
## 0.1.4
3036

31-
* Update to cql-language server 1.5.6
37+
- Update to cql-language server 1.5.6
3238

3339
## 0.1.3
3440

35-
* Update to cql-language server 1.5.4
36-
* fixes for CQL 1.5
37-
* fixes for duplicate problems
38-
* fixes for no error highlighting on certain CQL files
39-
* fixes for null pointer exceptions in output
41+
- Update to cql-language server 1.5.4
42+
- fixes for CQL 1.5
43+
- fixes for duplicate problems
44+
- fixes for no error highlighting on certain CQL files
45+
- fixes for null pointer exceptions in output
4046

4147
## 0.1.2
4248

43-
* Add support for cql-options.json file in the cql directory
44-
* Updated dependencies
45-
* cql-translator 1.5.6
46-
* cql-evaluator 1.4.1
49+
- Add support for cql-options.json file in the cql directory
50+
- Updated dependencies
51+
- cql-translator 1.5.6
52+
- cql-evaluator 1.4.1
4753

4854
## 0.1.1
4955

50-
* Fixes for test discovery found in review
56+
- Fixes for test discovery found in review
5157

5258
## 0.1.0
5359

54-
* Initial preview release
55-
* Supports syntax highlighting, error highlighting, viewing ELM, and local execution
56-
* Feature parity with [Atom CQL plugin](https://github.com/cqframework/atom_cql_support)
60+
- Initial preview release
61+
- Supports syntax highlighting, error highlighting, viewing ELM, and local execution
62+
- Feature parity with [Atom CQL plugin](https://github.com/cqframework/atom_cql_support)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"cql-language-server": {
127127
"groupId": "org.opencds.cqf.cql.ls",
128128
"artifactId": "cql-ls-service",
129-
"version": "3.0.0-SNAPSHOT"
129+
"version": "3.0.0"
130130
}
131131
},
132132
"devDependencies": {

0 commit comments

Comments
 (0)