v1.1.0 π
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
- Refactor: Use camel casing in variables in Cmdlet @leojonathanoh (#9)
- Refactor: Remove unneeded -ExcludeDirectory parameter @leojonathanoh (#8)
- Refactor (tests): Update test entrypoint script @leojonathanoh (#4)
- Refactor (ci): Update PSModulePublisher submodule and update module manifest @leojonathanoh (#13)
- Refactor (ci): Move repository to theohbrothers namespace @leojonathanoh (#2)
- Refactor (ci): Add github workflows @leojonathanoh (#3)
π Documentation
- Docs: Update readme usage examples and cmdlet examples @leojonathanoh (#10)
- Docs: Update readme on usage of -AsHashtable switch @leojonathanoh (#19)
- Docs: Update readme on install @leojonathanoh (#18)
- Docs: Update readme badges @leojonathanoh (#12)
- Docs: Update readme and Cmdlet description @leojonathanoh (#11)
- Docs: Fix example comment in readme @leojonathanoh (#17)
π§° Maintenance
- Chore: Remove unused standalone ci tool scripts @leojonathanoh (#15)