Skip to content

v4.0.0

Compare
Choose a tag to compare
@hsbt hsbt released this 18 Dec 04:41
· 23 commits to master since this release

What's Changed

  • Test other rubies on CI by @k0kubun in #26
  • Optimize ERB::Util.html_escape more than CGI.escapeHTML for template engines by @k0kubun in #27
  • Avoid using prepend + super for fallback by @k0kubun in #28
  • Optimize the no-escape case with strpbrk by @k0kubun in #29
  • Avoid being slower than the previous version for most cases by @k0kubun in #30
  • Suppress warnings to fix ruby-head CI by @k0kubun in #34
  • Rename erb.so to erb/escape.so by @k0kubun in #35
  • Split erb.rb into files for each module under ERB by @k0kubun in #36
  • Allow requiring erb/escape.so alone by @k0kubun in #37
  • Define ERB::Escape module by @k0kubun in #38

Full Changelog: v3.0.0...v4.0.0