Skip to content

[Ruby] Release 0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 22:39
· 2 commits to master since this release
ruby-v0.17.0
9628722

Added

  • keep_at_rules option to keep all "at-rules" (ones starting with @) inside a "style" element. #265

Performance

  • Avoid unnecessary check for double quotes.
  • Avoid creating an unnecessary string cache entry.
  • Use a more precise estimate for the size of the number of applied styles.
  • Avoid hashtable rebuilding on small hashmaps.