Packages

A plug that can be used to conditionally invoke other plugs

Current section

Files

Jump to
unplug CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [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