Releases: rails/execjs
Releases · rails/execjs
v2.9.1
v2.9.0
What's Changed
- Add runtime using GraalJS on TruffleRuby by @eregon in #107
- Improve
Encoding
handling by @casperisfine in #111 - Adapt ExecJS::GraalJSRuntime to foreign exception changes in TruffleRuby by @eregon in #112
- Remove outdated Encoding workaround by @byroot in #113
- Convert Symbol explicitly to a JS String and add test by @eregon in #117
- Skip
eval code@
line thrown by Apple JavaScriptCore by @amatsuda in #124 - Add Bun as an available runtime by @terracatta in #127
New Contributors
- @eregon made their first contribution in #107
- @tisba made their first contribution in #123
- @amatsuda made their first contribution in #124
- @terracatta made their first contribution in #127
Full Changelog: v2.8.1...v2.9.0
v2.8.1
v2.8.0
2.7.0
- Add direct V8 support (via
d3
) - Allow for runtime specific option flags
- Add MiniRacer runtime support