Skip to content

Commit 26107b8

Browse files
committed
Bump version to 1.0.2
1 parent 3ff81e3 commit 26107b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ A Visual Studio Code extension that provides CSS class name completion for the H
1414
* Customization of the directories in which the extension will look for class definitions through User Settings
1515
* Support for PHP, Razor, Jade...
1616

17+
## Changelog
18+
### 1.0.2 (Sep 17, 2016)
19+
* Refactored to add proper asynchronous parallel parsing of the documents
20+
1721
## Usage
1822
If there are HTML files on your workspace the extension automatically starts and look for CSS class definitions. In case new CSS classes are definined or new CSS files are added to the workspace and you also want auto completion for them simply hit the lightning icon you will find on the status bar and execute the command pressing `Ctrl+Shift+P` and then typing "Cache CSS class definitions".
1923

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "html-css-class-completion",
33
"displayName": "HTML CSS Class Completion",
44
"description": "Provides CSS class name completion for the HTML class attribute based on the CSS files on your workspace.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "Zignd",
77
"engines": {
88
"vscode": "^1.4.0"

0 commit comments

Comments
 (0)