|
1 |
| -## Released v1.5.0 (March.30, 2016) |
| 1 | +## Release v1.5.0 (March.30, 2016) |
2 | 2 |
|
3 | 3 | ####Engine:
|
4 | 4 | - Fixed engine bug that prevented versioned script rule modules from being loaded
|
|
15 | 15 | - Scrubbed inconsistencies in severities for rules
|
16 | 16 | - Community Fix: False positive on 'PSUseApprovedVerbs' when scope is declared as a prefix to the Verb-Noun combination
|
17 | 17 |
|
18 |
| -## Released v1.4.0 (Feb.16, 2016) |
| 18 | +## Release v1.4.0 (Feb.16, 2016) |
19 | 19 | ###Features:
|
20 | 20 | - IncludeRule and ExcludeRule now consume RuleInfo objects
|
21 | 21 |
|
|
35 | 35 | - Support for [switch] type along with [boolean] for ShouldContinueWithoutForce rule
|
36 | 36 | - Improved handling of deprecated module manifest fields when PSv2.0 is specified in the manifest
|
37 | 37 |
|
38 |
| -## Released v1.3.0 (Jan.19, 2016) |
| 38 | +## Release v1.3.0 (Jan.19, 2016) |
39 | 39 | ###Features:
|
40 | 40 | - Support for running ScriptAnalyzer on PowerShell version v3 or higher! This means PSv5 is no longer the minimum PS version for ScriptAnalyzer
|
41 | 41 |
|
|
51 | 51 | - Fix to account for function scope prefix
|
52 | 52 | - Raise ReservedParam rule only for exported functions as cmdlets
|
53 | 53 |
|
54 |
| -## Released v1.2.0 (Dec.17, 2015) |
| 54 | +## Release v1.2.0 (Dec.17, 2015) |
55 | 55 | ###Features:
|
56 | 56 | - Support for consuming PowerShell content as streams (-ScriptDefinition)
|
57 | 57 | - ScriptAnalyzer accepts configuration (settings) in the form of a hashtable (-Settings), added sample Settings
|
|
88 | 88 |
|
89 | 89 | ##
|
90 | 90 |
|
91 |
| -## Released v1.1.1 (Nov.3, 2015) |
| 91 | +## Release v1.1.1 (Nov.3, 2015) |
92 | 92 | ###Features:
|
93 | 93 | - Support for PSDrives when using Invoke-ScriptAnalyzer
|
94 | 94 | - More robust Profiles feature - better defaulting when supplied with invalid profile - actionable Warnings
|
|
104 | 104 |
|
105 | 105 | ##
|
106 | 106 |
|
107 |
| -## Released v1.1.0 (Sep.1, 2015) |
| 107 | +## Release v1.1.0 (Sep.1, 2015) |
108 | 108 | ###Features:
|
109 | 109 | - Support for using ScriptAnalyzer as a .net library - ScriptAnalyzer APIs
|
110 | 110 | - Support for ScriptAnalyzer Profiles
|
|
126 | 126 |
|
127 | 127 | ##
|
128 | 128 |
|
129 |
| -## Released v1.0.2 (June.24, 2015) |
| 129 | +## Release v1.0.2 (June.24, 2015) |
130 | 130 | ###Features:
|
131 | 131 | - Perf improvements in the Engine to execute rules concurrently.
|
132 | 132 |
|
|
154 | 154 |
|
155 | 155 | ##
|
156 | 156 |
|
157 |
| -## Released v1.0.1 (May.8, 2015) |
| 157 | +## Release v1.0.1 (May.8, 2015) |
158 | 158 | ###Features:
|
159 | 159 | - Integrated with waffle.io for Project Management.
|
160 | 160 | - Added documentation for writing script rules.
|
|
0 commit comments