Skip to content

[Ruby] Release 0.10.4

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 11 Aug 23:12
· 364 commits to master since this release
ruby-v0.10.4
d1d1344

Changed

  • Update magnus to 0.6.

Fixed

  • Applying new styles only to the first matching tag during styles merging. #224

Performance

  • Fix under-allocating storage for intermediate CSS styles.
  • Perform CSS inlining as late as possible to avoid intermediate allocations. #220