Skip to content

v1.1.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 22:37
· 26 commits to master since this release
e8d7493

Changes

πŸš€ Features

  • Enhancement: Add missing unit tests for duplicate -Recurse and -Recurse -Hashtable cases @leojonathanoh (#20)
  • Enhancement (development): Add .vscode/tasks.json @leojonathanoh (#14)

πŸ› Bug Fixes

  • Fix: Fix error handling in Cmdlet @leojonathanoh (#7)
  • Fix (tests): Fix unit test to not use inherent .Count property which does not exist in Set-StrictMode -Version latest @leojonathanoh (#6)
  • Fix (tests): Fix Cmdlet and its unit test to return FileInfo objects directly when not using -AsHashtable @leojonathanoh (#5)
  • Fix (development): Update .gitignore to include .gitmodules @leojonathanoh (#16)

πŸ–ŠοΈ Refactors

πŸ“ Documentation

🧰 Maintenance