All Versions
46
Latest Version
Avg Release Cycle
42 days
Latest Release
1694 days ago

Changelog History
Page 5

  • v0.14.2 Changes

    November 14, 2017

    ๐Ÿ›  Fixed

    • Correctly split file on new lines when generating status code helpers.
  • v0.14.1 Changes

    November 05, 2017

    โž• Added

    • Raxx.reason_phrase/1 Get the HTTP/1 reason phrase for each status code.

    โœ‚ Removed

    • Dependency on http_status no longer necessary.
  • v0.12.3 Changes

    October 14, 2017

    โž• Added

    • Using Raxx.Server imports helper functions from Raxx.
    • Using Raxx.Server aliases Raxx.Request.
    • Using Raxx.Server aliases Raxx.Response.

    โœ‚ Removed

    • Dependency on Plug is not needed.
    • ๐Ÿ‘Œ Support for Elixir 1.4, Raxx.Router had bugs.
  • v0.12.2 Changes

    October 11, 2017

    โž• Added

    • ๐Ÿ“‡ Raxx.trailer/0 completes request without any extra metadata.
    • handle_request/2 added to Raxx.Server behaviour.
    • 0๏ธโƒฃ Default implementations added to Raxx.Server callbacks.
    • Raxx.Router will forward request to controllers based on request patterns.
  • v0.12.1 Changes

    September 24, 2017

    ๐Ÿ›  Fixed

    • Cannot set HTTP headers with uppercase attribute.
    • Cannot add an HTTP header twice.
  • v0.12.0 Changes

    August 31, 2017

    ๐Ÿ”„ Changed

    • Replace simple interface with a streaming interface through Raxx.Server. See full article.
    • ๐Ÿ— Build messages with Raxx module instead or Raxx.Request and Raxx.Response.