| Age | Commit message (Collapse) | Author | Files | Lines |
|
1.12.0 (2022-09-16)
* Improve exception message for missing value #131
* :rule_set_exceptions option added #132
|
|
1.11.0 (2021-12-14)
* Do not combine border styles width/color/style are not all present
|
|
1.10.0 (2021-07-27)
* Allow CSS functions to be used in
CssParser::RuleSet#expand_dimensions_shorthand! #126
|
|
1.9.0 (2021-02-04)
* Misc cleanup #122
|
|
No release information nor changelog
Please refer
<https://github.com/premailer/css_parser/compare/v1.7.1...v1.8.0>
in detail.
|
|
Update ruby-css-parser to 1.7.1.
Version 1.7.1 (2019-12-01)
Force UTF-8 encoding; do not strip out UTF-8 chars. #106
Version 1.7.0 (2019-02-11)
No longer support ruby versions 1.9 2.0 2.1
Memory allocation improvements
|
|
Version 1.6.0
* Handles font-size/ line-height shorthand with spaces
|
|
Version 1.5.0
* Extended color keywords support (https://www.w3.org/TR/css3-color/).
* remove_rule_set! method added.
* :capture_offsets feature added.
|
|
Version 1.4.10
* Include uri in RemoteFileError message.
* Prevent to convert single declarations to their respective shorthand.
* Fix Ruby warnings.
Version 1.4.9
* Support for vrem, vh, vw, vmin, vmax and vm box model units.
* Replace obsolete calls with actual ones.
* Fix some Ruby warnings.
Version 1.4.8
* Allow to get CSS rules as Hash using to_hash method.
* Updates to support Ruby 1.9 and JRuby.
* utf-8 related update.
Version 1.4.7
* background-position shorthand fix.
|
|
* Handling nil order in split_declaration.
* Normalize whitespace in selectors and queries.
|
|
Version 1.4.5
* Maintenance release.
Version 1.4.4
* More robust redirection handling, refs #47.
Version 1.4.3
* Look for redirects, MAX_REDIRECTS set to 3, refs #36.
* Fix border style expanding, refs #58.
* load_string! described, refs #70.
Version 1.4.2
* Ship license with package, refs #69.
Version 1.4.1
* Fix background shorthands, refs #66.
Version 1.4.0
* Add support for background-size in the shorthand property @mitio
|
|
- Fix regex for some things being malformed, along with also putting in a few
cases not specified for brackets
|
|
|
|
### Version 1.3.6
* Fix bug not setting general rules after media query @jievans.
* We doesn't support Ruby 1.8 anymore.
* Run tests on Ruby 2.0 and Ruby 2.1.
* Respect the :import option.
|
|
Exact changes aren't available. Please refer change log in github.
|
|
Changes aren't available, please refer github's commit log.
|
|
Exact chagnes are unknown.
|
|
1.1.* of this one dosen't exist any more.)
Changes are unknown.
|
|
|
|
Changes are unknown.
|
|
Changes are unknown.
|
|
No changes are available.
|
|
=== Ruby CSS Parser CHANGELOG
=== Version 1.1.3
* allow limiting by media type in add_block!
=== Version 1.1.2
* improve parsing of malformed declarations
* improve support for local files
* added support for loading over SSL
* added support for deflate
==== Version 1.1.1
* Ruby 1.9 compatibility
* @import regexp updates
* various bug fixes
==== Version 1.1.0
* Added support for local @import
* Better remote @import handling
|
|
A set of classes for parsing CSS in Ruby.
|