Skip to content

v0.25.5

Compare
Choose a tag to compare
@c4spar c4spar released this 03 Dec 16:02
· 141 commits to main since this release
1fc674d

Features

  • command: expose .throw() method (#508) (f07d37a)
  • command: add cmd property to ValidationError (#506) (27ae6cd)
  • command: add error handler (#505) (a9f55b2)
  • keypress: add char property to KeyPressEvent (#504) (0b655c7)
  • keycode: add char property to KeyCode and support more special chars (#501) (b0db79e)

Bug Fixes

  • command: add missing await to catch validation error correctly (#500) (f33161a)
  • command: export UpgradeCommand from command/mod.ts (#482) (fee48bf)
  • prompt: ignore special key like F1, escape, etc. in input prompts (#502) (1e444a7)
  • prompt: grammar longer then to longer than (#497) (1b6b563)

Code Refactoring

  • prompt: refactor handleEvent method in input prompt (#503) (94fa06b)
  • prompt: use long names for generic parameters (#491) (f2a0d2a)

Chore

Unit/Integration Tests

  • prompt: use assertSnapshot for snapshot tests (#493) (e3a2d65)

Documentation Updates

  • command: update example (572c44f)
  • command: add example for .throw() method (#509) (dd4d33d)
  • command: add missing await in command examples (#507) (1443b38)
  • examples: don't use deprecated OptionType (#487) (a9a0a98)