Détail du package

strong-task-emitter

strongloop1.3kArtistic-2.00.0.8

Perform an unknown number of tasks recursively and in parallel.

readme

strong-task-emitter

Install

npm install strong-task-emitter

Purpose

Strong-task-emitter enables you to perform a number of tasks recursively and in parallel. For example, reading all the files in a nested set of directories. It has built-in support for domains by inheriting directly from EventEmitter.

Please see the official documentation.

For API reference documentation, see http://apidocs.strongloop.com/strong-task-emitter/.

changelog

2018-03-22, Version 0.0.8

  • chore: upgrade deps (Raymond Feng)

  • Update URLs in CONTRIBUTING.md (#6) (Ryan Graham)

2016-05-03, Version 0.0.7

  • relicense as Artistic-2.0 only (Ryan Graham)

  • Refer to licenses with a link (Sam Roberts)

  • Use strongloop conventions for licensing (Sam Roberts)

  • Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)

2014-11-13, Version 0.0.6

  • Updated directory name to make use of more events than just "error" (unless it was intentional). (Alex Voitau)

  • Fixed example for loading files. (Alex Voitau)

  • Update contribution guidelines (Ryan Graham)

  • Update package license to match LICENSE.md (Sam Roberts)

  • Update link to doc (Rand McKinney)

  • doc: add CONTRIBUTING.md and LICENSE.md (Ben Noordhuis)

  • Apply Dual MIT/StrongLoop license (Sam Roberts)

  • Replace old README with link to docs. (Rand McKinney)

  • Create docs.json (Rand McKinney)

  • Update README.md (Rand McKinney)

  • Create api.md (Rand McKinney)

  • remove unused blanket dependencies (Sam Roberts)

  • Tidy up package.json for LoopBack 1.0.0 (Raymond Feng)

  • Fix #1 by partially specifying debug version (Sam Roberts)

  • Update git repo URL (Raymond Feng)

  • add blanket.js (slnode)

2013-07-12, Version 0.0.4

  • First release!