|
1 | 1 | # Change Log
|
| 2 | + |
2 | 3 | All notable changes to the "jekyll-snippets" extension will be documented in this file.
|
3 | 4 |
|
| 5 | +## V 0.9.2 02-20-2020 |
| 6 | + |
| 7 | +- removes Jekyll Syntax as a dependency -- I do suggest using [Liquid Language Support](https://marketplace.visualstudio.com/items?itemName=neilding.language-liquid) over-top of Jekyll Syntax 😬 |
| 8 | + |
4 | 9 | ## V 0.9.1 02-18-2019
|
5 |
| -* fixes typos introduced in `V0.9.0` - thanks to [@kravenoff42](https://github.com/kravenoff42) for the catch |
| 10 | + |
| 11 | +- fixes typos introduced in `V0.9.0` - thanks to [@kravenoff42](https://github.com/kravenoff42) for the catch |
6 | 12 |
|
7 | 13 | ## V 0.9.0 09-28-2018
|
8 |
| -* adds whitespace control for some control flow, comments, iterations and variables. |
| 14 | + |
| 15 | +- adds whitespace control for some control flow, comments, iterations and variables. |
9 | 16 |
|
10 | 17 | ## V 0.8.7 11-14-2017
|
11 |
| -* miss spelled snippet fixed by [@KrisvanderMast](https://github.com/KrisvanderMast) on pull-request [#10](https://github.com/ginfuru/vscode-jekyll-snippets/pull/10) |
| 18 | + |
| 19 | +- miss spelled snippet fixed by [@KrisvanderMast](https://github.com/KrisvanderMast) on pull-request [#10](https://github.com/ginfuru/vscode-jekyll-snippets/pull/10) |
12 | 20 |
|
13 | 21 | ## V 0.8.6 10-09-2017
|
14 |
| -* removes `.liquid` lang support |
15 |
| - * you should download [Liquid Languages Suport](https://marketplace.visualstudio.com/items?itemName=neilding.language-liquid) if you want need liquid snippets outside the support that Jekyll uses |
| 22 | + |
| 23 | +- removes `.liquid` lang support |
| 24 | + - you should download [Liquid Languages Suport](https://marketplace.visualstudio.com/items?itemName=neilding.language-liquid) if you want need liquid snippets outside the support that Jekyll uses |
16 | 25 |
|
17 | 26 | ## V 0.8.5 10-09-2017
|
18 |
| -* Added `.jekyll` lang support |
| 27 | + |
| 28 | +- Added `.jekyll` lang support |
19 | 29 |
|
20 | 30 | ## V 0.8.4 _(10-02-2017)_
|
21 |
| -* fixed image in readme |
| 31 | + |
| 32 | +- fixed image in readme |
22 | 33 |
|
23 | 34 | ## V 0.8.3 _(10-02-2017)_
|
24 |
| -* update `extensionDependencies` to [Jekyll Syntax Support](https://marketplace.visualstudio.com/items?itemName=ginfuru.ginfuru-vscode-jekyll-syntax) |
| 35 | + |
| 36 | +- update `extensionDependencies` to [Jekyll Syntax Support](https://marketplace.visualstudio.com/items?itemName=ginfuru.ginfuru-vscode-jekyll-syntax) |
25 | 37 |
|
26 | 38 | ## V 0.8.2 _(09-06-2017)_
|
27 |
| -* added jsonify and fixed a few snippets |
| 39 | + |
| 40 | +- added jsonify and fixed a few snippets |
28 | 41 |
|
29 | 42 | ## V 0.8.1 _(05-21-2017)_
|
30 |
| -* updated readme to reflex the issue with formating repored from issue #8 |
| 43 | + |
| 44 | +- updated readme to reflex the issue with formating repored from issue #8 |
31 | 45 |
|
32 | 46 | ## V 0.8.0 _(04-21-2017)_
|
33 |
| -* added HTML support due to odd behavior from other extensions not recognizing Liquid |
| 47 | + |
| 48 | +- added HTML support due to odd behavior from other extensions not recognizing Liquid |
34 | 49 |
|
35 | 50 | ## V 0.7.0 _(04-06-2017)_
|
36 |
| -* removed single quote from include snippet |
| 51 | + |
| 52 | +- removed single quote from include snippet |
37 | 53 |
|
38 | 54 | ## V 0.6.0 _(02-20-2017)_
|
39 |
| -* added markdown support requested from @Haroenv on issue #7 |
| 55 | + |
| 56 | +- added markdown support requested from @Haroenv on issue #7 |
40 | 57 |
|
41 | 58 | ## V 0.5.0 _(02-18-2017)_
|
42 |
| -* merged the pull request from @thierrymichel |
| 59 | + |
| 60 | +- merged the pull request from @thierrymichel |
43 | 61 |
|
44 | 62 | ## V 0.4.0 _(01-23-2017)_
|
45 |
| -* updated the `CHANGELOG.md` |
46 |
| -* added date variable |
| 63 | + |
| 64 | +- updated the `CHANGELOG.md` |
| 65 | +- added date variable |
47 | 66 |
|
48 | 67 | ## V 0.3.2 _(01-23-2017)_
|
49 |
| -* Added `extensionDependencies` support to the package manifest |
50 |
| - * This will now prompt/inform you that the `Liquid Language Support` extension is needed and will ask you if you want to download it. |
| 68 | + |
| 69 | +- Added `extensionDependencies` support to the package manifest |
| 70 | + - This will now prompt/inform you that the `Liquid Language Support` extension is needed and will ask you if you want to download it. |
51 | 71 |
|
52 | 72 | ## V 0.3.1 _(1.4.17)_
|
53 |
| -* minor release to keep github release/tags in sync with `vsce minor` update |
| 73 | + |
| 74 | +- minor release to keep github release/tags in sync with `vsce minor` update |
54 | 75 |
|
55 | 76 | ## V 0.3.0 _(1.4.17)_
|
56 |
| -* published to market place |
| 77 | + |
| 78 | +- published to market place |
57 | 79 |
|
58 | 80 | ## V 0.0.2
|
59 |
| -* preparing extension for publishing to market place |
| 81 | + |
| 82 | +- preparing extension for publishing to market place |
60 | 83 |
|
61 | 84 | ## V 0.0.1 _(12.30.16)_
|
62 |
| -* Initial release |
63 |
| - * added front-matter snippets |
64 |
| - * renamed prefixes to match atom editor |
| 85 | + |
| 86 | +- Initial release |
| 87 | + - added front-matter snippets |
| 88 | + - renamed prefixes to match atom editor |
0 commit comments