Opal v0.10.6 Release Notes

Release Date: 2018-06-21 // almost 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ’ป Strip Regexp flags that are unsupported by browsers (backport), previously they were ignored, lately most of them now raise an error for unknown flags.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a constant reference to Sprockets::FileNotFound that previously pointed to Opal::Sprockets instead of ::Sprockets.