Skip to content

HTMLdoc v1.2.4

Compare
Choose a tag to compare
@hexydec hexydec released this 10 Jun 23:00
· 106 commits to master since this release

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.php to 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() and tag::attr() to support setting attributes
  • Added tests.