Skip to content

v0.19.3

Compare
Choose a tag to compare
@c4spar c4spar released this 17 Jul 16:16
· 364 commits to main since this release
855a7b8

Features

Bug Fixes

  • command: external commands not working on windows (#224) (84ac5be)
  • command: remove v prefix from version in generated help text (#231) (f882abd)
  • command,flags: don't normalize arguments if stopEarly is enabled (#246) (2ea4938)
  • prompt: use exit code 130 for ctrl+c (#242) (2c014d7)

Code Refactoring

  • command: export github upgrade provider in upgrade/mod.ts (#232) (39a8075)
  • prompt: replace deprecated Deno.copy with copy method from std/io (#243) (f95b317)

Chore

  • ci: use denoland/setup-deno action (#219) (d93ad7d)
  • ci: use latest deno version in release action (36c1c07)
  • ci: upgrade eggs to v0.3.8 (1efd809)
  • egg: add keypress module to egg.yaml (fee6ed4)
  • upgrade: deno/std v0.101.0 (#244) (534094b)

Documentation Updates

  • ansi: fix functional example command (#235) (f3103b9)
  • command: fix type of args in stopEarly example (#240) (b909bc6)