1.5.0 (2022-03-07)
- correct inspect types (f9accd2)
1.4.0 (2022-01-17)
- 🚚 rename
imap
option toimportmap
(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)
- 🏷️ 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)
1.3.0 (2021-11-02)
1.2.0 (2021-08-31)
1.1.0 (2021-08-06)
- script: combined descriptions for composite scripts (cf17689)
1.0.2 (2021-07-19)
- don't normalize additional arguments in vr command (07505e2)
1.0.1 (2021-06-14)
1.0.0 (2021-05-27)
- run: use PowerShell by default on Windows
- 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)
- 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)
- cli: fix shell completions (216de2c)
1.0.0-beta.17 (2021-03-11)
- add env_file option (ea486a9)
1.0.0-beta.16 (2020-10-30)
- cli: add deno 1.5.0 new cli options (eada07f)
- deno 1.5.0 incompatibility (726a66c)
1.0.0-beta.15 (2020-10-23)
1.0.0-beta.14 (2020-09-24)
1.0.0-beta.13 (2020-07-15)
- std errors with deno 1.2.0 (848999a)
1.0.0-beta.12 (2020-06-30)
- feat(export): execute exported scripts in the correct workdir (ec6c502)
1.0.0-beta.11 (2020-06-09)
- add support for
.ts
config files (df27540)
- 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)
- run: add .js support to compact run (4226144)
- export: absolute outDir treated as relative (e6b8570)
1.0.0-beta.9 (2020-05-29)
1.0.0-beta.8 (2020-05-25)
- cli: version flag not working (2698141)
1.0.0-beta.7 (2020-05-25)
- export: add script exporting functionality (399d5e3)
- 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)
- export: add script exporting functionality (81e457f)
1.0.0-beta.5 (2020-05-17)
- script-normalization: wrong mergeParams argument order (0c54801)
1.0.0-beta.4 (2020-05-16)
- cli: add cliffy (82a142d)
- add support for loading velociraptor.{ext} files (d5e5f70)
- 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.