elixir_script v0.25.0 Release Notes

Release Date: 2017-02-19 // about 7 years ago
  • [0.25.0] - 2017-02-19

    ➕ Added

    • 👍 Updated elixir_script mix compiler to support compiling elixir_script paths in dependencies if dependency has mix compiler defined as well
    • ➕ Add Collectable protocol implementations
    • ⚡️ Updated for implementation to use Collectable
    • format option. Can now specify the module format of output.
      Choices are:
      0️⃣ * :es (default) for ES Modules
      * :umd for UMD
      * :common for CommonJS
    • 0️⃣ Default input, output and format for elixirscript mix compiler. In a mix project by default the elixirscript compiler will look in lib/elixirscript and input and place output in priv/elixirscript. The default format is :es

    ✂ Removed

    • receive
    • Process module

    🛠 Fixed

    • JS module functions not translated properly when imported
    • ⚡️ Update fs dependency to 2.12
    • Incorrect handling of function heads with guards