Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

56 lines (34 loc) · 1.52 KB

Changelog since 1.4.0

Changelog since 1.3.0

  • Use Xpath instead of regex, thx to stof, for more information see the Pull Request

Changelog since 1.2.1

  • sortOnSpecifity is now working correctly, thx to lifo101, for more information see the Pull Request

Changelog since 1.2.0

  • introduced a flag to remove media queries before inlining. thx to Stof.

Changelog since 1.1.0

  • require php 5.3

Changelog since 1.0.6

  • made the class compliant with PSR2.

Changelog since 1.0.5

  • made the class available through composer

Changelog since 1.0.4

  • beter handling of XHTML output, thx to Michele Locati.
  • preserve original styles.

Changelog since 1.0.3

  • fixed some code-styling issues
  • added support for multiple values

Changelog since 1.0.2

  • .class are matched from now on.
  • fixed issue with #id
  • new beta-feature: added a way to output valid XHTML (thx to Matt Hornsby)
  • added setEncoding() to indicate the encoding

Changelog since 1.0.1

  • fixed some stuff on specifity

Changelog since 1.0.0

  • rewrote the buildXPathQuery-method
  • fixed some stuff on specifity
  • added a way to use inline style-blocks