Skip to content

Commit f0f5243

Browse files
committed
Merge pull request #451 from PowerShell/development
Take Development to Master for v1.4.0 release
2 parents 44dac6e + 1740d72 commit f0f5243

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
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

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
Announcements
22
=============
33

4-
##### ISE Add-On for ScriptAnalyzer is available in PowerShell Gallery!
5-
(https://www.powershellgallery.com/packages/ISEScriptAnalyzerAddOn/)
4+
###### [ScriptAnalyzer v1.4.0 published to PowerShellGallery - New Rules available!](https://www.powershellgallery.com/packages/PSScriptAnalyzer/1.4.0)
5+
6+
###### [ScriptAnalyzer now runs on platforms containing PSv3.0 and above - WMF 5.0 is no longer a prerequisite!](https://www.powershellgallery.com/packages/PSScriptAnalyzer/1.4.0)
7+
8+
###### [VSCode-PowerShell has built-in ScriptAnalyzer support](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
9+
10+
###### [ISE-Steroids has ScriptAnalyzer integration](http://www.powertheshell.com/psscriptanalyzer-integration-and-more/)
11+
12+
##### [ISE Add-On for ScriptAnalyzer is available in PowerShellGallery](https://www.powershellgallery.com/packages/ISEScriptAnalyzerAddOn/)
613

7-
##### Visual Studio Code now has PowerShell language support with ScriptAnalyzer integration
8-
(http://blogs.msdn.com/b/powershell/archive/2015/11/17/announcing-windows-powershell-for-visual-studio-code-and-more.aspx)
914

1015
=============
1116

1217
##### ScriptAnalyzer community meeting schedule:
1318

14-
- Next Meeting - Mar 1 2016 - 11am to 12pm PDT
15-
- [iCalender invite](http://1drv.ms/1VvAaxO)
19+
- [Next Meeting - Mar 1 2016 - 11am to 12pm PDT](http://1drv.ms/1VvAaxO)
1620
- [Notes and recordings from earlier meetings](https://github.com/PowerShell/PSScriptAnalyzer/wiki)
1721

1822

1923
=============
20-
#####Recent Builds
24+
#####Builds
2125
|Master | Development |
2226
|:------:|:------:|:-------:|:-------:|
2327
[![Build status](https://ci.appveyor.com/api/projects/status/h5mot3vqtvxw5d7l/branch/master?svg=true)](https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/branch/master)|[![Build status](https://ci.appveyor.com/api/projects/status/h5mot3vqtvxw5d7l/branch/development?svg=true)](https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/branch/development) |
2428

2529
=============
26-
#####Code Review Dashboard on [reviewable.io](https://reviewable.io/reviews/PowerShell/PSScriptAnalyzer#-)
30+
#### Code Review Dashboard on [reviewable.io](https://reviewable.io/reviews/PowerShell/PSScriptAnalyzer#-)
2731
=============
2832

2933
Introduction
@@ -46,9 +50,8 @@ Requirements
4650

4751
WS2012R2 / Windows 8.1 / Windows OS running a **minimum of PowerShell v3.0**
4852

49-
A Windows OS with PowerShell v5.0 [**Windows Management Framework 5.0 Preview**] is also supported
53+
A Windows OS with PowerShell v5.0 [Windows Management Framework 5.0 Preview](http://go.microsoft.com/fwlink/?LinkId=398175) is also supported
5054

51-
Download the latest WMF package from [Windows Management Framework 5.0 Preview](http://go.microsoft.com/fwlink/?LinkId=398175).
5255

5356
Installation
5457
============

0 commit comments

Comments
 (0)