Skip to content

Commit 4ef1df1

Browse files
Update manifest for 2.1.0 (#28)
1 parent cf3e638 commit 4ef1df1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

module/ClassExplorer.psd1

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'ClassExplorer.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.0.1'
15+
ModuleVersion = '2.1.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = '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

0 commit comments

Comments
 (0)