|
1 | 1 | ## CHANGELOG
|
2 | 2 |
|
3 |
| -### `@krassowski/jupyterlab-lsp 1.1.0` (2020-07-20) |
| 3 | +### `jupyter-lsp 0.9.x` (unreleased) |
4 | 4 |
|
5 |
| -- features |
| 5 | + - autodetects the `texlab` language server for LaTeX ([#288][]) |
| 6 | + - diagnostics are provided by `chktex`, and must be configured separately |
6 | 7 |
|
7 |
| - - language servers can now be configured from the Advanced Settings Editor ([#245][]) |
| 8 | +[#288]: https://github.com/krassowski/jupyterlab-lsp/issues/288 |
| 9 | + |
| 10 | +### `@krassowski/jupyterlab-lsp 1.1.0` (2020-07-20) |
8 | 11 |
|
9 | 12 | - features
|
10 | 13 |
|
11 |
| - - configures language servers with JupyterLab _Advanced Settings_ ([#245][]) |
12 |
| - - autodetects the `texlab` language server for LaTeX ([#288][]) |
| 14 | + - language servers can now be configured from the Advanced Settings Editor ([#245][]) |
13 | 15 |
|
14 | 16 | - bug fixes
|
15 | 17 |
|
|
20 | 22 | - fixes some pyflakes issues caused by line magics substitution ([#293][])
|
21 | 23 | - updated the link to the documentation of language servers ([#294][])
|
22 | 24 |
|
23 |
| -### `lsp-ws-connection 0.4.1` (unreleased) |
24 |
| - |
25 |
| -- bug fixes |
26 |
| - |
27 |
| - - handles document open and change operation ordering more predictably ([#284][]) |
28 |
| - - always sends a non-null `initialized` notification body ([#288][]) |
29 |
| - |
30 | 25 | [#195]: https://github.com/krassowski/jupyterlab-lsp/issues/195
|
31 |
| -[#245]: https://github.com/krassowski/jupyterlab-lsp/pull/245 |
32 | 26 | [#261]: https://github.com/krassowski/jupyterlab-lsp/issues/261
|
33 | 27 | [#293]: https://github.com/krassowski/jupyterlab-lsp/pull/293
|
34 | 28 | [#294]: https://github.com/krassowski/jupyterlab-lsp/pull/294
|
|
55 | 49 |
|
56 | 50 | [#245]: https://github.com/krassowski/jupyterlab-lsp/pull/245
|
57 | 51 | [#284]: https://github.com/krassowski/jupyterlab-lsp/pull/284
|
58 |
| -[#288]: https://github.com/krassowski/jupyterlab-lsp/pull/288 |
59 | 52 |
|
60 | 53 | ### `@krassowski/jupyterlab-lsp 1.0.0` (2020-03-14)
|
61 | 54 |
|
|
0 commit comments