Releases: theohbrothers/Get-DuplicateItem
Releases ยท theohbrothers/Get-DuplicateItem
v1.2.0
Changes
๐ Features
- Enhancement (ci): Bump PSModulePublisher to
v0.7.0
@leojonathanoh (#25) - Enhancement (ci): Add Powershell 7.3 and 7.4 test jobs @leojonathanoh (#26)
v1.1.3 ๐
Changes
๐ Bug Fixes
- Fix (tests): Fix some unit tests to use Pester v4 syntax @leojonathanoh (#24)
v1.1.2 ๐
Changes
๐ Bug Fixes
- Fix (tests): Fix test entrypoint script not exiting with non-zero exit code on any failed test @leojonathanoh (#22)
- Fix (tests): Fix non-existing Out-File -Path parameter in Powershell <= 5 @leojonathanoh (#23)
v1.1.1 ๐
Changes
๐ Bug Fixes
- Fix (modulemanifest): Export functions instead of cmdlets @leojonathanoh (#21)
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)
v1.0.1
Release version v1.0.1
v1.0.0
Update documentation