Skip to content

Commit 023430a

Browse files
author
Kapil Borle
committed
Update changelog for v1.10.0
1 parent 03a6e2b commit 023430a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.MD

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## [unreleased]
1+
## [1.10.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.10.0) - 2017-01-19
2+
### Added
3+
- Three rules to enable code formatting feature in vscode (#690)
4+
- [PSPlaceOpenBrace](https://github.com/PowerShell/PSScriptAnalyzer/blob/03a6e2b4ee24894bf574a8a8ce911d03680da607/RuleDocumentation/PlaceOpenBrace.md)
5+
- [PSPlaceCloseBrace](https://github.com/PowerShell/PSScriptAnalyzer/blob/03a6e2b4ee24894bf574a8a8ce911d03680da607/RuleDocumentation/PlaceCloseBrace.md)
6+
- [PSUseConsistentIdentation](https://github.com/PowerShell/PSScriptAnalyzer/blob/03a6e2b4ee24894bf574a8a8ce911d03680da607/RuleDocumentation/UseConsistentIndentation.md)
7+
28
### Fixed
39
- `PSProvideCommentHelp` violation extent (#679)
410
- `PSAvoidUsingCmdletAliases` rule
@@ -8,6 +14,8 @@
814
- `PSUsePSCredentialType` rule (#683)
915
+ trigger only if invoked from PS version 4 and below
1016
+ violation extent
17+
- `PSAvoidUsingComputerNameHardcoded` rule to ignore `localhost` (#687)
18+
- Performance issues caused by invoking `get-command` method (#692)
1119

1220
## [1.9.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.9.0) - 2016-12-06
1321
### Added

0 commit comments

Comments
 (0)