HTMLdoc v0.9.0
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