2024-12-15 14:36:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.21.0
1.21.0 (2024-12-13)
* Minor performance improvements
|
2024-12-13 17:26:27 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
www/ruby-css-parser: udpate to 1.20.0
1.20.0 (2024-12-12)
* Remove iconv conditional require
|
2024-10-13 19:02:47 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.19.1
1.19.1 (2024-10-14)
* Fix error when parsing values consisting of !important only
|
2024-09-22 09:54:34 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.19.0
1.19.0 (2024-08-24)
* Deprecate load_uri!, load_file! and load_string! positional arguments over
keyword argument
* Deprecate add_rule! (positional arguments)and add_rule_with_offsets! for
add_rule! (keyword argument)
* RuleSet initialize now takes keyword argument, positional arguments are
still supported but deprecated
* Removed OffsetAwareRuleSet, it's a RuleSet with optional attributes
filename and offset
* Improved performance of block parsing by using StringScanner
* Improve RuleSet#parse_declarations! performance by using substring search
istead of regexps
|
2024-05-12 18:28:27 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.17.1
1.17.1 (2024-04-07)
* Improve security by using File.read instead of IO.read #149
|
2024-04-07 17:15:38 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.17.0
1.17.0 (2024-04-06)
* Added user_agent as an option to Parser #146
|
2023-09-03 18:13:35 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.16.0
1.16.0 (2023-09-01)
* Fix parsing space-less media query features like @media(width:123px) #141
|
2023-01-15 16:56:11 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.14.0
1.14.0 (2023-01-09)
* Fix parsing of multiline URL values for rule sets #97
|
2023-01-03 16:14:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.13.0
1.13.0 (2022-12-29)
* Move Regexp::new 3rd argument into 2nd
|
2022-09-16 08:20:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-css-parser: update to 1.12.0
1.12.0 (2022-09-16)
* Improve exception message for missing value #131
* :rule_set_exceptions option added #132
|