solorice/vscodium/extensions/ecmel.vscode-html-css-1.11.0/CHANGELOG.md
2022-04-28 21:17:01 +03:00

117 lines
1.8 KiB
Markdown

# Change Log
All notable changes to the extension will be documented in this file.
## [1.11.0] - 2022-02-06
- Update dependencies.
- Added source file name to completion list.
## [1.10.2] - 2021-02-10
- Update dependencies.
## [1.9.1] - 2021-01-17
- Update documentation.
## [1.9.0] - 2021-01-16
- Added Clear Cache command.
- Added file cache.
- Update documentation.
## [1.8.1] - 2021-01-15
- Added ${fileBasenameNoExtension} setting variable.
## [1.8.0] - 2021-01-11
- Added validate command.
- Allow multi level inheritance.
## [1.7.2] - 2021-01-10
- Update internals.
## [1.7.1] - 2021-01-09
- Update documentation.
## [1.7.0] - 2021-01-09
- Removed validation.
## [1.6.3] - 2021-01-07
- Added Handlebars inheritance (https://jknack.github.io/handlebars.java/reuse.html).
- Update documentation.
- Internal refactoring.
## [1.6.2] - 2021-01-04
- Handle file watcher create events.
- Update documentation.
## [1.6.1] - 2020-12-31
- Update documentation.
- Update dependencies.
## [1.6.0] - 2020-12-29
- Updated settings.
## [1.5.0] - 2020-12-28
- Added `css.validation` setting.
## [1.4.5] - 2020-12-28
- Update documentation.
## [1.4.4] - 2020-12-27
- Fixed regex.
## [1.4.3] - 2020-12-27
- Fixed regex.
## [1.4.2] - 2020-12-26
- Update documentation.
## [1.4.1] - 2020-12-26
- Validates startup and newly opened documents.
## [1.4.0] - 2020-12-26
- Added validation.
- Added @extends('base') tag for inheritance.
- Added integration test.
## [1.3.3] - 2020-12-22
- Fixed watcher bug.
- Fixed cleanup.
## [1.3.2] - 2020-12-22
- Update documentation.
## [1.3.1] - 2020-12-22
- Unified path handling.
- Fixed recursion bug for template inheritance.
## [1.3.0] - 2020-12-21
- Update documentation.
- Update to VS Code 1.52
## [1.2.5] - 2020-12-20
- Added initial template inheritance support for Twig and Mustache like template engines.