- Cache the completion entries so we don't recompute them as often.
- Added basic support for completion entry details
- Fix auto import completions not showing up when using plugin with TS 2.6.2+
- Fix cases where placeholder is followed by a trailing semicolon. Thanks @kingdaro!
- Do not take runtime dependecy on TypeScript.
- Fix bug that could cause errors not to be reported when on the last line of a block.
- Compile to ES5 to support regular Visual Studio
- Support for nested classes. Thanks @asvetliakov!
- Support for styled properties, such as
MyButton.extend...
. Thanks @asvetliakov! - Fix a bug that could cause errors to stop being reported.
- Fix empty value error being showing when using placeholder for value in multiline template strings.
- Fix multiline strings with placeholders.
- Initial support for strings with placeholders.
- Disable empty ruleset lint error by default
- Fix styled completions showing on character immediately before start of string
- Supprt
css
tag by default. - Remove a bunch of files from published npm package.
- Initial release