Skip to content

Releases: eiri/taon

v0.3.2

21 Aug 19:43
Compare
Choose a tag to compare

Changelog

v0.3.1

21 Aug 19:12
Compare
Choose a tag to compare

Changelog

v0.3.0

21 Aug 14:24
Compare
Choose a tag to compare

Changelog

Features

  • 37d835b feat: show objects as an attribute table

Refactorings

  • f73c349 refactor: switch to goccy/go-json

v0.2.0

20 Aug 19:30
Compare
Choose a tag to compare

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

v0.1.5

18 Aug 21:26
Compare
Choose a tag to compare

Changelog

Others

  • e9cac01 CI for 1.14 only and switch to termtables fork
  • 9dc78e8 Change project structure to cmd/pkg and refactor code accordingly
  • 04e77a7 Convert to go mod
  • e611153 Merge pull request #25 from eiri/modernize
  • d435edd Merge pull request #27 from eiri/gh-actions
  • 5acda8d Switch from travis to gh actions
  • 1596bd6 Switch to VM based travis
  • c5cc58d build: switch to goreleaser for release management

v0.1.4

17 Jul 05:02
7eb43bf
Compare
Choose a tag to compare
  • Add make target for code coverage and project scorecard
  • Switch from tablewrite to termtables
  • Flatten deep JSON before printing
  • Cell-trimming: make sure table fits into screen

v0.1.3

03 Jul 18:08
7bd739e
Compare
Choose a tag to compare
  • Support showing of none-object arrays

v0.1.2

02 Jul 15:26
e971461
Compare
Choose a tag to compare
  • Support reading from a file
  • Support output as a markdown table

v0.1.1

29 Jun 17:01
71b2f32
Compare
Choose a tag to compare
  • Allow to specify columns list.

v0.1.0

26 Jun 00:28
Compare
Choose a tag to compare

Basic functionality that allows to take JSON object or array of objects from STDIN and transforms them into ASCII table. Columns sorted in alphabetical order.