Releases: whatyouhide/corsica
Releases · whatyouhide/corsica
Logging support
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.
Major code changes
The core structure of Corsica has been completely reshaped. Be sure to read the new docs at https://hexdocs.pm/corsica.
First release
This is the first full-fledged release of Corsica.