Opal v0.4.3 Release Notes

Release Date: 2013-07-24 // almost 11 years ago
    • Re-implement class system. Classes are now real objects instead of converted Procs. This allows classes to properly inherit methods from each other.
    • ๐Ÿ›  Fix exception hierarchy. Not all standard exception classes were subclassing the correct parent classes, this is now fixed.
    • ๐Ÿšš Move ERB into stdlib. The erb compiler/parser has also been moved into lib/
    • ๐Ÿ— Opal::Builder class. A simple port/clone of sprockets general building. This allows us to build projects similar to the way opal-sprockets does.
    • ๐Ÿšš Move json.rb to stdlib.