Opal v0.3.44 Release Notes

Release Date: 2013-05-31 // almost 11 years ago
    • ๐Ÿšš Cleanup runtime, and remove various flags and functions from opal objects and classes (moving them to runtime methods).

    • โœ‚ Remove some activesupport methods into external lib.

    • โž• Add/fix lots of String methods, with specs.

    • โž• Add more methods to MatchData class.

    • Implement $' and $` variables.

    • Opal can now call methods on all native objects, via method missing dispatcher.

    • โž• Add Opal::Environment as custom sprockets subclass which adds all opal load paths automatically.