All Versions
28
Latest Version
Avg Release Cycle
94 days
Latest Release
1183 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.2.0 Changes
June 30, 2014- π Support removing a selector from a declaration block using
$oBlock->removeSelector($mSelector)
π Introduce a specialized exception (Sabberworm\CSS\Parsing\OuputException) for exceptions during output rendering
π No deprecations
Backwards-incompatible changes
- Outputting a declaration block that has no selectors throws an OuputException instead of outputting an invalid
{β¦}
into the CSS document.
- π Support removing a selector from a declaration block using
-
v5.1.2 Changes
October 30, 2013- Remove the use of consumeUntil in comment parsing. This makes it possible to parse comments such as
/** Perfectly valid **/
- β Add fr relative size unit
- π Fix some issues with HHVM
- No backwards-incompatible changes
- π No deprecations
- Remove the use of consumeUntil in comment parsing. This makes it possible to parse comments such as
-
v5.1.1 Changes
October 28, 2013- β‘οΈ Updated CHANGELOG.md to reflect changes since 5.0.4
- No backwards-incompatible changes
- π No deprecations
-
v5.1.0 Changes
October 24, 2013- π Performance enhancements by Michael M Slusarz
- π More rescue entry points for lenient parsing (unexpected tokens between declaration blocks and unclosed comments)
- No backwards-incompatible changes
- π No deprecations
-
v5.0.8 Changes
August 15, 2013- 0οΈβ£ Make default settingsβ multibyte parsing option dependent on whether or not the mbstring extension is actually installed.
- No backwards-incompatible changes
- π No deprecations
-
v5.0.7 Changes
August 04, 2013- π Fix broken decimal point output optimization
- No backwards-incompatible changes
- π No deprecations
-
v5.0.6 Changes
May 31, 2013- π Fix broken unit test
- No backwards-incompatible changes
- π No deprecations
-
v5.0.5 Changes
April 17, 2013- π Initial support for lenient parsing (setting this parser option will catch some exceptions internally and recover the parserβs state as neatly as possible).
- No backwards-incompatible changes
- π No deprecations
-
v5.0.4 Changes
March 21, 2013- Donβt output floats with locale-aware separator chars
- No backwards-incompatible changes
- π No deprecations
-
v5.0.3 Changes
March 21, 2013- More size units recognized
- No backwards-incompatible changes
- π No deprecations