diff --git a/CHANGELOG.md b/CHANGELOG.md index 59290b39..5f559f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ChangeLog +### [0.7.19](https://www.github.com/shufo/vscode-blade-formatter/compare/v0.7.18...v0.7.19) (2021-07-11) + + +### Miscellaneous + +* 🤖 bump blade-formatter to 1.11.10 ([3321bb2](https://www.github.com/shufo/vscode-blade-formatter/commit/3321bb2dd4c5a10e6423b3d9adb3952fadcbf6fe)) + ### [0.7.18](https://www.github.com/shufo/vscode-blade-formatter/compare/v0.7.17...v0.7.18) (2021-07-04) diff --git a/README.md b/README.md index 5d2c4633..4fd5f3e4 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,28 @@ An opinionated Blade file formatter for VSCode. Marketplace page is [here](https You can also format by same syntax programmatically with [blade-formatter](https://github.com/shufo/blade-formatter) that this extension relies on. +## Overview + +![Screencast](https://github.com/shufo/vscode-blade-formatter/raw/master/screencast.gif) + ## Features -- Automatically Indents markup inside directives -- Automatically add spacing to blade templating markers -- PHP 8 support (null safe operator, named arguments) 🐘 -- PSR-2 support (format inside directives) +- Automatically Indents markup inside directives -## Screencast + ![blade-formatter-indent](https://user-images.githubusercontent.com/1641039/125206632-33c54b00-e2c3-11eb-88ee-5a8b2ae306b5.gif) + +- Automatically add spacing to blade templating markers + + ![blade-formatter-spacing](https://user-images.githubusercontent.com/1641039/125206634-345de180-e2c3-11eb-9631-016376556dce.gif) + +- PHP 8 support (null safe operator, named arguments) 🐘 + + ![blade-formatter-php8](https://user-images.githubusercontent.com/1641039/125206633-33c54b00-e2c3-11eb-8bc9-3bae838ccf32.gif) + +- PSR-2 support (format inside directives) + + ![blade-formatter-format-in-directive](https://user-images.githubusercontent.com/1641039/125206630-31fb8780-e2c3-11eb-9618-a7092316a203.gif) -![Screencast](https://github.com/shufo/vscode-blade-formatter/raw/master/screencast.gif) ## Extension Settings diff --git a/package-lock.json b/package-lock.json index 8940c40e..a89918ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-blade-formatter", - "version": "0.7.18", + "version": "0.7.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa30adef..db8e40c5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publisher": "shufo", "displayName": "Laravel Blade formatter", "description": "Laravel Blade formatter for VSCode", - "version": "0.7.18", + "version": "0.7.19", "license": "MIT", "engines": { "vscode": "^1.57.0",