8000 Tags · SeeminglyScience/ClassExplorer · GitHub
[go: up one dir, main page]

Skip to content

Tags: SeeminglyScience/ClassExplorer

Tags

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
SeeminglyScience Patrick Meinecke
Actually increment version number this time

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update manifest for v2.3.2 (#42)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `number` keyword not resolving (#38)

Also add help for `hasdefault` and update manifest

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update manifest for v2.3.0 (#37)

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
SeeminglyScience Patrick Meinecke
Update manifest and release notes

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update manifest for 2.1.0 (#28)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
SeeminglyScience Patrick Meinecke
Up version to 2.0.1

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
SeeminglyScience Patrick Meinecke
Update README

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.1

Toggle v1.0.1's commit message
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.
0