Skip to content

v1.2.7

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 14 Jul 22:45
· 847 commits to main since this release

Only remove lookups that match full directory name. This fix edge cases like:

  • my-lib/generators/app => my-:app, instead of my-lib:app
  • my.lib/generators/app => mylib:app, instead of my.lib:app
  • test/generators/generators-thing => test:-thing