File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Released v1.4.0 (Feb.16, 2016)
2
+ ###Features:
3
+ - IncludeRule and ExcludeRule now consume RuleInfo objects
4
+
5
+ ###Rules:
6
+ - Rule to validate HelpMessage parameter attribute value
7
+ - Rule to suggest module manifest * ToExport field values for optimizing module loading
8
+
9
+ ###Fixes:
10
+ ####Engine:
11
+ - Fixed bug in engine handling of severity for custom rules - this property was being ignored
12
+ - Exclude help files from being Ast parsed
13
+
14
+ ####Rules:
15
+ - Emit accurate ast extents for rules - helps VSCode-PowerShell to mark violations better
16
+ - Improved heuristics for Singular noun rule - reduce false positives
17
+ - Updated credential rules to be less noisy based on community feedback
18
+ - Support for [ switch] type along with [ boolean] for ShouldContinueWithoutForce rule
19
+ - Improved handling of deprecated module manifest fields when PSv2.0 is specified in the manifest
20
+
1
21
## Released v1.3.0 (Jan.19, 2016)
2
22
###Features:
3
23
- Support for running ScriptAnalyzer on PowerShell version v3 or higher! This means PSv5 is no longer the minimum PS version for ScriptAnalyzer
You can’t perform that action at this time.
0 commit comments