Skip to content

v2.1.14

Compare
Choose a tag to compare
@santisq santisq released this 12 Sep 00:59
· 11 commits to main since this release

What's Changed

  • No changes to the cmdlet but a few improvements to the code base:
    • #16 PSTreeCache and PSTreeIndexer internal classes have been sealed following the recommendations from dotnet/runtime#49944.
    • #17 Indent extension method has been changed to use StringBuilder.
    • #19 Improved ConvertToTree method. Was too complicated and inefficient, there was also no need to use Regex.
    • #20 -Depth parameter type was changed from int to uint and the documentation was updated accordingly.

Full Changelog: v2.1.13...v2.1.14