vscode-json-languageservice/CHANGELOG.md

31 строка
1.2 KiB
Markdown
Исходник Обычный вид История

2.0.19 / 2017-09-21
==================
* New API `LanguageService.getColorPresentations` returning presentations for a given color.
* New API type `ColorPresentation` added.
2017-08-28 16:47:35 +03:00
2.0.15 / 2017-08-28
==================
* 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.
2017-02-27 18:00:58 +03:00
2.0.8 / 2017-04-25
2017-04-19 19:06:12 +03:00
==================
* error code for CommentsNotAllowed
2017-03-27 15:17:50 +03:00
2.0.5 / 2017-03-27
==================
* Add new API findColorSymbols that retunes all color values in a JSON document. To mark a value as a color, specify `"format": "color"` in the schema.
2017-02-27 18:00:58 +03:00
2.0.4 / 2017-02-27
==================
* Support for custom schema property 'patternErrorMessage'. The message is used as error message if the object is of type string and has a 'pattern' property that does not match the object to validate.
2.0.1 / 2017-02-21
==================
* Fixes for formatting content with errors
2.0.0 / 2017-02-17
==================
* Updating to [language server type 3.0](https://github.com/Microsoft/vscode-languageserver-node/tree/master/types) API