Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1.42 KB

3.0.10 / TBA

  • Use MDN data for to enhance CSS properties definition. See #91.
  • Improved folding range calculation.

3.0.9 / 2018-03-08

  • New API LanguageService.getFoldingRanges returning folding ranges in the given document.

3.0.8 / 2018-03-08

  • Provide ems modules in lib/esm

3.0.0 / 2017-01-11

  • Changed API LanguageService.getColorPresentations: separate parameters range and color (to match LS API)

2.1.7 / 2017-09-21

  • 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 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.

2.0.0 / 2017-02-17