Remove Rename-Many(remy)
Closed this issue · 1 comments
plastikfan commented
feat(rename-many)!: remove command, moved to new module BulkRenamer (#<156>)
BREAKING-CHANGE, new Major version required, 4.0.0.
Rename-Many will be spun out into its own module (Elizium.BulkRenamer).
Any regular expression based functionality should remain in Loopz as this is platform functionlaity that could be of benefit to other modules.
All open issues will need to be migrated.
functions that are currently internal which now need to be made public:
- get-Captures
- invoke-PostProcessing
functions that are specific to Rename-Many and should be ported over
- Rename-Many
- Add-Appendage
- Move-Match
- Update-Match
plastikfan commented
oops, I forgot to squash the commits on the feature branch before merging back to master. Try not to allow this to happen again.