elixir_script v0.18.0 Release Notes

Release Date: 2016-04-08 // about 8 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better support for macros. Macros should be defined in .ex or .exs files. ElixirScript code should be in .exjs files

    NOTE: The above functionality will cause either compiler errors or no output. Please change extensions of ElixirScript code to .exjs

    ๐Ÿ—„ Deprecated

    • ๐Ÿšš Html, View, and VDom modules will be removed in the next version as they can now be replicated using macros