Releases: bakame-php/html-table
Releases · bakame-php/html-table
version 0.3.0
Added
Parser::tableXpathPosition
Parser::tableCaption
Table
class which implements theTabularDataReader
interface.Parser::includeSection
andParser::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 byParser::(in|ex)cludeSection
version 0.2.0
Added
Parser::withFormatter
Parser::withoutFormatter
ParserError
to replaceError
exception
Fixed
- 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
Deprecated
- None
Removed
Error
exception is renamedParserError
version 0.1.0
First release