February 10, 2018
Elixirscript 0.32.0 Released
ElixirScript 0.32 is released. This release includes one major addition and a number of important changes.
ElixirScript.Test ElixirScript.Test is a framework for testing Elixir modules that interact with JavaScript via the FFI. For all other modules, ExUnit is still recommended. ElixirScript.Test’s API is similar to ExUnit’s API. ElixirScript.Test files must be placed in a folder named test_elixir_script. Tests are compiled and then are executed using node.js.
Changes Changes for this release include: ...
Read more