|
| 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 | + |
1 | 17 | ## Released v1.1.0 (Sep.1, 2015)
|
2 | 18 | ###Features:
|
3 | 19 | - Support for using ScriptAnalyzer as a .net library - ScriptAnalyzer APIs
|
4 | 20 | - Support for ScriptAnalyzer Profiles
|
5 | 21 | - Documentation for using Inline Rule Suppression
|
6 | 22 | - Added about help topic file as part of the module
|
7 | 23 |
|
8 |
| - |
9 | 24 | ###Rules:
|
10 | 25 | - Rule to checks for UTF8 encoding in help file
|
11 | 26 | - Deprecate Uninitialized Variable rule as per community feedback
|
|
19 | 34 | - Exclude external non-powershell applications (Console/GUI) from Positional Parameter rule application
|
20 | 35 | - Additional heuristics for detecting psavoidusingplaintextforpassword rule violation
|
21 | 36 |
|
| 37 | +## |
| 38 | + |
22 | 39 | ## Released v1.0.2 (June.24, 2015)
|
23 | 40 | ###Features:
|
24 | 41 | - Perf improvements in the Engine to execute rules concurrently.
|
|
45 | 62 | - AvoidUsingPlainTextForPassword rule to be raised only strings or object types.
|
46 | 63 | - Fix for PositionalParameterUsed method (Helper.cs) uses unsafe method to exclude ForEach-Object and Where-Object.
|
47 | 64 |
|
| 65 | +## |
48 | 66 |
|
49 | 67 | ## Released v1.0.1 (May.8, 2015)
|
50 | 68 | ###Features:
|
|
62 | 80 | - Fix the issue in importing customized rule
|
63 | 81 | - Fix Function Member Ast cast error
|
64 | 82 |
|
65 |
| - |
66 |
| - |
| 83 | +## |
67 | 84 |
|
68 | 85 | ##Released v1.0.0 on Apr.24, 2015
|
69 | 86 | ###Features:
|
|
0 commit comments