Skip to content

v1.0.0-rc.6

Compare
Choose a tag to compare
@c4spar c4spar released this 28 Sep 20:57
· 9 commits to main since this release
409d25e

Features

  • add support for deno v2 (#745) (64fff28)
  • command: add support for disabling spinner in upgrade command (#749) (62fa792)
  • command: add support for npm package without scope to npm provider (#748) (f882fa0)

Bug Fixes

  • command: directly print example text w/o capitalization (#741) (b0f1942)
  • command: new version info is displayed if no stable version is available (#726) (3295c7a)
  • internal: resolve null instead of returning null (#752) (779cf08)
  • internal: fix readSync method (#747) (2d8aa19)
  • prompt: increase buffer size of input prompts for nodejs to allow paste of more than 8 chars (#739) (dd9aab0)

Code Refactoring

  • command: remove unused files (#751) (ced45fc)
  • prompt: set list index to 0 instead of 1 when selecting a group option (#727) (09c8c7a)

Chore

Documentation Updates

  • examples: use workspace specifier for imports (#728) (33b01f8)