All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- The ability to compose predicate modules #6
- Vesion bump for
:ssl_verify_fun
#6
- Updated documentation
- Removed anonymous function support as anonymous functions can't be used as module attributes (this happens during macro expansion in Plug.Builder)
- The following predicates have been added: EnvVarIn, EnvVarNotIn, AppConfigIn, AppConfigNotIn
- Documentation for "in" style predicates
- Documentation and bumped test coverage
- Bug in RequestHeaderEquals predicate
- Initial release of Unplug