HTMLdoc v1.2.4
This release fixes some issues, updates dependencies and adds a new feature:
- Fixed issue in
custom::parse()where the regular expression didn't always capture all the code - Updated
tag::html()to remove quotes from attributes that have a/in it, also used a different function - Fixed issues with invalid charsets, updated code to check the charset is valid in
htmldoc::getCharsetFromHtml() - Updated
performance.phpto show the compression ratio with more decimal places, also set some server vars to enable the hrefs within the page to be minified - Updated dependencies to use the latest versions of CSSdoc, JSlite, and tokenise
- Updated
htmldoc::attr()andtag::attr()to support setting attributes - Added tests.