All Versions
13
Latest Version
Avg Release Cycle
180 days
Latest Release
-

Changelog History
Page 1

  • v1.3.0

  • v1.2.0 Changes

    โฌ‡๏ธ This version drops support for Elixir 1.7 and lower.

    ๐Ÿ‘Œ Improvements

    • Add support for {module, function, args} as a value for the :origins option.
  • v1.1.3 Changes

    February 21, 2020

    ๐Ÿ› Bug fixes

  • v1.1.2 Changes

    April 26, 2018

    ๐Ÿ‘Œ Improvements

    • Drop the cowboy dependency completely (see #40).
  • v1.1.1

    January 30, 2018
  • v1.1.0 Changes

    December 11, 2017

    ๐Ÿ› Bug fixes

    • Correctly allow "simple methods" and "simple headers" in preflight requests. See the documentation for the :allow_methods and :allow_headers options.

    ๐Ÿ‘Œ Improvements

    • Allow :all as value for the :allow_methods and :allow_headers options.
  • v1.0.0 Changes

    May 14, 2017

    ๐Ÿ’ฅ Breaking changes

    • Drop support for older Elixir versions and require Elixir ~> 1.3.

    ๐Ÿ‘Œ Improvements

    • Improve logs.
  • v0.5.0 Changes

    July 04, 2016

    ๐Ÿ’ฅ Breaking changes

    • Drop support for anonymous functions in the list of :origins (it was a mistake to support that in the first place!).
    • Change the :log option from being a log level or false to being a keyword list with log levels or false for each log "type" (for example, :rejected or :invalid).

    ๐Ÿ‘Œ Improvements

    • Add support for {module, function} tuples in the list of :origins (module.function will be called with the origin as its argument and will decide if such origin is allowed).
  • v0.4.2 Changes

    May 05, 2016

    ๐Ÿ› Bug fixes

    • Fix a bug where options given to a Corsica.Router weren't properly escaped and caused a "invalid quoted expression" error.
  • v0.4.1 Changes

    March 20, 2016

    ๐Ÿ› Bug fixes

    • Fix a typo in a logged message.