Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Aug 14, 2021
1 parent 85ae2fa commit 6449157
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
39 changes: 37 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,42 @@
# 2.1.0 - 2021-08-14

- Fixes "Support for absolute paths for Psalm Client Script Path and Psalm Script Path" (#71) [@ thomasbley]
- Deprecates `psalmClientScriptPath` setting in favor of `psalmScriptPath` since `psalmClientScriptPath` fell back to `psalmScriptPath` anyways

# 2.0.6 - 2021-08-13

- Fixes "Set vscode minimum version to 1.57.1" (#77) [@thomasbley]

# 2.0.5 - 2021-08-03

- Fixes fix "--use-ini-defaults" option feature (typo?) (#70) [@yaegassy]

# 2.0.4 - 2021-08-02

- Fix settings pane to be more graphical
- Mock StreamWriter so that logging of output from language server actually logs in verbose mode
- Fix #30 to not blow up because of vimeo/psalm#6007
- Add setting to "Index" workspace (Just calls same method as in #30 for now)
- Add support for onSave, onOpen, onClose (see vimeo/psalm#6010)
- Add support for workspace/didChangeWatchedFiles (see vimeo/psalm#6014) Fixes #32
- Update dependencies
- Look at #36
- Look at #11
- Run prettier on save (vscode for this project only)
- Bundle Extension using webpack (https://code.visualstudio.com/api/working-with-extensions/bundling-extension)
- While running Psalm should not show status bar message (Which is useless and takes up space)

# 1.2.1 - 2020-04-21

- Added help links to error and warnings codes using new command line options from the Psalm Language Server.
- Added new configuration options.
- Added status to the VSCode status bar.
- Various bug fixes.

# 0.1.0 - 2018-10-19

First version released
- First version released

# 0.5.0 - 2018-11-19

Windows support added
- Windows support added
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Visual Studio Code plugin for Psalm.

## Features

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

## Known Security Issues

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.
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.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"license": "MIT",
"version": "2.0.6",
"version": "2.1.0",
"publisher": "getpsalm",
"categories": [
"Linters",
Expand Down

0 comments on commit 6449157

Please sign in to comment.