- Update to CQL Language Server 3.3.1
- This requires Java 17
- Updated to check for Java 17 pre-requisites
- Various bug fixes for CQL evaluation
- Update to CQL Language Server 3.2.1
- Fixes for external IGs
- Update to CQL Language Server 3.1.0
- Fixes for paths on Windows
- 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
- Update to CQL Language Server 2.0.0
- Support for loading CQL libraries via NPM
- Various bug fixes for CQL Translator, Engine, and Evaluator
- 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
- Size reductions in plugin
- Update to cql-language server 1.5.8
- Multi-root workspace support
- Performance enhancements
- Update to cql-language server 1.5.7
- Update to cql-language server 1.5.6
- 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
- Add support for cql-options.json file in the cql directory
- Updated dependencies
- cql-translator 1.5.6
- cql-evaluator 1.4.1
- Fixes for test discovery found in review
- Initial preview release
- Supports syntax highlighting, error highlighting, viewing ELM, and local execution
- Feature parity with Atom CQL plugin