All notable changes to the extension will be documented in this file.
- Added maud support (."container")
- Fixed parser regex
- Updated dependencies
- Added variable substitution for
${fileExtname}
- Updated documentation
- Ported config to typescript
- Added optional auto validation
- Added variable substitution for local style sheets
- Added feedback for clear cache
- Updated documentation
- Updated dependencies
- Build fixes
- Updated dependencies
- Go to definition support
- Ported to custom parser
- Fixed word range for selectors
- Added glob support for local files
- Initial support for lit css
- Match on patterns with a colon in addition to equals
- Ported to rollup & fast-glob
- Updated dependencies
- Updated sponsor field
- Added sponsor field
- Update dependencies
- Update dependencies
- Added source file name to completion list
- Update dependencies
- Update documentation
- Added Clear Cache command
- Added file cache
- Update documentation
- Added ${fileBasenameNoExtension} setting variable
- Added validate command
- Allow multi level inheritance
- Update internals
- Update documentation
- Removed validation
- Added Handlebars inheritance (https://jknack.github.io/handlebars.java/reuse.html)
- Update documentation
- Internal refactoring
- Handle file watcher create events
- Update documentation
- Update documentation
- Update dependencies
- Updated settings
- Added
css.validation
setting
- Update documentation
- Fixed regex
- Fixed regex
- Update documentation
- Validates startup and newly opened documents
- Added validation
- Added @extends('base') tag for inheritance
- Added integration test
- Fixed watcher bug
- Fixed cleanup
- Update documentation
- Unified path handling
- Fixed recursion bug for template inheritance
- Update documentation
- Update to VS Code 1.52
- Added initial template inheritance support for Twig and Mustache like template engines