File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to the "flask-snippets" extension will be documented in this file.
3
3
4
+ ## [ 0.1.3]
5
+
6
+ - Merged PR #15
4
7
## [ 0.1.2]
5
8
- Merged some PRs. Many thanks for all contributors!
6
9
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Thanks!
41
41
42
42
| Abbreviation | Description |
43
43
| --------------| --------------------|
44
- | fexp | Flask expresion |
44
+ | fexp | Flask expression |
45
45
| ffilter | Flask filter |
46
46
| fcomment | Flask comment |
47
47
| fblock | Flask block |
@@ -59,6 +59,9 @@ Thanks!
59
59
| fimport | Flask import |
60
60
| fautoescape | Flask autoescape |
61
61
| furl | Flask url |
62
+ | ftitle | Flask title |
63
+ | fvar | Flask var |
64
+ | fcontent | Flask content |
62
65
63
66
## Release Notes
64
67
Original file line number Diff line number Diff line change 2
2
"name" : " flask-snippets" ,
3
3
"displayName" : " flask-snippets" ,
4
4
"description" : " Flask snippets" ,
5
- "version" : " 0.1.2 " ,
5
+ "version" : " 0.1.3 " ,
6
6
"publisher" : " cstrap" ,
7
7
"icon" : " images/flask.png" ,
8
8
"engines" : {
You can’t perform that action at this time.
0 commit comments