All Versions
7
Latest Version
Avg Release Cycle
95 days
Latest Release
1303 days ago

Changelog History

  • v0.9.3

    September 30, 2020
  • v0.9.2

    July 12, 2020
  • v0.9.1

    July 12, 2020
  • v0.9.0

    May 10, 2020
  • v0.4.0 Changes

    March 14, 2019
    • table#column now returns a column object containing cells instead of an array of cells. To allow a more consistent api for setting alignment for entire columns.
      table.column(0, align: :center) # this works
      table.column(0).align = :center # can now also do this
      table.column(0).align(:center) # and this
    
  • v0.3.0

    March 13, 2019
  • v0.2.0

    March 08, 2019