This project adheres to Semantic Versioning.
1.7.2 - 2018-01-25
- Changed tags for better support in the PowerShellGallery.
1.7.1 - 2015-07-14
- Added
Find-String.psd1
for support with the PowerShellGallery.
- Modified script to align more closely with recommendations from PSScriptAnalyzer.
1.7.0 - 2015-06-29
- Added
listMatchesOnly
which will display all files that have matches in them (but won't actually display the matches).
1.6.1 - 2012-04-15
- Added a
Get-Module
check to prevent double imports.
1.6.0 - 2012-04-03
- Added support for installation via PsGet.
1.5.0 - 2011-12-15
- Converted
Find-String
to be a PowerShell module
1.4.2 - 2011-09-17
- Fixed an issue related to a missing pipe character (it worked in PowerShell v2, but failed in PowerShell v3)
1.4.1 - 2010-11-19
- Fixed an issue with color output in PowerShell ISE (only outputs with foreground or background color if they're set)
1.4.0 - 2010-09-01
- Added initial file and directory exclusion parameters (
-excludeFiles
and-excludeDirectories
)
1.3.0 - 2010-04-20
- Added
-include
parameter in addition to the existing-filter
parameter.
1.2.0 - 2010-02-16
- Added
-passThru
parameter, which bypasses any formatting and allows for additional operations in the PowerShell pipeline (such as working with theMatchInfo
object) - Resolves issue #1
1.1.0 - 2009-08-06
- Added support for
-Path
parameter, which allows for searching in a directory other than the current directory.
- Initial version of
Find-String
based on Wes Haggard's original version. - Requires PowerShell v2.