Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## Release v1.5.0 (March.30, 2016)
## Release v1.5.0 (Mar. 30, 2016)

#### Engine:
- Fixed engine bug that prevented versioned script rule modules from being loaded
#### Engine
- Fixed an engine bug that prevented versioned script rule modules from being loaded
- Fixed loading issues with custom rules that do not have comment-based help to describe the rule
- Housekeeping: Fixes to Appveyor config to use VS 2015 and WMF 5.0 RTM image
- Community Fix: Updates to the Initialize API to process the `-Settings` (formerly `-Profile`) parameter
- Perf: Improved rule filtering based on severity before invoking the engine to create tasks (threads)
- Fixed a hang issue that appeared when using ScriptAnalyzer engine recursively with a large data set
- Housekeeping: Fixed Appveyor config to use VS 2015 and WMF 5.0 RTM image
- Community Fix: Updated the Initialize API to process the `-Settings` (formerly `-Profile`) parameter
- Perf: Improved rule filtering based on severity before invoking the engine to create tasks (threads)

####Rules:
- Various fixes to `UseToExportFieldsInManifest` rule that include perf and functional fixes
- Fixes to `AvoidNullOrEmptyHelpMessageAttribute` to use parsed values instead of ast extent
- Updated messages for `AvoidUsernameAndPasswordParams` rule and `UsePSCredentialType` rule
- Scrubbed inconsistencies in severities for rules
- Community Fix: False positive on `PSUseApprovedVerbs` when scope is declared as a prefix to the Verb-Noun combination
#### Rules
- Fixed `UseToExportFieldsInManifest` rule to improve perf and functionality
- Fixed `AvoidNullOrEmptyHelpMessageAttribute` to use parsed values instead of ast extent
- Fixed inconsistencies in severities of rules
- Community Fix: Fixed false positives on `PSUseApprovedVerbs` when scope is declared as a prefix to the Verb-Noun combination
- Updated messages of `AvoidUsernameAndPasswordParams` rule and `UsePSCredentialType` rule

## Release v1.4.0 (Feb.16, 2016)
###Features:
Expand Down