koa-limit-connections
Version:
Simple middleware to limit concurrency
33 lines (22 loc) • 747 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# [1.2.0] - 2017-04-08
- Add catchException option to constructor
# [1.1.6] - 2017-03-24
- Add eslint
# [1.1.5] - 2017-03-24
- No Changes - Npm js publish seemed to have failed
# [1.1.4] - 2017-03-24
- No Changes - Npm js publish seemed to have failed
# [1.1.3] - 2017-03-24
- Write up readme
# [1.1.2] - 2017-03-24
- Fix unit tests that were disabled
# [1.1.1] - 2017-03-23
- Fix max connections conditional
- Turn off some unit tests until the scenarios can be testable
# [1.1.0] - 2017-03-20
- Add onConnection callback and introduce unit tests
# [1.0.0] - 2017-03-20
- Initial commit