Skip to content

v0.16.0

Compare
Choose a tag to compare
@c4spar c4spar released this 09 Dec 22:58

Features

  • table: add static Table.chars() method to set global default table characters (#107) (fec09df)

Bug Fixes

  • keycode: f1-f4 + shift returns undefined key name (#111) (112c0b5)
  • prompt: fix default value of select prompt (#123) (3a97617)
  • prompt: wrong cursor position on windows (#114) (0e14b51)
  • prompt: remove async modifer from abstract method declartion that breaks cliffy on deno 1.6 (#122) (63351d0)

Code Refactoring

Chore