Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 19:30
· 19 commits to main since this release

Changelog

Features

  • df9958e feat: support dash as stdio input

Bug fixes

  • 5993701 fix: avoid crash when cell's minimal length is too short
  • b613089 fix: don't fail on missing tty, make maxColumns prefer environ

Refactorings

  • 0c28621 refactor: better filter for columns flag
  • f77f956 refactor: cleaner interface for renderer
  • 99d3a2f refactor: rename ColumnsValue in just Columns
  • ce45e8d refactor: switch from kingpin to stdlib's flag for args parsing
  • e2fe45e refactor: switch from termtables to tablewriter
  • 6f2e121 refactor!: simpified approach to render ⚠️

Others

  • 2fb6b87 perf: small optimization, don't process filtered out rows