Skip to content

Commit

Permalink
Merge pull request #345 from PowerShell/development
Browse files Browse the repository at this point in the history
Merge ChangeLog
  • Loading branch information
raghushantha committed Nov 4, 2015
2 parents 5c7db41 + 162928a commit f36f41d
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
## Released v1.1.1 (Nov.3, 2015)
###Features:
- Support for PSDrives when using Invoke-ScriptAnalyzer
- More robust Profiles feature - better defaulting when supplied with invalid profile - actionable Warnings
- Validated integration with ISESteroids, ISEScriptAnalyzerAddon & VS Code Editor Services Plugin

###Rules:
- New rule to ensure that a file with missing BOM is encoded in ASCII

###Fixes:
- Doc Updates, Cleaned up source files to reflect accurate comments
- Fix SuppressedOnly switch functionality
- Updated Positional parameter rule to trigger only when used with > 3 positional parameters

##

## Released v1.1.0 (Sep.1, 2015)
###Features:
- Support for using ScriptAnalyzer as a .net library - ScriptAnalyzer APIs
- Support for ScriptAnalyzer Profiles
- Documentation for using Inline Rule Suppression
- Added about help topic file as part of the module


###Rules:
- Rule to checks for UTF8 encoding in help file
- Deprecate Uninitialized Variable rule as per community feedback
Expand All @@ -19,6 +34,8 @@
- Exclude external non-powershell applications (Console/GUI) from Positional Parameter rule application
- Additional heuristics for detecting psavoidusingplaintextforpassword rule violation

##

## Released v1.0.2 (June.24, 2015)
###Features:
- Perf improvements in the Engine to execute rules concurrently.
Expand All @@ -45,6 +62,7 @@
- AvoidUsingPlainTextForPassword rule to be raised only strings or object types.
- Fix for PositionalParameterUsed method (Helper.cs) uses unsafe method to exclude ForEach-Object and Where-Object.

##

## Released v1.0.1 (May.8, 2015)
###Features:
Expand All @@ -62,8 +80,7 @@
- Fix the issue in importing customized rule
- Fix Function Member Ast cast error



##

##Released v1.0.0 on Apr.24, 2015
###Features:
Expand Down

0 comments on commit f36f41d

Please sign in to comment.