Current section

Files

Jump to
corsica CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.4.2
* Fix a bug where options given to a `Corsica.Router` weren't properly escaped
and caused a "invalid quoted expression" error
## v0.4.1
* Fix a typo in a logged message
## v0.4.0
* Logging is now more detailed (e.g., it logs what header is missing from
`:allow_headers`)
* Accept options when a module calls `use Corsica.Router` and make these options
overridable in each `Corsica.Router.resource/1-2` macro
## v0.3.0
* Add logging support