Skip to content

Commit

Permalink
release: 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed May 3, 2023
1 parent 61f79c9 commit f51023d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.1.6

- Fix core passes not allowed
- Add option `use_old_phpfmt`
- Add configuration enums to `passes` and `exclude`

### 1.1.5

- Check passes exists [(#104)](https://github.com/kokororin/vscode-phpfmt/issues/104)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ A: For [PSR2](https://www.php-fig.org/psr/psr-2/), code MUST use 4 spaces for in
"ReindentComments",
"StripNewlineWithinClassBody"
],
"phpfmt.psr2": false,
"phpfmt.use_old_phpfmt": true
"phpfmt.psr2": false
}
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-phpfmt",
"displayName": "phpfmt - PHP formatter",
"version": "1.1.5",
"version": "1.1.6",
"description": "Integrates phpfmt into VS Code",
"main": "./out/src/extension",
"scripts": {
Expand Down

0 comments on commit f51023d

Please sign in to comment.