Skip to content

Commit f36f41d

Browse files
committed
Merge pull request #345 from PowerShell/development
Merge ChangeLog
2 parents 5c7db41 + 162928a commit f36f41d

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

CHANGELOG.MD

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1+
## Released v1.1.1 (Nov.3, 2015)
2+
###Features:
3+
- Support for PSDrives when using Invoke-ScriptAnalyzer
4+
- More robust Profiles feature - better defaulting when supplied with invalid profile - actionable Warnings
5+
- Validated integration with ISESteroids, ISEScriptAnalyzerAddon & VS Code Editor Services Plugin
6+
7+
###Rules:
8+
- New rule to ensure that a file with missing BOM is encoded in ASCII
9+
10+
###Fixes:
11+
- Doc Updates, Cleaned up source files to reflect accurate comments
12+
- Fix SuppressedOnly switch functionality
13+
- Updated Positional parameter rule to trigger only when used with > 3 positional parameters
14+
15+
##
16+
117
## Released v1.1.0 (Sep.1, 2015)
218
###Features:
319
- Support for using ScriptAnalyzer as a .net library - ScriptAnalyzer APIs
420
- Support for ScriptAnalyzer Profiles
521
- Documentation for using Inline Rule Suppression
622
- Added about help topic file as part of the module
723

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

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

65+
##
4866

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

65-
66-
83+
##
6784

6885
##Released v1.0.0 on Apr.24, 2015
6986
###Features:

0 commit comments

Comments
 (0)