Skip to content

HTMLdoc v0.9.0

Compare
Choose a tag to compare
@hexydec hexydec released this 11 Jul 23:12
· 177 commits to master since this release

This version updates how certain tags are handled internally to make processing them more extensible, and removes the classes that handled CSS minification as this is now a separate project:

  • Removed CSSdoc as it is now a separate project (https://github.com/hexydec/cssdoc), added as a composer dependency
  • Updated how custom tags are handled, they can now be configured through a separate config, and built in handlers are supplied for script and style tags
  • Style tag handler uses CSSdoc if it is available
  • You can now specify minifier options for specific elements, and defaults are setup to handle elements that are by default white-space: pre;
  • Can now specify output options per element, this enables SVG's to be output as XML compliant
  • Added a test for SVG output