Skip to content

Commit

Permalink
prepare 6.3.0 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jun 24, 2024
1 parent 18455b4 commit 028c5be
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 273 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.3.0 / 2022-06-24
================
* new optional API `fileSystemProvider.getContent`

6.2.0 / 2022-11-09
================
* new API `LanguageService.prepareRename`, returning `Range`
Expand Down Expand Up @@ -90,15 +94,15 @@

2.1.7 / 2017-09-21
==================
* New API `LanguageService.getColorPresentations` returning presentations for a given color.
* New API `LanguageService.getColorPresentations` returning presentations for a given color.
* New API type `ColorPresentation` added.

2.1.4 / 2017-08-28
==================
* New API `LanguageService.findDocumentColors` returning the location and value of all colors in a document.
* New API `LanguageService.findDocumentColors` returning the location and value of all colors in a document.
* New API types `ColorInformation` and `Color` added.
* Deprecated `LanguageService.findColorSymbols`. Use `LanguageService.findDocumentColors` instead.

2.1.3 / 2017-08-15
==================
* New argument `documentSettings` to `LanguageService.doValidation` to support resource specific settings. If present, document settings are used instead of the options passed in configure.
Expand Down
157 changes: 66 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-css-languageservice",
"version": "6.2.14",
"version": "6.3.0",
"description": "Language service for CSS, LESS and SCSS",
"main": "./lib/umd/cssLanguageService.js",
"typings": "./lib/umd/cssLanguageService",
Expand All @@ -15,17 +15,17 @@
"url": "https://github.com/Microsoft/vscode-css-languageservice"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/mocha": "^10.0.7",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vscode/web-custom-data": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vscode/web-custom-data": "^0.4.11",
"eslint": "^8.57.0",
"js-beautify": "^1.15.1",
"mocha": "^10.4.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"source-map-support": "^0.5.21",
"typescript": "^5.4.5"
"typescript": "^5.4.2"
},
"dependencies": {
"@vscode/l10n": "^0.0.18",
Expand Down
Loading

0 comments on commit 028c5be

Please sign in to comment.