All Notable changes to bakame/html-table
will be documented in this file.
0.3.0 - 2023-09-29
Parser::tableXpathPosition
Parser::tableCaption
Table
class which implements theTabularDataReader
interface.Parser::includeSections
andParser::excludeSections
to improve section parsing.
- Improve identifier validation for
Parser::tablePosition
- Remove the
$tableOffset
property. tableHeader
can now re-arrange the table column and remove any unwanted column.
- None
Parser::(in|ex)cludeTableFooter
replaced byParser::(in|ex)cludeSections
0.2.0 - 2023-09-26
Parser::withFormatter
Parser::withoutFormatter
ParserError
to replaceError
exception
- Add support for table
rowspan
attribute - Renamed
Section
enum values. The Enum is no longer a backed enum. - Renamed
Parser::parseHTML
intoParser::parseHtml
for consistency
- None
Error
exception is renamedParserError
Initial release!