Skip to content

Commit a7c3b76

Browse files
author
Kapil Borle
committed
Update changelog for v1.11.0
1 parent 9a6fe53 commit a7c3b76

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

CHANGELOG.MD

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
## unreleased
2-
1+
## [1.11.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.11.0) - 2017-03-01
32
### Added
4-
- Built-in settings presets to specify settings from command line. Currently, PSSA ships with `PSGallery`, `CodeFormatting`, `DSC`, and other setting presets. All of them can be found in the `Settings/` directory in the module. To use them just pass them as an argument to the `Settings` parameters. For example, if you want to run rules that *powershellgallery* runs, then use the following command.
3+
- Built-in settings presets to specify settings from command line (#717). Currently, PSSA ships with `PSGallery`, `CodeFormatting`, `DSC`, and other settings presets. All of them can be found in the `Settings/` directory in the module. To use them just pass them as an argument to the `Settings` parameter. For example, if you want to run rules that *powershellgallery* runs, then use the following command.
54
```powershell
65
PS> Invoke-ScriptAnalyzer -Path /path/to/your/module -Settings PSGallery
76
```
8-
- Argument completion for built-in settings presets.
9-
- Argument completion for `IncludeRule` and `ExcludeRule` parameters.
7+
- Argument completion for built-in settings presets (#717).
8+
- Argument completion for `IncludeRule` and `ExcludeRule` parameters (#717).
9+
- Option to `PSCloseBrace` rule to add new line after the brace (#713).
10+
- Option to `PSCloseBrace` rule to ignore expressions that have open and close braces on the same line (#706).
11+
- New rule, [PSUseConsistentWhitespace](https://github.com/PowerShell/PSScriptAnalyzer/blob/9a6fe537c11c9c8d7ed872a7464eb192cab00883/RuleDocumentation/UseConsistentWhitespace.md), to check for whitespace style around operators and separators (#702).
1012

1113
### Fixed
14+
- Indentation when pipes precede new lines in a multi-line command expression in `PSUseConsistentIdentation` rule (#705).
15+
- Handling of SubExpressionAsts (`$(...)`) in `PSUseConsistentIdentation` rule (#700).
16+
- Performance issues caused by `get-command` cmdlet (#695).
1217

1318
### Changed
14-
- Settings implementation to decouple it from engine.
19+
- Settings implementation to decouple it from engine (#717).
1520

1621
## [1.10.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.10.0) - 2017-01-19
1722
### Added

0 commit comments

Comments
 (0)