Skip to content

v0.5.0

Compare
Choose a tag to compare
@c4spar c4spar released this 03 May 12:31

Features

Code Refactoring

  • use explicit version of deno std module's (fcdf97a)
  • use utf8 encoding module instead of TextEncoder for text encoding (b29e1ba)
  • command: use new Table class in help command (5f203d1)

Chore

Documentation Updates

BREAKING CHANGES

  • table: rewrite table module (65988b7)

    Old table method's like table and renderTable are replaced by the new Table class.