Skip to content

Commit 5501b1d

Browse files
author
Kapil Borle
committed
Update changelog for v1.8.0
1 parent 51c8414 commit 5501b1d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.MD

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
## Release v1.7.0
1+
## [1.8.0](https://github.com/PowerShell/PSScriptAnalyzer/compare/1.7.0...HEAD) - 2016/10/05
2+
3+
### Added
4+
- New [rule](RuleDocumentation/UseCompatibleCmdlets.md) to check cmdlet compatibility between different PowerShell flavors
5+
- New [rule](RuleDocumentation/UseLiteralInitializerForHashtable.md) to warn when using Hashtable constructor
6+
- Feature to [pass parameters to rules from settings file](RuleDocumentation/AvoidAlias.md)
7+
- Feature to [discover settings file](README.md#settings-support-in-scriptanalyzer )
8+
- Enhancement to [PSShouldProcess](RuleDocumentation/UseShouldProcessCorrectly.md) rule to check for ShouldProcess implementation in downstream functions
9+
- A helper [module](Utils/RuleMaker.psm1) to create `C#` based builtin rules
10+
11+
### Fixed
12+
- False negatives for identically named variables (#552)
13+
- Passing `*Ast` arguments to external rules (#614)
14+
15+
### Changed
16+
- PSShouldProcess rule to not check for presence of `ShouldContinue` when `SupportsShouldProcess` is declared
17+
18+
## [1.7.0](https://github.com/PowerShell/PSScriptAnalyzer/tree/1.7.0)
219

320
Here are some improvements since the last release.
421

0 commit comments

Comments
 (0)