Skip to content

Latest commit

 

History

History
92 lines (49 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

92 lines (49 loc) · 2.51 KB

Change Log

All notable changes to the "jekyll-snippets" extension will be documented in this file.

V 0.9.3 03-19-2020

  • Update readme to showcase how to get the quickSelections to work for markdown files

V 0.9.2 02-20-2020

  • removes Jekyll Syntax as a dependency -- I do suggest using Liquid Language Support over-top of Jekyll Syntax 😬

V 0.9.1 02-18-2019

  • fixes typos introduced in V0.9.0 - thanks to @kravenoff42 for the catch

V 0.9.0 09-28-2018

  • adds whitespace control for some control flow, comments, iterations and variables.

V 0.8.7 11-14-2017

V 0.8.6 10-09-2017

  • removes .liquid lang support
    • you should download Liquid Languages Suport if you want need liquid snippets outside the support that Jekyll uses

V 0.8.5 10-09-2017

  • Added .jekyll lang support

V 0.8.4 (10-02-2017)

  • fixed image in readme

V 0.8.3 (10-02-2017)

V 0.8.2 (09-06-2017)

  • added jsonify and fixed a few snippets

V 0.8.1 (05-21-2017)

  • updated readme to reflex the issue with formating repored from issue #8

V 0.8.0 (04-21-2017)

  • added HTML support due to odd behavior from other extensions not recognizing Liquid

V 0.7.0 (04-06-2017)

  • removed single quote from include snippet

V 0.6.0 (02-20-2017)

  • added markdown support requested from @Haroenv on issue #7

V 0.5.0 (02-18-2017)

  • merged the pull request from @thierrymichel

V 0.4.0 (01-23-2017)

  • updated the CHANGELOG.md
  • added date variable

V 0.3.2 (01-23-2017)

  • Added extensionDependencies support to the package manifest
    • This will now prompt/inform you that the Liquid Language Support extension is needed and will ask you if you want to download it.

V 0.3.1 (1.4.17)

  • minor release to keep github release/tags in sync with vsce minor update

V 0.3.0 (1.4.17)

  • published to market place

V 0.0.2

  • preparing extension for publishing to market place

V 0.0.1 (12.30.16)

  • Initial release
    • added front-matter snippets
    • renamed prefixes to match atom editor