Skip to content

Releases: bakame-php/html-table

version 0.3.0

29 Sep 04:05
Compare
Choose a tag to compare

Added

  • Parser::tableXpathPosition
  • Parser::tableCaption
  • Table class which implements the TabularDataReader interface.
  • Parser::includeSection and Parser::excludeSection to improve section parsing.

Fixed

  • Improve identifier validation for Parser::tablePosition
  • Remove the $tableOffset property.
  • tableHeader can now re-arrange the table column and remove any unwanted column.

Deprecated

  • None

Removed

  • Parser::(in|ex)cludeTableFooter replaced by Parser::(in|ex)cludeSection

version 0.2.0

26 Sep 03:15
Compare
Choose a tag to compare

Added

  • Parser::withFormatter
  • Parser::withoutFormatter
  • ParserError to replace Error exception

Fixed

  • Add support for table rowspan attribute
  • Renamed Section enum values. The Enum is no longer a backed enum.
  • Renamed Parser::parseHTML into Parser::parseHtml for consistency

Deprecated

  • None

Removed

  • Error exception is renamed ParserError

version 0.1.0

23 Sep 10:52
Compare
Choose a tag to compare

First release