Recent Releases of https://github.com/rails/execjs
https://github.com/rails/execjs - v2.9.1
What's Changed
- Handle Bun priting loaded env variables on STDERR by @byroot in https://github.com/rails/execjs/pull/131
Full Changelog: https://github.com/rails/execjs/compare/v2.9.0...v2.9.1
- Ruby
Published by rafaelfranca over 2 years ago
https://github.com/rails/execjs - v2.9.0
What's Changed
- Add runtime using GraalJS on TruffleRuby by @eregon in https://github.com/rails/execjs/pull/107
- Improve
Encodinghandling by @casperisfine in https://github.com/rails/execjs/pull/111 - Adapt ExecJS::GraalJSRuntime to foreign exception changes in TruffleRuby by @eregon in https://github.com/rails/execjs/pull/112
- Remove outdated Encoding workaround by @byroot in https://github.com/rails/execjs/pull/113
- Convert Symbol explicitly to a JS String and add test by @eregon in https://github.com/rails/execjs/pull/117
- Skip
eval code@line thrown by Apple JavaScriptCore by @amatsuda in https://github.com/rails/execjs/pull/124 - Add Bun as an available runtime by @terracatta in https://github.com/rails/execjs/pull/127
New Contributors
- @eregon made their first contribution in https://github.com/rails/execjs/pull/107
- @tisba made their first contribution in https://github.com/rails/execjs/pull/123
- @amatsuda made their first contribution in https://github.com/rails/execjs/pull/124
- @terracatta made their first contribution in https://github.com/rails/execjs/pull/127
Full Changelog: https://github.com/rails/execjs/compare/v2.8.1...v2.9.0
- Ruby
Published by rafaelfranca over 2 years ago
https://github.com/rails/execjs - v2.8.1
- Wait for STDOUT to be flushed before exiting the node runtime
- Ruby
Published by pixeltrix almost 5 years ago
https://github.com/rails/execjs -
- Fix Ruby 3.0 compatibility on Windows
- Undefine
console,processand other globals. See https://github.com/rails/execjs/pull/43 - Removed the
RubyRacerruntime as it is no longer maintained and broken on recent rubies. - Node runtime look for
nodebeforenodejs.
- Ruby
Published by byroot almost 5 years ago
https://github.com/rails/execjs - 2.7.0
- Add direct V8 support (via
d3) - Allow for runtime specific option flags
- Add MiniRacer runtime support
- Ruby
Published by rafaelfranca almost 10 years ago