Skip to content

Commit

Permalink
Prep for 0.7.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Mar 1, 2024
1 parent d8b67ad commit a6b644a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
56 changes: 31 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,62 @@
# Change Log

## 0.7.0 Release

- Update to CQL Language Server 3.0.0
- Includes new CQL language features such as aggregate clauses and new compiler warning messages
- Preview Snippets functionality for common CQL patterns

## 0.6.0 Release

* Update to CQL Language Server 2.0.0
* Support for loading CQL libraries via NPM
* Various bug fixes for CQL Translator, Engine, and Evaluator
- Update to CQL Language Server 2.0.0
- Support for loading CQL libraries via NPM
- Various bug fixes for CQL Translator, Engine, and Evaluator

## 0.2.0 Release

* 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)
* Fixed URI handling issues on Windows
* These changes fixed numerous bugs on Windows, such as the return type hover, the error highlighting, the execute ELM functionality
- 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)
- Fixed URI handling issues on Windows
- These changes fixed numerous bugs on Windows, such as the return type hover, the error highlighting, the execute ELM functionality

## 0.1.7 - Prerelease

* Size reductions in plugin
- Size reductions in plugin

## 0.1.6 - Prerelease

* Update to cql-language server 1.5.8
* Multi-root workspace support
* Performance enhancements
- Update to cql-language server 1.5.8
- Multi-root workspace support
- Performance enhancements

## 0.1.5

* Update to cql-language server 1.5.7
- Update to cql-language server 1.5.7

## 0.1.4

* Update to cql-language server 1.5.6
- Update to cql-language server 1.5.6

## 0.1.3

* Update to cql-language server 1.5.4
* fixes for CQL 1.5
* fixes for duplicate problems
* fixes for no error highlighting on certain CQL files
* fixes for null pointer exceptions in output
- Update to cql-language server 1.5.4
- fixes for CQL 1.5
- fixes for duplicate problems
- fixes for no error highlighting on certain CQL files
- fixes for null pointer exceptions in output

## 0.1.2

* Add support for cql-options.json file in the cql directory
* Updated dependencies
* cql-translator 1.5.6
* cql-evaluator 1.4.1
- Add support for cql-options.json file in the cql directory
- Updated dependencies
- cql-translator 1.5.6
- cql-evaluator 1.4.1

## 0.1.1

* Fixes for test discovery found in review
- Fixes for test discovery found in review

## 0.1.0

* Initial preview release
* Supports syntax highlighting, error highlighting, viewing ELM, and local execution
* Feature parity with [Atom CQL plugin](https://github.com/cqframework/atom_cql_support)
- Initial preview release
- Supports syntax highlighting, error highlighting, viewing ELM, and local execution
- Feature parity with [Atom CQL plugin](https://github.com/cqframework/atom_cql_support)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"cql-language-server": {
"groupId": "org.opencds.cqf.cql.ls",
"artifactId": "cql-ls-service",
"version": "3.0.0-SNAPSHOT"
"version": "3.0.0"
}
},
"devDependencies": {
Expand Down

0 comments on commit a6b644a

Please sign in to comment.