elixir_script v0.17.0 Release Notes

Release Date: 2016-03-31 // about 7 years ago
  • ➕ Added

    • output as an option for compiler functions. This controls whether output is returned as a list of tuples, send to stdout, or saved to a file path
    • 🏗 :full_build as an option for compiler functions and --full-build option to CLI. These force the compiler to perform a full build
    • --version option to CLI. Outputs current version of elixirscript
    • --std-lib option to CLI. Takes a path and adds the stdlib to that path

    🔄 Changed

    • Renamed copy_core_to_destination to copy_stdlib_to_destination
    • 🏗 Incremental Compilation: ElixirScript will now only build files and modules that have changed since the last build

    ✂ Removed

    • --core option from CLI and :core compiler option.