Skip to content

Merge ChangeLog #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 4, 2015
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
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