Current section

Files

Jump to
phoenix_rest CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.3.1
* Bug fixes
* Specify Phoenix version 1.1 or 1.2
## v0.3.0
* Enhancements
* `Plug.Debugger` will show errors raised in resources
* Bug fixes
* Fix dialyzer warning in mix task
## v0.2.1
* Enhancements
* Relax Phoenix version requirement to >= 1.1.0
## v0.2.0
* Enhancements
* Add `known_methods` option to the router
* Add Mix task to generate a resource module
* Add `PhoenixRest.Resource` to wrap `PlugRest.Resource` and provide
documentation