Tags: SeeminglyScience/ClassExplorer
Tags
Release 1.1.0 (#6) * Add Find-Namespace cmdlet - Add Find-Namespace cmdlet for discovering namespaces and making it easier to filter by namespace. - Add argument completion for namespaces and namespace names - Add Not parameter to Find-* cmdlets to negate matches. - Fix an issue where the Find-* cmdlets would return all matches in the AppDomain when passed null pipeline input. * Add namespace input support Find-* - Add support for NamespaceInfo objects as pipeline input for the other Find-* cmdlets - Fix Not parameter support Find-* cmdlets - Fix ExpectingInput support for Find-* cmdlets - Add argument completion for the Find-Type parameter "Namespace" * Add assembly name argument completion * Update help to reflect parameter changes * Refactor build process - Update development dependencies - Update microsoft/powershell docker container for CircleCI - Add a standalone build.ps1 that should be invokable with no installed development dependencies - Add release folder to AppVeyor artifacts * Refactor tests - Replace custom assertion functions with custom assertion operators - Add tests for new argument completers, Find-Namespace, and new parameters * Fix AppVeyor error * Update release notes
Fix positional parameter binding for FilterScript (#5) * Allow FilterScript to be a positional argument - Change Find-Member and Find-Type to allow either FilterScript or Name to be in position 0 based on type. (e.g. Find-Type { $_.Name } or Find-Type Name) - Add tests for positional binding. - Remove a method in TypeArgumentCompleter that was left in by mistake and isn't used. * Fix argument completer for Find-Type Added the argument completer back onto Find-Type and fixed the bad test for type name validation.
PreviousNext