@@ -9,18 +9,24 @@ This extension is available in two release channels for Visual Studio Code from
99 - Versioning for _ Preview_ follows an ` year.month.revision ` that increments for each release.
1010- [ Stable] [ ext-stable ] - Less frequent releases, with more user testing, experimental features are disabled.
1111 - Uses [ semantic versioning] ( https://semver.org/ ) to declare changes.
12+ - Aligned to versioning of PSRule.
1213Continue reading to see the changes included in the latest version.
1314
1415## Unreleased
1516
16- - General improvements:
17- - Added resource snippets for JSON and JSONC files. [ #477 ] ( https://github.com/microsoft/PSRule-vscode/issues/477 )
17+ ## v2.0.0
18+
19+ What's changed since v1.7.0:
20+
21+ - PSRule v2.0.0 support:
1822 - Added resource snippets for Suppression Groups. [ #588 ] ( https://github.com/microsoft/PSRule-vscode/issues/588 )
19- - Updated schema to support suppression groups . [ #574 ] ( https://github.com/microsoft/PSRule-vscode/issues/574 )
23+ - Updated schema to support Suppression Groups . [ #574 ] ( https://github.com/microsoft/PSRule-vscode/issues/574 )
2024 - Updated schema to support convert and case sensitive properties.
2125 [ #626 ] ( https://github.com/microsoft/PSRule-vscode/pull/626 )
2226 [ #630 ] ( https://github.com/microsoft/PSRule-vscode/pull/630 )
2327 - Updated schema to support improved validation of resource names. [ #638 ] ( https://github.com/microsoft/PSRule-vscode/pull/638 )
28+ - General improvements:
29+ - Added resource snippets for JSON and JSONC files. [ #477 ] ( https://github.com/microsoft/PSRule-vscode/issues/477 )
2430 - Improved compatibility with PowerShell extension. [ #607 ] ( https://github.com/microsoft/PSRule-vscode/issues/607 )
2531 - Supports either PowerShell or PowerShell Preview installed for running tasks.
2632 - If PowerShell extension is not installed or enabled, basic functions are still available.
0 commit comments