HTMLdoc v1.8.2
This update fixes some bugs, improves syntax, and updates dependencies:
- Updated
require
to be used as a keyword instead of a function - Slashed library functions
- Updated
readme.md
- Fixed bug in
tag::getIndex()
where it was generating the indexes from only the tag objects, meaning that when there were other node types such as text nodes, the index would be out of step, causing nodes to be inserted into the wrong position - The CSS and Javascript cache directory is now created recursively
- Fixed issue #8 where
parse_url()
is unreliable for relative URIs - Fixed issue #10 where the
strikethrough
element was missing from the list of inline elements - Added PHPstan
- Added tests