Skip to content

Releases: ruby/erb

v4.0.4

18 Dec 04:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.3...v4.0.4

v4.0.3

18 Dec 04:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3

v4.0.2

18 Dec 04:41
Compare
Choose a tag to compare

What's Changed

  • Added dependabot for GitHub Actions by @hsbt in #40
  • Bump actions/checkout from 2 to 3 by @dependabot in #41
  • Fix line numbers after multi-line <%# by @k0kubun in #42

Full Changelog: v4.0.1...v4.0.2

v4.0.1

18 Dec 04:41
Compare
Choose a tag to compare

What's Changed

  • Skip using the extension for truffleruby as well by @k0kubun in #39

Full Changelog: v4.0.0...v4.0.1

v4.0.0

18 Dec 04:41
Compare
Choose a tag to compare

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

v3.0.0

18 Dec 04:41
9949d71
Compare
Choose a tag to compare

What's Changed

  • s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #5
  • fix regexp by @ooooooo-q in #6
  • Remove safe_level and further positional arguments by @k0kubun in #7
  • Update Ruby versions on GHA with ci_versions/cruby.json by @hsbt in #8
  • url_encode: use CGI.escapeURIComponent by @byroot in #23

New Contributors

Full Changelog: v2.2.3...v3.0.0

v2.2.3

18 Dec 04:41
03bc4a8
Compare
Choose a tag to compare

What's Changed

  • Clarify supported ruby versions in gemspec by @kachick in #3

New Contributors

Full Changelog: v2.2.2...v2.2.3

v2.2.2

18 Dec 04:41
3d84ea8
Compare
Choose a tag to compare

Full Changelog: v2.2.1...v2.2.2

v2.2.1

18 Dec 04:41
c8aa019
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

18 Dec 04:41
660255c
Compare
Choose a tag to compare