Module

EEx.Engine

Changes by version

Elixir 1.12.0

· 3 changes

Enhancement Tool: EEx

Add c:EEx.Engine.handle_text/3 callback that receives text metadata

Enhancement Tool: EEx

Emit warnings for unused "do" expression in EEx

Enhancement Tool: EEx

use EEx.Engine is deprecated in favor of explicit delegation

Elixir 1.5.1

· 2 changes

Enhancement Tool: EEx

Add handle_begin and handle_end to EEx

Bugfix Tool: EEx

Do not re-use the value of the init/1 callback throughout the compilation stack

Elixir 1.3.0

· 1 change

Enhancement Tool: EEx

Support an init/1 function in engines that will return the initial buffer (defaults to an empty string)