File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1212RootModule = ' ClassExplorer.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 2.0.1 '
15+ ModuleVersion = ' 2.1.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Desktop' , ' Core'
@@ -78,6 +78,19 @@ PrivateData = @{
7878
7979 # ReleaseNotes of this module
8080 ReleaseNotes = @'
81+ ## 2.1.0
82+
83+ - Add signature keywords `abstract` and `concrete`
84+ - Find-Type no longer includes non-public classes when `-Not` is specified
85+ - Members from `System.Object` are now properly excluded from structs and enums when `-IncludeObject` is not specified
86+ - `params` now shows in member format
87+ - Member formatting is now grouped by full type name of reflected type.
88+ - New slot virtual members now display properly when they are also sealed
89+
90+ ## 2.0.1
91+ - Fix error messages and help
92+
93+ ## 2.0.0
8194- Added type signatures, a custom query language built into type expressions. See https://seemingly.dev/about-type-signatures
8295- A lot of fixes and tweaks
8396- Removed Find-Namespace command
You can’t perform that action at this time.
0 commit comments