Skip to content

Releases: eproxus/grid

v0.2.1

07 Dec 18:29
v0.2.1
ad5d1a6

Choose a tag to compare

Changed

  • titlecase is now uses proper title capitalization (APA style)

Full changelog: https://github.com/eproxus/grid/compare/v0.2.0..v0.2.1

v0.2.0

07 Dec 18:21
v0.2.0
645465b

Choose a tag to compare

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

v0.1.0

01 Mar 09:26
0.1.0
bdd3029

Choose a tag to compare

Initial version.

Full Changelog: https://github.com/eproxus/grid/commits/v0.1.0