Path to this page:
./
www/ruby-css-parser,
Ruby CSS parser
Branch: CURRENT,
Version: 1.21.0,
Package name: ruby32-css-parser-1.21.0,
Maintainer: pkgsrc-usersA set of classes for parsing CSS in Ruby.
Required to run:[
net/ruby-addressable] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 21 KB
Version history: (Expand)
- (2024-12-15) Updated to version: ruby32-css-parser-1.21.0
- (2024-12-13) Updated to version: ruby32-css-parser-1.20.0
- (2024-10-13) Updated to version: ruby32-css-parser-1.19.1
- (2024-09-22) Updated to version: ruby32-css-parser-1.19.0
- (2024-05-12) Updated to version: ruby32-css-parser-1.17.1
- (2024-04-07) Updated to version: ruby32-css-parser-1.17.0
CVS history: (Expand)
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
|