Skip to content

htmlparser5 and PostCSS

Compare
Choose a tag to compare
@Hirse Hirse released this 12 Mar 14:45
· 66 commits to master since this release

Added

  • Support ES6 Classes (see #79)

Changed

  • Use htmlparser2 to parse XML, HTML, and SVG
  • Use PostCSS Safe Parser to parse CSS, Less, and SCSS

Fixed

  • Various PHP issues, for example multipe inheritance, thanks to @pelatx
  • Use Class icon for PHP Class definitions
  • Don't break on PHP return types (see #80)