elixir_script v0.5.0 Release Notes

Release Date: 2015-05-31 // almost 9 years ago
  • ➕ Added

    • ➕ added from clause to import, alias, and require so that the import path can be overridden

    🔄 Changed

    • For statements now work with pattern matching tuples
    • 👌 Improved function chaining
    • 0️⃣ alias now acts like require in that it is translated into an import default statement
    • 0️⃣ modules now export a default object with def functions added as properties on it.
    • for function closures, now calling by using .call(this) so that this is available inside of it