Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

56 lines (29 loc) · 1.09 KB

Changelog

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.

[Unreleased]

[1.1.0] - 2024-07-11

Added

  • The ability to compose predicate modules #6

Updated

  • Vesion bump for :ssl_verify_fun #6

[1.0.0] - 2022-04-23

Added

  • Updated documentation

[0.2.1] - 2020-05-11

Fixed

  • Removed anonymous function support as anonymous functions can't be used as module attributes (this happens during macro expansion in Plug.Builder)

[0.2.0] - 2020-04-20

Added

  • The following predicates have been added: EnvVarIn, EnvVarNotIn, AppConfigIn, AppConfigNotIn

Changed

  • Documentation for "in" style predicates

[0.1.1] - 2019-12-21

Added

  • Documentation and bumped test coverage

Fixed

  • Bug in RequestHeaderEquals predicate

[0.1.0] - 2019-12-21

Added

  • Initial release of Unplug