elixir_script v0.11.0 Release Notes

Release Date: 2015-09-17 // over 8 years ago
  • ➕ Added

    • ➕ Added JS module with new, mutate, import macros
    • ➕ Added Keyword module with functions, has_key? and get
    • Added Agent module with functions, start, get, update, and get_and_update

    🔄 Changed

    • Map keys are now correctly turned into their atom counterparts if atom keys are used
    • import works with all options
    • ⚡️ Mutable.update has been replaced by JS.update
    • transpile, transpile_quoted, and transpile_path are now compile, compile_quoted, and compile_path
    • All Standard libraries are rolled up into one elixir.js file and imported from that
    • 0️⃣ Modules no longer export a default object
    • 0️⃣ alias now translates to a namespace import unless default option is given