Skip to main content
Module

x/velociraptor/CHANGELOG.md

The npm-style script runner for Deno
Go to Latest
File

1.0.1 (2021-06-14)

1.0.0 (2021-05-27)

⚠ BREAKING CHANGES

  • run: use PowerShell by default on Windows

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)
  • run: use PowerShell by default on Windows (bb64b3e)

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)

1.0.0-beta.18 (2021-03-21)

Bug Fixes

  • cli: fix shell completions (216de2c)

1.0.0-beta.17 (2021-03-11)

Features

1.0.0-beta.16 (2020-10-30)

Features

  • cli: add deno 1.5.0 new cli options (eada07f)

Bug Fixes

  • deno 1.5.0 incompatibility (726a66c)

1.0.0-beta.15 (2020-10-23)

Features

1.0.0-beta.14 (2020-09-24)

Features

  • cli: add bash completions support (84a7214)
  • config: add new Deno cli options (9dcff3e)

1.0.0-beta.13 (2020-07-15)

Bug Fixes

  • std errors with deno 1.2.0 (848999a)

1.0.0-beta.12 (2020-06-30)

Revert

  • feat(export): execute exported scripts in the correct workdir (ec6c502)

1.0.0-beta.11 (2020-06-09)

Features

  • add support for .ts config files (df27540)

Bug Fixes

  • cli: default help option not working (4a88bfa), closes #32
  • config: use the file:// protocol to import ts config files (e82be9c)
  • export: execute exported scripts in the correct workdir (446962f)

1.0.0-beta.10 (2020-06-05)

Features

  • run: add .js support to compact run (4226144)

Bug Fixes

  • export: absolute outDir treated as relative (e6b8570)

1.0.0-beta.9 (2020-05-29)

Bug Fixes

  • quoted arguments with spaces are split (c00c866), closes #28

1.0.0-beta.8 (2020-05-25)

Bug Fixes

  • cli: version flag not working (2698141)

1.0.0-beta.7 (2020-05-25)

Features

  • export: add script exporting functionality (399d5e3)

Bug Fixes

  • cli: flags in additionalArgs consumed by vr (9510a92), closes #26
  • script-config: add ParallelScripts to CompositeScript (bb3d7bf)
  • correct validation functions imports (454cb75)

1.0.0-beta.6 (2020-05-22)

Features

  • export: add script exporting functionality (81e457f)

1.0.0-beta.5 (2020-05-17)

Bug Fixes

  • script-normalization: wrong mergeParams argument order (0c54801)

1.0.0-beta.4 (2020-05-16)

Code Refactoring

Features

  • add support for loading velociraptor.{ext} files (d5e5f70)

BREAKING CHANGES

  • cli: vr subcommands (ie ‘run’, ‘help’…) have been introduced and can collide with equal script names. Use the ‘run’ command to avoid colliding with the cli.