Skip to main content
Module

x/velociraptor/CHANGELOG.md

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

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.