File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
python_packages/jupyter_lsp/jupyter_lsp Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### ` @krassowski/jupyterlab-lsp 3.9.1 ` (2021-10-24)
4
+
5
+ - bug fixes:
6
+ - fix build issues making it difficult to reuse/extend the package ([ #696 ] , thanks @cccs-jc )
7
+
8
+ [ #696 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/696
9
+
10
+ ### ` jupyter-lsp 1.5.0 ` (2021-10-24):
11
+
12
+ - features:
13
+ - add support for new ` typescript-language-server ` replacing ` javascript-typescript-langserver ` ;
14
+ despite the name both packages provide support for all four: JavaScrip, JSX, TypeScript and TSX;
15
+ the old ` javascript-typescript-langserver ` can still be used, but it is no longer maintained
16
+ and we will not be supported, and specs may be removed in the next major release ([ #697 ] ).
17
+
18
+ [ #697 ] : https://github.com/jupyter-lsp/jupyterlab-lsp/pull/697
19
+
3
20
### ` @krassowski/jupyterlab-lsp 3.9.0 ` (2021-10-17)
4
21
5
22
- features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp" ,
3
- "version" : " 3.9.0 " ,
3
+ "version" : " 3.9.1 " ,
4
4
"description" : " Language Server Protocol integration for JupyterLab" ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @krassowski/jupyterlab-lsp-metapackage" ,
3
- "version" : " 3.9.0 " ,
3
+ "version" : " 3.9.1 " ,
4
4
"description" : " JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP" ,
5
5
"homepage" : " https://github.com/jupyter-lsp/jupyterlab-lsp" ,
6
6
"bugs" : {
Original file line number Diff line number Diff line change 1
1
""" single source of truth for jupyter_lsp version
2
2
"""
3
- __version__ = "1.4.1 "
3
+ __version__ = "1.5.0 "
You can’t perform that action at this time.
0 commit comments