elixir_script v0.22.0 Release Notes

Release Date: 2016-10-16 // over 7 years ago
  • ➕ Added

    • defgen and defgenp for defining public and private generators
    • yield/0, yield/1, and yield_to\1 to Kernel

    🔄 Changed

    • ⚡️ Updated output folder structure. stdlib code will now go in an elxiir folder under the output paths while generated app code will go into an app folder under the output path
    • All process macros and functions now expect to receive and/or work using generators as entry points. Using functions defined with def or defp will not work correctly with them

    🛠 Fixed

    • Correctly returning list if list is only item in body