Skip to content

Tags: wucdbm/PHP-CSS-Parser

Tags

6.0.0

Toggle 6.0.0's commit message
Ignore Exceptions during rule set and list render

if output format has `setIgnoreExceptions(true)` or `beLenient()`

5.2.0

Toggle 5.2.0's commit message
Update CHANGELOG for 5.2

5.1.2

Toggle 5.1.2's commit message
Update README.md

Add HHVM tested seal of approval

5.1.1

Toggle 5.1.1's commit message
Update CHANGELOG.md to reflect changes since 5.0.4

5.1.0

Toggle 5.1.0's commit message
Better lenient parsing tests

5.0.8

Toggle 5.0.8's commit message
Merge remote-tracking branch 'vladkens/feature'

* vladkens/feature:
  Uses multibyte string only if loaded mbstring extension.

5.0.7

Toggle 5.0.7's commit message
Update readme to show simpler phpunit invocation

5.0.6

Toggle 5.0.6's commit message
Add missing test file

Used for testEndToken in LenientParsingTest

Closes MyIntervals#64 as fixed

5.0.5

Toggle 5.0.5's commit message
Don’t use print_r

It sometimes conflicts with output buffering

5.0.4

Toggle 5.0.4's commit message
Merge remote-tracking branch 'slusarz/float_fix'

* slusarz/float_fix:
  Fix Size output for locales that use non-period decimal separators

Closes MyIntervals#61 as fixed