|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 9 | ## 0.6.0 Release
|
4 | 10 |
|
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 |
8 | 14 |
|
9 | 15 | ## 0.2.0 Release
|
10 | 16 |
|
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 |
14 | 20 |
|
15 | 21 | ## 0.1.7 - Prerelease
|
16 | 22 |
|
17 |
| -* Size reductions in plugin |
| 23 | +- Size reductions in plugin |
18 | 24 |
|
19 | 25 | ## 0.1.6 - Prerelease
|
20 | 26 |
|
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 |
24 | 30 |
|
25 | 31 | ## 0.1.5
|
26 | 32 |
|
27 |
| -* Update to cql-language server 1.5.7 |
| 33 | +- Update to cql-language server 1.5.7 |
28 | 34 |
|
29 | 35 | ## 0.1.4
|
30 | 36 |
|
31 |
| -* Update to cql-language server 1.5.6 |
| 37 | +- Update to cql-language server 1.5.6 |
32 | 38 |
|
33 | 39 | ## 0.1.3
|
34 | 40 |
|
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 |
40 | 46 |
|
41 | 47 | ## 0.1.2
|
42 | 48 |
|
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 |
47 | 53 |
|
48 | 54 | ## 0.1.1
|
49 | 55 |
|
50 |
| -* Fixes for test discovery found in review |
| 56 | +- Fixes for test discovery found in review |
51 | 57 |
|
52 | 58 | ## 0.1.0
|
53 | 59 |
|
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) |
0 commit comments