Skip to content

v2.2.0

Compare
Choose a tag to compare
@SeeminglyScience SeeminglyScience released this 30 Apr 20:48
· 13 commits to master since this release
cc01dcb

What's Changed

Add -RecurseNestedType parameter (#31)

A lot of queries were a little harder with automatically recursing nested types. So, you could do something like:

Find-Type -Not -Base delegate | Find-Member -Not -Virtual | Find-Member Invoke

And end up with a bunch of members from nested delegates. This also lets you filter nested types easier. Basically, we are just actually treating
nested types like other members unless you specifically request otherwise.

Other

  • Filter sealed and abstract methods from virtual (#29)
  • Fix filters applying incorrectly with not or pipe (#30)
  • Add some extra aliases and update docs (#32)

Full Changelog: v2.1.0...v2.2.0