- Take a dializer type fix from Tyler Clemens (tielur)
- Can now pass non-plug contexts into policies. (adamzaninovich)
- Simplification of the policy engine
- Relaxed the Elixir version requirement back to 1.3 with OTP 18. Tested via Travis.
- Cleaned up warnings generated from Elixir 1.4.0
- Removed Behaviour module from policy.ex and loader.ex definitions. Now using @callbackto describe the requireced callbacks
- surface errors within a policy instead of swallowing them during call - thanks to Eric Watson
- update to latest ex_doc
- fix issues in documentation
- add changelist, since I don't fully remember 0.1.1
- First release