From 74717406b96f557891971843104d9967397469bf Mon Sep 17 00:00:00 2001 From: "Raghu Shantha [MSFT]" Date: Tue, 3 Nov 2015 16:26:13 -0800 Subject: [PATCH 1/3] Update CHANGELOG.MD --- CHANGELOG.MD | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index b76321056..36c2f79b8 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,10 +1,24 @@ +## 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 From b4a35b11a957c1e865cb8d2c80dc8c13f87cc565 Mon Sep 17 00:00:00 2001 From: "Raghu Shantha [MSFT]" Date: Tue, 3 Nov 2015 16:27:01 -0800 Subject: [PATCH 2/3] Update CHANGELOG.MD --- CHANGELOG.MD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 36c2f79b8..977e92567 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -12,6 +12,8 @@ - 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 @@ -33,6 +35,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. @@ -59,6 +63,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: @@ -76,8 +81,7 @@ - Fix the issue in importing customized rule - Fix Function Member Ast cast error - - +## ##Released v1.0.0 on Apr.24, 2015 ###Features: From 162928a740838a0d1b262310dbb160d08e6a87be Mon Sep 17 00:00:00 2001 From: "Raghu Shantha [MSFT]" Date: Tue, 3 Nov 2015 16:27:32 -0800 Subject: [PATCH 3/3] Update CHANGELOG.MD --- CHANGELOG.MD | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 977e92567..c47eced8d 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -20,7 +20,6 @@ - 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