UNPKG

koa-proxies

Version:

Http Proxy Middleware for Koa@2.x/next

43 lines (19 loc) 1.69 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.12.4](https://github.com/vagusX/koa-proxies/compare/v0.12.3...v0.12.4) (2023-11-04) ### Features * options function return false, fix default logger ([#74](https://github.com/vagusX/koa-proxies/issues/74)) ([9928ae1](https://github.com/vagusX/koa-proxies/commit/9928ae1435562d2da7aa82ad2b2cecce13c3f8fd)) ### [0.12.3](https://github.com/vagusX/koa-proxies/compare/v0.12.2...v0.12.3) (2022-12-05) ### Features * call events.error handler from error callback ([#70](https://github.com/vagusX/koa-proxies/issues/70)) ([b14e202](https://github.com/vagusX/koa-proxies/commit/b14e2022c2f01197e6fb04d4cc60c383b911f4fb)) ### [0.12.2](https://github.com/vagusX/koa-proxies/compare/v0.12.1...v0.12.2) (2022-02-23) ### Bug Fixes * support multiple event listeners ([#66](https://github.com/vagusX/koa-proxies/issues/66)) ([94e2f16](https://github.com/vagusX/koa-proxies/commit/94e2f162bdc52bb72c7ebc50712a54c914eb8ef5)) ### [0.12.1](https://github.com/vagusX/koa-proxies/compare/v0.12.0...v0.12.1) (2021-04-08) ### Bug Fixes * add samples to npm ignore ([3a623f2](https://github.com/vagusX/koa-proxies/commit/3a623f231a6c3844f7e785cc33c1fb37398ec276)) ### [0.12.0](https://github.com/vagusX/koa-proxies/compare/v0.11.0...v0.12.0) (2021-04-08) ### Bug Fixes * add types for options call ([#59](https://github.com/vagusX/koa-proxies/issues/59)) ([bb3c23e](https://github.com/vagusX/koa-proxies/commit/bb3c23e45bdc481cd030d8dc2ce1d5104e3648bf)) # 0.0.1 - 2016-12-19 Initial release