All Versions
10
Latest Version
Avg Release Cycle
49 days
Latest Release
2864 days ago

Changelog History

  • v0.8.1 Changes

    June 17, 2016

    👍 Allow newer versions (> 1.5) of Poison.

  • v0.8.0 Changes

    January 22, 2016

    🛠 Fix Elixir 1.2+ deprecation warnings.

  • v0.7.0 Changes

    October 21, 2015

    ⚡️ Update to use Plug 1.0.

  • v0.6.1 Changes

    June 06, 2015

    Ensure bot plain text and JSON responses have the charset header set to "utf-8".

  • v0.6.0 Changes

    June 06, 2015

    ➕ Add support for Plug 0.13.

  • v0.5.0 Changes

    April 15, 2015

    👌 Support alternate way of handling missing headers.

  • v0.4.1 Changes

    April 07, 2015

    🛠 Fix inline documentation.

  • v0.4.0 Changes

    April 06, 2015

    Pass both connection key and header key to the callback function.

  • v0.3.2 Changes

    April 05, 2015

    Properly handle multiple missing headers.

  • v0.3.1 Changes

    April 05, 2015

    ✂ Remove redundant handling on nil header values. The HTTP server will filter them before they reach conn.req_headers.