@@ -27,6 +27,8 @@ Continue reading to see the changes included in the latest version.
2727
2828## Unreleased
2929
30+ ## v2.6.0
31+
3032What's changed since v2.5.0:
3133
3234- Engineering:
@@ -126,30 +128,40 @@ What's changed since v2.0.0:
126128 and the snippet used to create documentation.
127129 - To use try this feature, install the preview channel with experimental features enabled.
128130- Engineering:
129- - Bump fs-extra to v10.1.0 [ #670 ] ( https://github.com/microsoft/PSRule-vscode/pull/670 )
130- - Updated PSRule schema files. [ #688 ] ( https://github.com/microsoft/PSRule-vscode/pull/688 )
131+ - Bump fs-extra to v10.1.0.
132+ [ #670 ] ( https://github.com/microsoft/PSRule-vscode/pull/670 )
133+ - Updated PSRule schema files.
134+ [ #688 ] ( https://github.com/microsoft/PSRule-vscode/pull/688 )
131135
132136## v2.0.0
133137
134138What's changed since v1.7.0:
135139
136140- PSRule v2.0.0 support:
137- - Added resource snippets for Suppression Groups. [ #588 ] ( https://github.com/microsoft/PSRule-vscode/issues/588 )
138- - Updated schema to support Suppression Groups. [ #574 ] ( https://github.com/microsoft/PSRule-vscode/issues/574 )
141+ - Added resource snippets for Suppression Groups.
142+ [ #588 ] ( https://github.com/microsoft/PSRule-vscode/issues/588 )
143+ - Updated schema to support Suppression Groups.
144+ [ #574 ] ( https://github.com/microsoft/PSRule-vscode/issues/574 )
139145 - Updated schema to support convert and case sensitive properties.
140146 [ #626 ] ( https://github.com/microsoft/PSRule-vscode/pull/626 )
141147 [ #630 ] ( https://github.com/microsoft/PSRule-vscode/pull/630 )
142- - Updated schema to support improved validation of resource names. [ #638 ] ( https://github.com/microsoft/PSRule-vscode/pull/638 )
148+ - Updated schema to support improved validation of resource names.
149+ [ #638 ] ( https://github.com/microsoft/PSRule-vscode/pull/638 )
143150- General improvements:
144- - Added resource snippets for JSON and JSONC files. [ #477 ] ( https://github.com/microsoft/PSRule-vscode/issues/477 )
145- - Improved compatibility with PowerShell extension. [ #607 ] ( https://github.com/microsoft/PSRule-vscode/issues/607 )
151+ - Added resource snippets for JSON and JSONC files.
152+ [ #477 ] ( https://github.com/microsoft/PSRule-vscode/issues/477 )
153+ - Improved compatibility with PowerShell extension.
154+ [ #607 ] ( https://github.com/microsoft/PSRule-vscode/issues/607 )
146155 - Supports either PowerShell or PowerShell Preview installed for running tasks.
147156 - If PowerShell extension is not installed or enabled, basic functions are still available.
148157- Engineering:
149- - Added workflow to sync PSRule schemas. [ #592 ] ( https://github.com/microsoft/PSRule-vscode/issues/592 )
150- - Bump vscode engine to v1.66.0. [ #653 ] ( https://github.com/microsoft/PSRule-vscode/pull/653 )
158+ - Added workflow to sync PSRule schemas.
159+ [ #592 ] ( https://github.com/microsoft/PSRule-vscode/issues/592 )
160+ - Bump vscode engine to v1.66.0.
161+ [ #653 ] ( https://github.com/microsoft/PSRule-vscode/pull/653 )
151162- Bug fixes:
152- - Fixed change syntax highlighting on PowerShell files. [ #495 ] ( https://github.com/microsoft/PSRule-vscode/issues/495 )
163+ - Fixed change syntax highlighting on PowerShell files.
164+ [ #495 ] ( https://github.com/microsoft/PSRule-vscode/issues/495 )
153165
154166## v1.7.0
155167
@@ -175,25 +187,33 @@ What's changed since v1.5.0:
175187What's changed since v1.4.0:
176188
177189- General improvements:
178- - Added ` Rule.Baseline ` option configuration the default baseline with module configuration. [ #475 ] ( https://github.com/microsoft/PSRule-vscode/issues/475 )
179- - Added support for resources within ` .Rule.json ` , ` .Rule.jsonc ` , and ` .Rule.yml ` files. [ #476 ] ( https://github.com/microsoft/PSRule-vscode/issues/476 )
180- - Configured workspace trust. [ #304 ] ( https://github.com/microsoft/PSRule-vscode/issues/304 )
190+ - Added ` Rule.Baseline ` option configuration the default baseline with module configuration.
191+ [ #475 ] ( https://github.com/microsoft/PSRule-vscode/issues/475 )
192+ - Added support for resources within ` .Rule.json ` , ` .Rule.jsonc ` , and ` .Rule.yml ` files.
193+ [ #476 ] ( https://github.com/microsoft/PSRule-vscode/issues/476 )
194+ - Configured workspace trust.
195+ [ #304 ] ( https://github.com/microsoft/PSRule-vscode/issues/304 )
181196 - Currently the extension relies on PowerShell which only works when the workspace is trusted.
182197- Engineering:
183- - Bump vscode engine to v1.62.0. [ #473 ] ( https://github.com/microsoft/PSRule-vscode/pull/473 )
198+ - Bump vscode engine to v1.62.0.
199+ [ #473 ] ( https://github.com/microsoft/PSRule-vscode/pull/473 )
184200
185201## v1.4.0
186202
187203What's changed since v1.3.0:
188204
189205- General improvements:
190- - Added options schema to support additional options. [ #395 ] ( https://github.com/microsoft/PSRule-vscode/issues/395 ) [ #451 ] ( https://github.com/microsoft/PSRule-vscode/issues/451 )
206+ - Added options schema to support additional options.
207+ [ #395 ] ( https://github.com/microsoft/PSRule-vscode/issues/395 )
208+ [ #451 ] ( https://github.com/microsoft/PSRule-vscode/issues/451 )
191209 - Added support for ` Input.IgnoreRepositoryCommon ` , ` Output.Footer ` , ` Output.JsonIndent ` , and ` Rule.IncludeLocal ` .
192- - Added expressions improvements: [ #452 ] ( https://github.com/microsoft/PSRule-vscode/issues/452 )
210+ - Added expressions improvements:
211+ [ #452 ] ( https://github.com/microsoft/PSRule-vscode/issues/452 )
193212 - Added ` SetOf ` , ` Subset ` , and ` Count ` set conditions.
194213 - Added ` name ` , and ` type ` properties to ` Expression ` objects.
195214- Engineering:
196- - Bump vscode engine to v1.61.0. [ #432 ] ( https://github.com/microsoft/PSRule-vscode/pull/432 )
215+ - Bump vscode engine to v1.61.0.
216+ [ #432 ] ( https://github.com/microsoft/PSRule-vscode/pull/432 )
197217
198218## v1.3.0
199219
0 commit comments