- Fixed bug when
onRelease
is called with a waiting client. - Library errors now exposed through promise returned from
acquire
.
- Fixed a bug when dispatching clients (#5).
- Began linting the codebase.
- Added support for adjusting the pool minimum and maximum after creation.
- Improved documentation in
README.md
.
- Added
onRelease
hook to allow delaying putting clients back in the pool.
- Cleaned up documentation.
- Expanded test coverage to 97%.
- Bug fixes.
- Expanded test coverage.
- Bug fixes.
- Initial release of the most promising of resource poolers.