Skip to content

Commit 6449157

Browse files
committed
update changelog
1 parent 85ae2fa commit 6449157

File tree

3 files changed

+40
-5
lines changed

3 files changed

+40
-5
lines changed

CHANGELOG.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,42 @@
1+
# 2.1.0 - 2021-08-14
2+
3+
- Fixes "Support for absolute paths for Psalm Client Script Path and Psalm Script Path" (#71) [@ thomasbley]
4+
- Deprecates `psalmClientScriptPath` setting in favor of `psalmScriptPath` since `psalmClientScriptPath` fell back to `psalmScriptPath` anyways
5+
6+
# 2.0.6 - 2021-08-13
7+
8+
- Fixes "Set vscode minimum version to 1.57.1" (#77) [@thomasbley]
9+
10+
# 2.0.5 - 2021-08-03
11+
12+
- Fixes fix "--use-ini-defaults" option feature (typo?) (#70) [@yaegassy]
13+
14+
# 2.0.4 - 2021-08-02
15+
16+
- Fix settings pane to be more graphical
17+
- Mock StreamWriter so that logging of output from language server actually logs in verbose mode
18+
- Fix #30 to not blow up because of vimeo/psalm#6007
19+
- Add setting to "Index" workspace (Just calls same method as in #30 for now)
20+
- Add support for onSave, onOpen, onClose (see vimeo/psalm#6010)
21+
- Add support for workspace/didChangeWatchedFiles (see vimeo/psalm#6014) Fixes #32
22+
- Update dependencies
23+
- Look at #36
24+
- Look at #11
25+
- Run prettier on save (vscode for this project only)
26+
- Bundle Extension using webpack (https://code.visualstudio.com/api/working-with-extensions/bundling-extension)
27+
- While running Psalm should not show status bar message (Which is useless and takes up space)
28+
29+
# 1.2.1 - 2020-04-21
30+
31+
- Added help links to error and warnings codes using new command line options from the Psalm Language Server.
32+
- Added new configuration options.
33+
- Added status to the VSCode status bar.
34+
- Various bug fixes.
35+
136
# 0.1.0 - 2018-10-19
237

3-
First version released
38+
- First version released
439

540
# 0.5.0 - 2018-11-19
641

7-
Windows support added
42+
- Windows support added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Visual Studio Code plugin for Psalm.
44

55
## Features
66

7-
- Runs [Psalm's analysis](https://getpsalm.org) when opening and saving files using the Language Server Protocol for communication.
7+
- Runs [Psalm's analysis](https://getpsalm.org) when opening and saving files using the Language Server Protocol for communication.
88

99
## Known Security Issues
1010

11-
Since this runs Psalm, and Psalm can be configured to execute code on your computer, you should avoid opening untrusted projects whilee using this plugin.
11+
Since this runs Psalm, and Psalm can be configured to execute code on your computer, you should avoid opening untrusted projects while using this plugin.
1212

1313
## Contributing
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"license": "MIT",
15-
"version": "2.0.6",
15+
"version": "2.1.0",
1616
"publisher": "getpsalm",
1717
"categories": [
1818
"Linters",

0 commit comments

Comments
 (0)