Jurassiscripts Velociraptor Versions Save

The npm-style script runner for Deno

1.5.0

1 year ago

Bug Fixes

1.4.0

2 years ago

Bug Fixes

  • 🏷️ add deprecated imap to options type (6ad120e)
  • 🗑️ add imap back with a deprecation notice (8c3beb0)
  • 🚚 rename imap.ts to importmap.ts (f3f841a)
  • commit with correct format for commitlint (d857c7c)
  • commitlint script (b198bb2)
  • rename wrong script name (6edba1c)

Features

  • 🚚 rename imap option to importmap (ac6a2a5)
  • add .js and .mjs support to loader (cc03e3b)
  • add watch option to bundle, fmt and lint commands (4e76fc0)
  • support deno.json config file (a4e1101)

1.3.0

2 years ago

Bug Fixes

  • hooks: first argument missing from GIT_ARGS (5ecea0e), closes #82

Features

  • hooks: change script prefix to works on windows (b076cca) (@ulthuan)
  • hooks: create multishell prefix (2e6ab58) (@ulthuan)

1.2.0

2 years ago

Features

  • support desc field for parallel scripts (142482f)
  • support for Deno v1.13.x (00fd1b1)

1.1.0

2 years ago

Features

  • script: combined descriptions for composite scripts (cf17689) (@paambaati)

1.0.2

2 years ago

Bug Fixes

  • don't normalize additional arguments in vr command (07505e2)

1.0.1

2 years ago

1.0.0

2 years ago

⚠ BREAKING CHANGES

  • run: use PowerShell by default on Windows

Bug Fixes

  • config: add missing "write" permission flag (4172957)
  • config: prevent error when a config file is completely empty (83f1bf9)
  • hooks: forward git hooks through a variable to avoid breaking scripts (5ee07e0)
  • hooks: prevent git subprocess from printing errors (a931a84)
  • hooks: typo in hook script template (0a14727)
  • scripts: kill processes in addition to closing them on errors (1b437b6)
  • scripts: use /x/process to correctly kill processes on all platforms (13136e8)

Features

  • cli: add git hook to script info output (dba1ba6)
  • cli: add hooks command (561a4fd)
  • cli: add run-hook command (66f127f)
  • cli: add upgrade command and update notifier (8bcf024)
  • git-hooks: draft git hooks integration (210f0b7)
  • hooks: add githook typing (02abd70)
  • hooks: add hooks installation checks (98c9f43)
  • hooks: backup user-defined hooks before installing (39ab6be)
  • hooks: use git cli to get the correct git dir (26ed86c)

1.0.0-beta.18

3 years ago

Bug Fixes

  • cli: fix shell completions (216de2c) (@c4spar)

1.0.0-beta.17

3 years ago

Features

  • add envFile option (ea486a9) (@c4spar)

Bug Fixes

  • fix isolatedModules (c3c4df8) (@beckend)