Releases: bakame-php/html-table
Releases · bakame-php/html-table
version 0.5.0
0.4.0
What's Changed
- updates namespace in docs by @danieldevine in #3
- Add support for PHP8.4 by @nyamsprod
- But league/csv requirement to version 9.23.0 by @nyamsprod
New Contributors
- @danieldevine made their first contribution in #3
Full Changelog: 0.3.0...0.4.0
version 0.3.0
Added
Parser::tableXpathPositionParser::tableCaptionTableclass which implements theTabularDataReaderinterface.Parser::includeSectionandParser::excludeSectionto improve section parsing.
Fixed
- Improve identifier validation for
Parser::tablePosition - Remove the
$tableOffsetproperty. tableHeadercan now re-arrange the table column and remove any unwanted column.
Deprecated
- None
Removed
Parser::(in|ex)cludeTableFooterreplaced byParser::(in|ex)cludeSection
version 0.2.0
Added
Parser::withFormatterParser::withoutFormatterParserErrorto replaceErrorexception
Fixed
- Add support for table
rowspanattribute - Renamed
Sectionenum values. The Enum is no longer a backed enum. - Renamed
Parser::parseHTMLintoParser::parseHtmlfor consistency
Deprecated
- None
Removed
Errorexception is renamedParserError
version 0.1.0
First release