Skip to content

Commit bb68c03

Browse files
author
Kapil Borle
committed
Update changelog
1 parent fadcfa6 commit bb68c03

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.MD

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## [1.14.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.14.1) - 2017-06-12
1+
## [1.15.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.15.0) - 2017-06-21
2+
3+
### Added
4+
- (#780) `Range` parameter to the `Invoke-Formatter` cmdlet. The user can specify the range in which formatting should be applied. The primary usage for this parameter is to be used with editors that request selection formatting.
5+
- (#782, #788) Allman style, Stroustrup style and one true brace style (OTBS) code formatting presets.
6+
- (#790) `Kind` switch to `PSUseConsistentIndentation` rule to provide tabbed indentation.
7+
8+
### Fixed
9+
- (#781, #784) `NewLineAfer` switch behavior in `PSPlaceCloseBrace` rule. When the switch is set to `$false`, the emitted suggested corrections enforce branching control statements to be on the same line as their preceding closing braces. On the other hand when the switch is set to `$true`, the emitted suggested corrections enforce branching controls statements to be on the next line.
10+
11+
Many thanks to @rkeithhill for contributing the _Stroustrup_ style code formatting preset.
12+
13+
## [1.14.1](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.14.1) - 2017-06-12
214

315
### Fixed
416
- (#777) `Invoke-Formatter`

0 commit comments

Comments
 (0)