Releases: tomwhite007/rename-angular-component
Releases · tomwhite007/rename-angular-component
v3.0.0
v2.1.3
2.1.3 (2022-08-08)
Changes
Fix: Case insensitive drive letter for Windows.
v2.1.2
2.1.2 (2022-07-11)
Changes
Add Extra Debug Logging mk 2
Add debug logging of glob for issue 29 (all logging is optional)
v2.1.1
2.1.1 (2022-07-08)
Changes
Add Extra Debug Logging
Extra debug logging to explore issue 29.
v2.1.0
2.1.0 (2022-07-07)
Changes
Add Rename Modules feature
Basic implementation because rename sibling routing module at the same time causes too many breaking changes for now. Instead, user can right-click and rename that file afterwards.
v2.0.0
2.0.0 (2022-03-29)
Changes
Update lazy loaded route imports when affected by rename process
Renaming a routed component inside a same-named lazy loaded module folder will now update route imports
Renaming of selectors supports more files
Now updates selectors in .spec files, inline component templates and Storybook .stories files
Added integration testing capability
Test scenarios added - using Git diff snapshots
Bug Fixes
- Fix: Rename directive input attribute if it matches the current selector
- Fix: Tsmove bug; handle fixed path rules in get relative path
v1.1.0
1.1.0 (2022-03-02)
Changes
Full support for Nrwl Nx libs (multi-level and wildcard exports)
Renaming inside libs in Angular Workspaces and Nrwl Nx workspaces will now update class specifiers from imports inside apps.
- feat: recurse exported references to specifier
- fix: sort files so that core is renamed first
- feat: generate path without TS Config function
- feat: add inferred index file check to getReferenceEdits
- fix: update references even when edits are empty
- feat: make update references optional, default all updateMovedFile replaceEdits calls to processFiles
Add support for .css, .sass and .less
- feat: add rename compatibility with sibling css, sass and less files
Patch illegal char - dot
- fix: replace dots with dashes for name