Newer
Older
dub_jkp / changelog / dub-remove.dd
  1. `dub remove --non-interactive` will now remove all packages by default
  2.  
  3. When calling a command with a package name and no version specification,
  4. the latest version is usually assumed.
  5. While this behavior makes sense for `dub fetch` or `dub run`,
  6. it can come as a surprise when cleaning up local packages through `dub remove`,
  7. and so previous version would simply error out when more than one version was available.
  8. From this version, `dub remove -n $PKGNAME` will just remove all cached versions
  9. of the package named `$PKGNAME`, without asking you to use `$PKGNAME@*`.