# Changelog

## 1.0.7 / 2023-10-26

* GitHub Actions for CI.

## 1.0.6 / 2023-10-26

* Bumped express version(dev dependency).

* Added more Node.js version for testing.

## 1.0.5 / 2019-08-28

* Library refactor.

* Improved tests.

## 1.0.4 / 2018-11-16

* Added *return* on wrapped middleware call.

## 1.0.3 / 2018-08-06

* Optimizations and refactor.

* Added tests for *checkDebug* utility function.

## 1.0.2 / 2018-07-20

* Fixed condition in *wrap* function to ensure the skipping/execution of the middlewares.

## 1.0.1 / 2018-05-12

* Added support for CI.

## 1.0.0 / 2018-03-31

* Initial version of `keep-or-skip` - dynamically execute or skip express middlewares.
