Changed
- Use of
JSconstant is now deprecated. The constant has been renamed toOpal::Raw. Throw a warning if such a constant is in use (#2525)
Fixed
String#chars: Fix iteration over out-of-BMP characters (#2620)- Fix
Array#include?to respect nil return value (#2661) - Fix
opal-buildcommand line utility for newer Ruby versions (#2675) - Depend on
base64gem for Ru...