Corsica Versions Save

Elixir library for dealing with CORS requests. 🏖

v0.3.0

8 years ago

This version adds support for logging. Logging is opt-in, so this release is fully backwards compatible: you will have to manually set the :log_level option of the :corsica app config in order to activate logging.

config :corsica, log_level: :info

You can read more about logging in the docs for the 0.3.0 version.

v0.2.0

9 years ago

The core structure of Corsica has been completely reshaped. Be sure to read the new docs at https://hexdocs.pm/corsica.

v0.1.0

9 years ago

This is the first full-fledged release of Corsica.