Skip to content

Latest commit

 

History

History
89 lines (58 loc) · 3.08 KB

CHANGELOG.md

File metadata and controls

89 lines (58 loc) · 3.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Added switch NotMatch (-Not) to psgrep to negate the grep (similiar to grep -v)
  • psgrep
    • Added IgnoreCase support if Highlight (-H) is also present (-H -O IgnoreCase)
  • Updated parameter naming so that -R is exlusive in all functions (-R = -Recurse)
    • All functions
      • Renamed ReturnSpecialDirectories to IncludeSpecialDirectories
    • pssize/size/Get-ItemSize
      • Renamed Raw to AsRaw
    • psgrep/Find-ItemContent
      • Renamed RegexOptions to Options
  • Added Hightlight (-H) switch to highlight the pattern in the output when using psgrep (Find-ItemContent)
  • The parameter order for psgrep has been changed so that specifying the parameter name -Pattern is no longer mandatory, since it is now the first parameter
  • Removed alias look of function Find-ItemContent as it correlates with the linux/unix command look
  • Added alias psfind for Find-Item
  • Added alias pssize for Get-ItemSize
  • Added new function Find-ItemContent with aliases psgrep and look as a fast alternative for linux/unix grep
  • Updated module manifest to include Functions/Aliases to export (This will support auto loading of the functions during pwsh start)
  • Updated logo
  • Added extended documentation for -Path and -Name parameter to make the use cases more clear

Also export aliases

Disabled private functions

Second public release using tags

First public release

Second testing release

[0.1.0]

First testing release