Opal v0.3.39 Release Notes

Release Date: 2013-02-20 // about 11 years ago
    • ๐Ÿ›  Fix bug where methods defined on a parent class after subclass was defined would not given subclass access to method. Subclasses are now also tracked by superclass, by a private '_inherited' property.

    • ๐Ÿ›  Fix bug where classes defined by Class.new did not have a constant scope.

    • ๐Ÿšš Move Date out of opal.rb loading, as it is part of stdlib not corelib.

    • ๐Ÿ›  Fix for defining methods inside metaclass, or singleton_class scopes.