UNPKG

@metcoder95/tiny-pool

Version:

Extremely simplistic and tiny AsyncPool for limiting concurrency of async operations

65 lines (30 loc) 1.76 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. ## [4.0.0](https://github.com/metcoder95/tiny-pool/compare/v3.0.0...v4.0.0) (2023-12-25) ### ⚠ BREAKING CHANGES * drop support for older Node ### Features * drop support for older Node ([4ed1bd4](https://github.com/metcoder95/tiny-pool/commit/4ed1bd44901aa93839ba6a8f3ce58887ff8f9a62)) ## [3.0.0](https://github.com/metcoder95/tiny-pool/compare/v2.0.0...v3.0.0) (2023-05-18) ### ⚠ BREAKING CHANGES * drop support for Node v14 ### Features * drop support for Node v14 ([acf7b03](https://github.com/metcoder95/tiny-pool/commit/acf7b03a10143ae06420b8daba3a4f07cc14fb05)) ## 2.0.0 (2022-12-04) ### ⚠ BREAKING CHANGES * v1 (#1) ### Features * v1 ([#1](https://github.com/metcoder95/tiny-pool/issues/1)) ([3deb999](https://github.com/metcoder95/tiny-pool/commit/3deb9995cf722b6acaa4c6ffecc7704cf4e95add)) ## 1.0.0 (2022-09-02) ### ⚠ BREAKING CHANGES * v1 (#1) ### Features * v1 ([#1](https://github.com/metcoder95/tiny-pool/issues/1)) ([3deb999](https://github.com/metcoder95/tiny-pool/commit/3deb9995cf722b6acaa4c6ffecc7704cf4e95add)) ## 1.0.0 (2022-09-02) ### ⚠ BREAKING CHANGES * v1 (#1) ### Features * v1 ([#1](https://github.com/metcoder95/tiny-pool/issues/1)) ([3deb999](https://github.com/metcoder95/tiny-pool/commit/3deb9995cf722b6acaa4c6ffecc7704cf4e95add)) ### Bug Fixes * adjust idle emit ([a87b473](https://github.com/metcoder95/tiny-pool/commit/a87b47321d2870e1eac88a3450e7596b559477b1)) * bad destructing on default values ([4029254](https://github.com/metcoder95/tiny-pool/commit/4029254ef79bd7a345a0a57145a267f4246ddad9))