Skip to content

v0.2.0

Choose a tag to compare

@eproxus eproxus released this 07 Dec 18:21
· 10 commits to main since this release
v0.2.0
645465b

Added

  • Columns can be aligned by a column spec, e.g. #{key => foo, alight => right}
  • It is now possible to specify the same column multiple times
  • Support mixed column types (index or spec)
  • Column contents can now be formatted
  • A row can be any term, which counts as a single column row with that term
  • Proplists are formatted as maps with proper column keys

Full Changelog: v0.1.0...v0.2.0