Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

85 lines (43 loc) · 1.02 KB

@astrojs/cli-kit

0.2.3

Patch Changes

  • 9fd538f: Respect Ctrl + C when spinner is active

0.2.2

Patch Changes

  • Update project names

0.2.1

Patch Changes

  • d24e9ee: Fix line spacing for spinner

0.2.0

Minor Changes

  • d64ab0b: Expose stdout hooks to all functions

0.1.6

Patch Changes

  • 1daaad1: Hopefully fixes input locking issue

0.1.5

Patch Changes

  • b686135: Make Houston friendly again (whoops)

0.1.4

Patch Changes

  • 1c61aa5: Ensure setRawMode is only called when process.stdin.isTTY

0.1.3

Patch Changes

  • update ascii/unicode logic, expose forceUnicode util

0.1.2

Patch Changes

  • Fix useAscii logic

0.1.1

Patch Changes

  • Update isWin util to respect a FORCE_UNICODE process.env variable

0.1.0

Minor Changes

  • 40d2a47: Improve Windows compatability

0.0.4

Patch Changes

  • 703ec77: Close readline when animation is done

0.0.3

Patch Changes

  • fix clear issue

0.0.2

Patch Changes

  • Fix utils types