PHP CSS Parser v8.0.0 Release Notes
Release Date: 2016-06-30 // over 9 years ago-
- ๐ Store source CSS line numbers in tokens and parsing exceptions.
- ๐ No deprecations
Backwards-incompatible changes
- ๐ Unrecoverable parser errors throw an exception of type
Sabberworm\CSS\Parsing\SourceExceptioninstead of\Exception.