Skip to content

Releases: jurassiscripts/velociraptor

1.5.0

11 Jul 07:08
Compare
Choose a tag to compare

Bug Fixes

1.4.0

17 Jan 11:30
Compare
Choose a tag to compare

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

02 Nov 10:37
Compare
Choose a tag to compare

Bug Fixes

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

Features

1.2.0

31 Aug 08:28
Compare
Choose a tag to compare

Features

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

1.1.0

06 Aug 08:15
Compare
Choose a tag to compare

Features

1.0.2

26 Jul 08:49
Compare
Choose a tag to compare

Bug Fixes

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

1.0.1

14 Jun 12:40
Compare
Choose a tag to compare
chore(release): 1.0.1

1.0.0

27 May 15:30
Compare
Choose a tag to compare

⚠ 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

21 Mar 08:55
Compare
Choose a tag to compare
1.0.0-beta.18 Pre-release
Pre-release

Bug Fixes

1.0.0-beta.17

11 Mar 11:25
Compare
Choose a tag to compare
1.0.0-beta.17 Pre-release
Pre-release

Features

Bug Fixes