Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 485 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 485 Bytes

0.1.2 (not released yet)

...

0.1.1

  • refactored table.rb to increase readability and lower overall code complexity (#15)
  • Fixed multi line table headers that involve cells that span multiple columns (#8)
  • respect an explicit set table width, given an header with rowspan across all cells (#6)

0.1.0

  • Fix table wrapping when cells in the last row on a page have a rowpan > 1 (#3,#5)
  • First official release after extraction. Based on the table code from Prawn 1.1.0