Skip to content

Releases: bakame-php/html-table

version 0.5.0

06 Jul 10:51

Choose a tag to compare

What's Changed

  • Upgrade dependencies on aide-error to version 0.2.0
  • fix use statement by @tacman in #6

New Contributors

  • @tacman made their first contribution in #6

Full Changelog: 0.4.0...0.5.0

0.4.0

11 May 19:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.0...0.4.0

version 0.3.0

29 Sep 04:05

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

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

Choose a tag to compare

First release