panoply / vscode-liquid

💧Liquid language support for VS Code
https://marketplace.visualstudio.com/items?itemName=sissel.shopify-liquid
Other
173 stars 22 forks source link

v4.0.0 #138

Closed panoply closed 1 year ago

panoply commented 1 year ago

Overview

This PR contains features, fixes and changes that will be shipping in v4.0.0 The extension will release a major and move from 3.2.2 to 4.0.0 due to the breaking changes and deprecations. While this is against the semantic release approach, the version bump intends to signal significant changes, thus we move to v4.0.0

You can view the upcoming Release Notes for 4.0 and check the next for the version release.

Nightly Releases

If you like to live on the edge, feel free to install the VSIX for nightly releases. Updates to the VSIX and generally stable enough for testing and using the latest releases.

Key Features

This PR will bring support for completions of Shopify locales, settings and snippet files. In addition, codelens support will be made available to snippet tags by pressing cmd + click on snippet referenced files. Formatting support is also being improved as Æsthetic will replace Prettify in this release bringing more stable beautification and extended rules.

Breaking Changes

As per #132 there will be changes that require users to align with the new configuration structures pertaining to formatting settings. This is a small change and no backwards capability is going to be provided, so users can either upgrade or continue using 3.2.2.

muchisx commented 1 year ago

Awesome PR, looking forward for this update ⚡️