Skip to content

0.25.0

Compare
Choose a tag to compare
@bryanjos bryanjos released this 19 Feb 18:22
· 591 commits to master since this release

[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:
    * :es (default) for ES Modules
    * :umd for UMD
    * :common for CommonJS
  • 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