Module

Behaviour

Changes by version

Elixir 1.4.0

· 1 change

Enhancement Tool: Elixir

The Behaviour module is deprecated. Callbacks may now be defined directly via the @callback attribute

Elixir 1.1.0

· 1 change

Enhancement Tool: Elixir

The module Behaviour is deprecated. Instead of defcallback, one can simply use @callback. Instead of defmacrocallback, one can simply use @macrocallback

Elixir 0.10.2

· 1 change

Enhancement Tool: Elixir

Do not compile behaviour docs if docs are disabled on compilation

Elixir 0.10.1

· 2 changes

Enhancement Tool: Elixir

Add support for defmacrocallback/1

Enhancement Tool: Elixir

Ensure callbacks are stored in the definition order