vscode-css-languageservice
Advanced tools
Comparing version 3.0.9-next.11 to 3.0.9-next.12
@@ -0,1 +1,6 @@ | ||
3.0.10 / TBA | ||
================== | ||
* Use MDN data for to enhance CSS properties definition. See [#91](https://github.com/Microsoft/vscode-css-languageservice/pull/91). | ||
* Improved folding range calculation. | ||
3.0.9 / 2018-03-08 | ||
@@ -30,2 +35,2 @@ ================== | ||
================== | ||
* Updating to [language server type 3.0](https://github.com/Microsoft/vscode-languageserver-node/tree/master/types) API | ||
* Updating to [language server type 3.0](https://github.com/Microsoft/vscode-languageserver-node/tree/master/types) API. |
{ | ||
"name": "vscode-css-languageservice", | ||
"version": "3.0.9-next.11", | ||
"version": "3.0.9-next.12", | ||
"description": "Language service for CSS, LESS and SCSS", | ||
@@ -5,0 +5,0 @@ "main": "./lib/umd/cssLanguageService.js", |
@@ -65,5 +65,3 @@ # vscode-css-languageservice | ||
With the exceptions of, | ||
- `build/mdn-documentation.js`, which is built upon content from [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) | ||
With the exceptions of `build/mdn-documentation.js`, which is built upon content from [Mozilla Developer Network](https://developer.mozilla.org/en-US/docs/Web) | ||
and distributed under CC BY-SA 2.5. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2112345
46055
66