Skip to content

Releases: whatyouhide/corsica

Logging support

22 May 07:39
Compare
Choose a tag to compare

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

01 Mar 11:05
Compare
Choose a tag to compare

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

First release

26 Feb 16:24
Compare
Choose a tag to compare

This is the first full-fledged release of Corsica.