Releases: LS-Instruments/RepoHerd
Releases · LS-Instruments/RepoHerd
v9.1.0 — Invoke-RepoHerd for PowerShell Gallery
Added
Invoke-RepoHerdfunction as the module entry point for PowerShell Gallery users- After
Install-Module RepoHerd, users can callInvoke-RepoHerddirectly - Defaults to
dependencies.jsonin the current working directory - Same parameters as
RepoHerd.ps1
- After
Changed
RepoHerd.ps1refactored to a thin wrapper that delegates toInvoke-RepoHerd
Install
Install-Module -Name RepoHerd
Invoke-RepoHerdv9.0.0 — RepoHerd
Breaking Changes
- Project renamed from LsiGitCheckout to RepoHerd
- Module:
LsiGitCheckout.psm1→RepoHerd.psm1 - Entry point:
LsiGitCheckout.ps1→RepoHerd.ps1 - Manifest:
LsiGitCheckout.psd1→RepoHerd.psd1 - Initialization function:
Initialize-LsiGitCheckout→Initialize-RepoHerd - Error file:
LsiGitCheckout_Errors.txt→RepoHerd_Errors.txt
- Module:
Added
- GitHub Pages landing page with SEO metadata, sitemap, and robots.txt
- Split detailed documentation from README into dedicated files under
docs/
Migration from v8.x
Update any scripts that reference the old filenames or function name:
# Before
.\LsiGitCheckout.ps1 -InputFile dependencies.json
# After
.\RepoHerd.ps1 -InputFile dependencies.jsonv8.0.1
Full Changelog: v8.0.0...v8.0.1
v8.0.0
Full Changelog: v7.1.0...v8.0.0
v7.1.0
Full Changelog: v7.0.0...v7.1.0
v7.0.0
Full Changelog: v6.2.1...v7.0.0
v6.2.1
Full Changelog: v6.2.0...v6.2.1
v6.2.0
Full Changelog: v6.1.0...v6.2.0
v6.1.0
Full Changelog: v6.0.0...v6.1.0
v6.0.0
Full Changelog: v5.0.0...v6.0.0