Skip to content

Commit 1c110e6

Browse files
committed
Update CHANGELOG.MD
1 parent 7922590 commit 1c110e6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.MD

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
## Released v1.3.0 (Jan.19, 2016)
222
###Features:
323
- Support for running ScriptAnalyzer on PowerShell version v3 or higher! This means PSv5 is no longer the minimum PS version for ScriptAnalyzer

0 commit comments

Comments
 (0)