poolifier.git
3 years agoBump to beta 7 version v2.0.0-beta.7
aardizio [Mon, 22 Feb 2021 10:36:33 +0000 (11:36 +0100)] 
Bump to beta 7 version

3 years agoCoverage increased (#217)
Alessandro Pio Ardizio [Mon, 22 Feb 2021 10:28:22 +0000 (11:28 +0100)] 
Coverage increased (#217)

3 years agoBenchmarks and performance enhancements (#209)
Alessandro Pio Ardizio [Mon, 22 Feb 2021 09:38:23 +0000 (10:38 +0100)] 
Benchmarks and performance enhancements (#209)

* Benchmarks and performance enhancements

* Removed general Function type

* Remove unknownn work around

* Clean

* Clean up old benchs, exclude benchmark folder from eslint

* Clean up

* Revert "Clean up"

This reverts commit 31271d7f75392f04490a135a86b07e9480375505.

* Revert "Clean up old benchs, exclude benchmark folder from eslint"

This reverts commit 9467624c5713768cd44a545a48454a836d1af1b4.

* Clean up for real

* Clean up and dts for benchmarks

* Run npm lint

* Clean up benchmark eslint warnings and errors

* Exclude no missing require in some bench files

* Exclude no missing require in some bench files

* Remove sonar code smells

* Don't be overjoyed in readme

* Improve interface definition

* Use published poolifier

* Rename

* Ignore lint for benchmarks/versus-external-pools

* Remove eslint-disable from benchmark files

* Enhancement performance is now applied to both cluster and thread pools

* Improve documentation

* Unregister worker listener is no more needed

* Update README.md

* Improve readme

* Add content to readme

* Update benchmarks/README.md

Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
3 years agoEnsure we always clean up resources in ut. (#214)
Jérôme Benoit [Sun, 21 Feb 2021 14:15:07 +0000 (15:15 +0100)] 
Ensure we always clean up resources in ut. (#214)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoExtract selection strategies to classes (#176)
Shinigami [Sun, 21 Feb 2021 14:01:33 +0000 (15:01 +0100)] 
Extract selection strategies to classes (#176)

Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
Co-authored-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
3 years agoBump eslint-plugin-jsdoc from 32.0.2 to 32.1.0 (#212)
dependabot-preview[bot] [Sun, 21 Feb 2021 09:27:48 +0000 (10:27 +0100)] 
Bump eslint-plugin-jsdoc from 32.0.2 to 32.1.0 (#212)

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 32.0.2 to 32.1.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v32.0.2...v32.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
3 years agoOnly analyse code on main workflow (#208)
Shinigami [Sat, 20 Feb 2021 19:47:45 +0000 (20:47 +0100)] 
Only analyse code on main workflow (#208)

3 years agoPublish betas with beta tag (#204)
Shinigami [Sat, 20 Feb 2021 16:18:24 +0000 (17:18 +0100)] 
Publish betas with beta tag (#204)

3 years agoConfigure dependabot (#207)
Shinigami [Sat, 20 Feb 2021 16:15:45 +0000 (17:15 +0100)] 
Configure dependabot (#207)

3 years agoDocument the breaking change merge of pool options types declaration (#205)
Jérôme Benoit [Sat, 20 Feb 2021 16:08:48 +0000 (17:08 +0100)] 
Document the breaking change merge of pool options types declaration (#205)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Alessandro Pio Ardizio <alessandroardizio94@gmail.com>
3 years agoUpdate dependencies. (#206)
Jérôme Benoit [Sat, 20 Feb 2021 13:21:07 +0000 (14:21 +0100)] 
Update dependencies. (#206)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate package.json v2.0.0-beta.6
Alessandro Pio Ardizio [Fri, 19 Feb 2021 18:07:13 +0000 (19:07 +0100)] 
Update package.json

3 years agoProperly name and separate each steps at publication. (#199)
Jérôme Benoit [Fri, 19 Feb 2021 17:07:07 +0000 (18:07 +0100)] 
Properly name and separate each steps at publication. (#199)

3 years agoJSONValue can not be used by custom defined interfaces (#201)
Jérôme Benoit [Fri, 19 Feb 2021 16:57:47 +0000 (17:57 +0100)] 
JSONValue can not be used by custom defined interfaces (#201)

Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
3 years agoFix usage of prepublishOnly (#202)
Shinigami [Fri, 19 Feb 2021 16:53:15 +0000 (17:53 +0100)] 
Fix usage of prepublishOnly (#202)

Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix logo squashing (#203)
Shinigami [Fri, 19 Feb 2021 16:13:16 +0000 (17:13 +0100)] 
Fix logo squashing (#203)

Use 34% image size

3 years agoMerge pull request #200 from pioardi/deps
Jérôme Benoit [Fri, 19 Feb 2021 13:07:12 +0000 (14:07 +0100)] 
Merge pull request #200 from pioardi/deps

Update dependencies to latest.

3 years agoUpdate dependencies to latest.
Jérôme Benoit [Fri, 19 Feb 2021 11:34:55 +0000 (12:34 +0100)] 
Update dependencies to latest.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoTake change from jerome v2.0.0-beta.5
aardizio [Fri, 19 Feb 2021 08:54:23 +0000 (09:54 +0100)] 
Take change from jerome

3 years agoMerge branch 'master' of https://github.com/pioardi/node-pool
aardizio [Fri, 19 Feb 2021 08:50:56 +0000 (09:50 +0100)] 
Merge branch 'master' of https://github.com/pioardi/node-pool

3 years agoMerge pull request #193 from pioardi/deps
Jérôme Benoit [Fri, 19 Feb 2021 08:50:49 +0000 (09:50 +0100)] 
Merge pull request #193 from pioardi/deps

Update dependencies

3 years agoAdd publish step into one job
aardizio [Fri, 19 Feb 2021 08:50:47 +0000 (09:50 +0100)] 
Add publish step into one job

3 years agoUpdate dependencies
Jérôme Benoit [Thu, 18 Feb 2021 21:47:58 +0000 (22:47 +0100)] 
Update dependencies

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate package.json v2.0.0-beta.4
Alessandro Pio Ardizio [Thu, 18 Feb 2021 20:40:39 +0000 (21:40 +0100)] 
Update package.json

3 years agoCI: always lint after build. (#192) v2.0.0-beta.2 v2.0.0-beta.3
Jérôme Benoit [Thu, 18 Feb 2021 20:10:54 +0000 (21:10 +0100)] 
CI: always lint after build. (#192)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoUpdate package.json
Alessandro Pio Ardizio [Thu, 18 Feb 2021 19:37:48 +0000 (20:37 +0100)] 
Update package.json

3 years agoMerge pull request #189 from pioardi/ut
Jérôme Benoit [Thu, 18 Feb 2021 18:16:29 +0000 (19:16 +0100)] 
Merge pull request #189 from pioardi/ut

Use a configuration file for mocha ut

3 years agoUse a configuration file for mocha ut
Jérôme Benoit [Thu, 18 Feb 2021 16:21:36 +0000 (17:21 +0100)] 
Use a configuration file for mocha ut

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix EPIPE when run unit tests (#187)
Alessandro Pio Ardizio [Thu, 18 Feb 2021 16:03:47 +0000 (17:03 +0100)] 
Fix EPIPE when run unit tests (#187)

* Try to remove the --exit

* Revert "Fix EPIPE on shutdown"

This reverts commit 4dc274761ce688172117009d1b306077d321f461.

* Graceful shutdown during unit tests

* Readd exit since that was not the solution

* Capital letters on comments

* Destroy all pools in after (#188)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoFix EPIPE on shutdown
aardizio [Thu, 18 Feb 2021 13:21:23 +0000 (14:21 +0100)] 
Fix EPIPE on shutdown

3 years agoMerge pull request #186 from pioardi/documentation
Jérôme Benoit [Thu, 18 Feb 2021 12:56:11 +0000 (13:56 +0100)] 
Merge pull request #186 from pioardi/documentation

3 years agoREADME.md: Small refinements
Jérôme Benoit [Thu, 18 Feb 2021 11:44:36 +0000 (12:44 +0100)] 
README.md: Small refinements

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMake the documentation less worker-threads centric. (#183)
Jérôme Benoit [Thu, 18 Feb 2021 11:37:14 +0000 (12:37 +0100)] 
Make the documentation less worker-threads centric. (#183)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoFix sonar code smells (#184)
Alessandro Pio Ardizio [Thu, 18 Feb 2021 10:00:39 +0000 (11:00 +0100)] 
Fix sonar code smells (#184)

* Fix sonar code smells

* Add coverage thresholds

* Coverage thresholds

* Update src/pools/abstract-pool.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
* Update src/pools/abstract-pool.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
* Update src/worker/abstract-worker.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
* Update src/worker/abstract-worker.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoFactor out worker tasks number in/de-crement. (#182)
Jérôme Benoit [Wed, 17 Feb 2021 20:57:30 +0000 (21:57 +0100)] 
Factor out worker tasks number in/de-crement. (#182)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoIssue 160 ci unit test (#181)
Alessandro Pio Ardizio [Wed, 17 Feb 2021 19:13:21 +0000 (20:13 +0100)] 
Issue 160 ci unit test (#181)

* Fix issue 160

* Keep comments

* Keep comments

3 years agoUpdate CHANGELOG.md (#178)
Shinigami [Wed, 17 Feb 2021 11:19:28 +0000 (12:19 +0100)] 
Update CHANGELOG.md (#178)

3 years agoUpdate CHANGELOG.md
Alessandro Pio Ardizio [Wed, 17 Feb 2021 10:43:27 +0000 (11:43 +0100)] 
Update CHANGELOG.md

3 years agoTests enhancement (#172)
Alessandro Pio Ardizio [Wed, 17 Feb 2021 09:54:49 +0000 (10:54 +0100)] 
Tests enhancement (#172)

* Increase coverage and remove deprecated methods

* Add utility test function instead of use setTimeout to wait workers scale down

* Decrease a little bit the required nyc percentages

* Add a TestUtils class.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* More sleep usage.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Run npm format.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Remove deprecated methods and update changelog, increase require coverage

* Check coverage change

Co-authored-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoImprove jsdoc comments (#175)
Shinigami [Wed, 17 Feb 2021 07:58:12 +0000 (08:58 +0100)] 
Improve jsdoc comments (#175)

* Improve jsdoc comments

* Update eslint-plugin-jsdoc

3 years agoFix JSDoc (#171)
Shinigami [Tue, 16 Feb 2021 17:45:14 +0000 (18:45 +0100)] 
Fix JSDoc (#171)

3 years agoMerge pull request #153 from pioardi/add-worker-test
Alessandro Pio Ardizio [Tue, 16 Feb 2021 16:39:47 +0000 (17:39 +0100)] 
Merge pull request #153 from pioardi/add-worker-test

Add tests for workers

3 years agoMerge branch 'master' into add-worker-test
Shinigami [Tue, 16 Feb 2021 16:19:52 +0000 (17:19 +0100)] 
Merge branch 'master' into add-worker-test

3 years agoDocument new kill behavior on the readme (#170)
Alessandro Pio Ardizio [Tue, 16 Feb 2021 16:19:36 +0000 (17:19 +0100)] 
Document new kill behavior on the readme (#170)

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoMerge branch 'master' into add-worker-test
Shinigami92 [Tue, 16 Feb 2021 15:08:46 +0000 (16:08 +0100)] 
Merge branch 'master' into add-worker-test

3 years agoMerge pull request #161 from pioardi/issue-70
Alessandro Pio Ardizio [Tue, 16 Feb 2021 15:01:33 +0000 (16:01 +0100)] 
Merge pull request #161 from pioardi/issue-70

Better handling for maxInactiveTime on dynamic pools

3 years agoImprovements for #161 (#169)
Shinigami [Tue, 16 Feb 2021 14:57:09 +0000 (15:57 +0100)] 
Improvements for #161 (#169)

3 years agoAdd test cases and fixed some sonar code smells
aardizio [Tue, 16 Feb 2021 13:57:53 +0000 (14:57 +0100)] 
Add test cases and fixed some sonar code smells

3 years agoChange killBehaviorEnumeration to killBehaviorTypes
aardizio [Tue, 16 Feb 2021 13:05:48 +0000 (14:05 +0100)] 
Change killBehaviorEnumeration to killBehaviorTypes

3 years agoIncreased test timeouts, we need to look into that as soon as we can
aardizio [Tue, 16 Feb 2021 11:37:08 +0000 (12:37 +0100)] 
Increased test timeouts, we need to look into that as soon as we can

3 years agoLinting
aardizio [Tue, 16 Feb 2021 11:23:11 +0000 (12:23 +0100)] 
Linting

3 years agoTODO for shinigami
aardizio [Tue, 16 Feb 2021 11:17:25 +0000 (12:17 +0100)] 
TODO for shinigami

3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:22:55 +0000 (11:22 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:22:31 +0000 (11:22 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:22:21 +0000 (11:22 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/abstract-worker.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:22:07 +0000 (11:22 +0100)] 
Update src/worker/abstract-worker.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/utility-types.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:21:18 +0000 (11:21 +0100)] 
Update src/utility-types.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:20:28 +0000 (11:20 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:20:11 +0000 (11:20 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:19:54 +0000 (11:19 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:19:41 +0000 (11:19 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoUpdate src/worker/worker-options.ts
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:19:10 +0000 (11:19 +0100)] 
Update src/worker/worker-options.ts

Co-authored-by: Shinigami <chrissi92@hotmail.de>
3 years agoMerge branch 'master' into issue-70
Alessandro Pio Ardizio [Tue, 16 Feb 2021 10:14:40 +0000 (11:14 +0100)] 
Merge branch 'master' into issue-70

3 years agoEnhance changelog documentation
aardizio [Tue, 16 Feb 2021 10:12:17 +0000 (11:12 +0100)] 
Enhance changelog documentation

3 years agoImplementation for killBehavior based on the last feedbacks
aardizio [Tue, 16 Feb 2021 10:07:12 +0000 (11:07 +0100)] 
Implementation for killBehavior based on the last feedbacks

3 years agoUpdate dependencies (#168)
Jérôme Benoit [Tue, 16 Feb 2021 09:55:54 +0000 (10:55 +0100)] 
Update dependencies (#168)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMerge pull request #164 from pioardi/benchmark
Alessandro Pio Ardizio [Tue, 16 Feb 2021 07:58:57 +0000 (08:58 +0100)] 
Merge pull request #164 from pioardi/benchmark

Fix benchmarks run: use synchronous call.

3 years agoFix benchmarks run: use synchronous call.
Jérôme Benoit [Mon, 15 Feb 2021 22:26:06 +0000 (23:26 +0100)] 
Fix benchmarks run: use synchronous call.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoMerge branch 'master' into issue-70
Alessandro Pio Ardizio [Mon, 15 Feb 2021 21:21:07 +0000 (22:21 +0100)] 
Merge branch 'master' into issue-70

3 years agoMerge pull request #163 from pioardi/ci
Alessandro Pio Ardizio [Mon, 15 Feb 2021 21:15:16 +0000 (22:15 +0100)] 
Merge pull request #163 from pioardi/ci

CI: Bump GitHub actions version to v2

3 years agoCI: Bump GitHub actions version to v2
Jérôme Benoit [Mon, 15 Feb 2021 21:07:53 +0000 (22:07 +0100)] 
CI: Bump GitHub actions version to v2

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoREADME.md: formatting fixes. (#162)
Jérôme Benoit [Mon, 15 Feb 2021 19:25:05 +0000 (20:25 +0100)] 
README.md: formatting fixes. (#162)

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
3 years agoFix typing error
aardizio [Mon, 15 Feb 2021 18:51:15 +0000 (19:51 +0100)] 
Fix typing error

3 years agoAdd a blank line
aardizio [Mon, 15 Feb 2021 18:40:09 +0000 (19:40 +0100)] 
Add a blank line

3 years agoImplement PR reviews
aardizio [Mon, 15 Feb 2021 18:37:12 +0000 (19:37 +0100)] 
Implement PR reviews

3 years agoMerge branch 'master' into issue-70
Alessandro Pio Ardizio [Mon, 15 Feb 2021 16:30:30 +0000 (17:30 +0100)] 
Merge branch 'master' into issue-70

3 years agoCluster pool is now working
aardizio [Mon, 15 Feb 2021 16:29:36 +0000 (17:29 +0100)] 
Cluster pool is now working

3 years agoThread implementation working and tested with TDD expeting a failure and then adding...
aardizio [Mon, 15 Feb 2021 16:13:04 +0000 (17:13 +0100)] 
Thread implementation working and tested with TDD expeting a failure and then adding code and expect success

3 years agoChangelog add bug fixes
aardizio [Mon, 15 Feb 2021 16:05:11 +0000 (17:05 +0100)] 
Changelog add bug fixes

3 years agoBetter handling for maxInactiveTime on dynamic pools
aardizio [Mon, 15 Feb 2021 16:00:30 +0000 (17:00 +0100)] 
Better handling for maxInactiveTime on dynamic pools

3 years agoBuild minified for production (#155)
Jérôme Benoit [Mon, 15 Feb 2021 15:55:38 +0000 (16:55 +0100)] 
Build minified for production (#155)

* Build minified for production

And use dev build in CI

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Rename scripts:

nothing -> default dev build
:prod -> production build

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Trigger build analysis output on demand via an env variable

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Always register source map support.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Revert to one build output for coverage on sonar cloud.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Revert "Revert to one build output for coverage on sonar cloud."

This reverts commit f3d990ba9878e4e6f097844cacba9e8e4b4c9121.

* Try with sourcemap: false

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Build with sourcemap: true

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Go back to previous sourcemap setting.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
* Change sonar sources

Co-authored-by: Alessandro Pio Ardizio <alessandroardizio94@gmail.com>
3 years agoMerge pull request #159 from pioardi/logo-and-readme
Alessandro Pio Ardizio [Mon, 15 Feb 2021 14:46:27 +0000 (15:46 +0100)] 
Merge pull request #159 from pioardi/logo-and-readme

Logo and readme

3 years agoAdjust feature order
aardizio [Mon, 15 Feb 2021 14:02:42 +0000 (15:02 +0100)] 
Adjust feature order

3 years agoMerge branch 'logo-and-readme' of https://github.com/pioardi/node-pool into logo...
aardizio [Mon, 15 Feb 2021 14:01:00 +0000 (15:01 +0100)] 
Merge branch 'logo-and-readme' of https://github.com/pioardi/node-pool into logo-and-readme

3 years agoAdd check mark at each feature
aardizio [Mon, 15 Feb 2021 14:00:52 +0000 (15:00 +0100)] 
Add check mark at each feature

3 years agoUpdate README.md
Alessandro Pio Ardizio [Mon, 15 Feb 2021 13:59:36 +0000 (14:59 +0100)] 
Update README.md

3 years agoAdjust logo
aardizio [Mon, 15 Feb 2021 13:58:55 +0000 (14:58 +0100)] 
Adjust logo

3 years agoUpdate README.md
Alessandro Pio Ardizio [Mon, 15 Feb 2021 13:55:24 +0000 (14:55 +0100)] 
Update README.md

3 years agoUpdate README.md
Alessandro Pio Ardizio [Mon, 15 Feb 2021 13:36:52 +0000 (14:36 +0100)] 
Update README.md

3 years agoUpdate README.md
Alessandro Pio Ardizio [Mon, 15 Feb 2021 11:54:05 +0000 (12:54 +0100)] 
Update README.md

3 years agoUpdate README.md
Alessandro Pio Ardizio [Mon, 15 Feb 2021 11:44:36 +0000 (12:44 +0100)] 
Update README.md

3 years agoFix coverage link
aardizio [Mon, 15 Feb 2021 11:16:04 +0000 (12:16 +0100)] 
Fix coverage link

3 years agoFix
aardizio [Mon, 15 Feb 2021 11:09:31 +0000 (12:09 +0100)] 
Fix

3 years agoImprove readme, added logo
aardizio [Mon, 15 Feb 2021 11:08:08 +0000 (12:08 +0100)] 
Improve readme, added logo

3 years agoMerge pull request #157 from pioardi/dependabot/npm_and_yarn/types/node-14.14.28
Alessandro Pio Ardizio [Mon, 15 Feb 2021 09:11:27 +0000 (10:11 +0100)] 
Merge pull request #157 from pioardi/dependabot/npm_and_yarn/types/node-14.14.28

Bump @types/node from 14.14.27 to 14.14.28

3 years agoMerge branch 'master' into dependabot/npm_and_yarn/types/node-14.14.28
Alessandro Pio Ardizio [Mon, 15 Feb 2021 09:07:08 +0000 (10:07 +0100)] 
Merge branch 'master' into dependabot/npm_and_yarn/types/node-14.14.28

3 years agoMerge pull request #158 from pioardi/dependabot/npm_and_yarn/eslint-plugin-jsdoc...
Alessandro Pio Ardizio [Mon, 15 Feb 2021 09:06:54 +0000 (10:06 +0100)] 
Merge pull request #158 from pioardi/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.0.0

Bump eslint-plugin-jsdoc from 31.6.1 to 32.0.0

3 years agoUpdate package.json
Alessandro Pio Ardizio [Mon, 15 Feb 2021 08:58:32 +0000 (09:58 +0100)] 
Update package.json

3 years agoBump eslint-plugin-jsdoc from 31.6.1 to 32.0.0
dependabot-preview[bot] [Mon, 15 Feb 2021 07:10:32 +0000 (07:10 +0000)] 
Bump eslint-plugin-jsdoc from 31.6.1 to 32.0.0

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 31.6.1 to 32.0.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.6.1...v32.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump @types/node from 14.14.27 to 14.14.28
dependabot-preview[bot] [Mon, 15 Feb 2021 07:09:45 +0000 (07:09 +0000)] 
Bump @types/node from 14.14.27 to 14.14.28

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.27 to 14.14.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>