parallel-transform-stream
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,18 @@ | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2016-08-09) | ||
### Bug Fixes | ||
* **package:** add link to repostory ([02a4c5f](https://github.com/ubilabs/node-parallel-transform-stream/commit/02a4c5f)) | ||
* **parallel-transform:** properly set default `maxParallel` ([5a82490](https://github.com/ubilabs/node-parallel-transform-stream/commit/5a82490)) | ||
* **parallel-transform:** return a class instead of an instance in .create ([ecee084](https://github.com/ubilabs/node-parallel-transform-stream/commit/ecee084)) | ||
### Features | ||
* **parallel-transform:** allow passing of default optinos to `.create` ([aa51fba](https://github.com/ubilabs/node-parallel-transform-stream/commit/aa51fba)) | ||
<a name="1.0.0"></a> | ||
@@ -2,0 +19,0 @@ # 1.0.0 (2016-08-09) |
{ | ||
"name": "parallel-transform-stream", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "stream.Transform with parallel transforms", | ||
@@ -33,2 +33,3 @@ "main": "dist/parallel-transform.js", | ||
}, | ||
"repository": "ubilabs/node-parallel-transform-stream", | ||
"devDependencies": { | ||
@@ -35,0 +36,0 @@ "ava": "^0.15.2", |
@@ -1,2 +0,2 @@ | ||
# Parallel Transform Stream | ||
# Parallel Transform Stream [![Build Status](https://travis-ci.org/ubilabs/node-parallel-transform-stream.svg?branch=master)](https://travis-ci.org/ubilabs/node-parallel-transform-stream) | ||
@@ -129,21 +129,1 @@ A NodeJS transform stream which runs transformations in parallel and preserves input order. | ||
* By design, you cannot push multiple results from a single transform | ||
## Contribution | ||
Clone the repository and run: | ||
```sh | ||
npm install | ||
``` | ||
To run the tests, run: | ||
``` | ||
npm test | ||
``` | ||
To make a release, run: | ||
``` | ||
npm run release patch|minor|major | ||
``` |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
21456
8
214
129