Skip to content

Releases: egoist/dum

v0.1.19

14 Dec 11:12
Compare
Choose a tag to compare
  • Revert v0.1.18, because some npm/pnpm flags are not supported by dum.

v0.1.18

14 Dec 06:49
Compare
Choose a tag to compare
  • Replacing npm run yarn pnpm run npx pnpx in npm script with dum.
  • Tweak log format.

v0.1.17

07 Dec 15:50
Compare
Choose a tag to compare
  • fixed a regression where dum <bin> stopped working

v0.1.16

07 Dec 15:17
Compare
Choose a tag to compare
  • Resolve -c <dir> to absolute path, previously it always searches package.json from current directory even if -c contains ../.
  • Allow flags in install uninstall add commands.

v0.1.15

07 Dec 14:06
Compare
Choose a tag to compare
  • Forward args to install uninstall and add commands

v0.1.14

07 Dec 13:36
Compare
Choose a tag to compare
  • Commands like install uninstall add are now handled before npm scripts, previously if there're no scripts or no package.json the command will not be executed.
  • Properly restore cursor after ctrl-c.

v0.1.13

07 Dec 10:30
Compare
Choose a tag to compare
  • Ability to select npm scripts interactively, with -i, --interactive flag

v0.1.12

04 Dec 17:10
Compare
Choose a tag to compare
  • Properly concat $PATH on Windows. #24

v0.1.11

04 Dec 07:35
Compare
Choose a tag to compare
  • Resolve node_modules/.bin in parent directories too

v0.1.10

24 Nov 08:39
Compare
Choose a tag to compare
  • Fallback to run binaries in node_modules/.bin/ when specified script doesn't exist in package.json.
  • Available via Homebrew brew install egoist/tap/dum