elixir_script v0.17.0 Release Notes

Release Date: 2016-03-31 // almost 8 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.