-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2715df
commit 844a889
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Lazy Streams | ||
|
||
> *Create streams lazily when they are read from or written to.* | ||
> `lazystream: 0.2.0` [![Build Status](https://travis-ci.org/jpommerening/node-lazystream.png?branch=master)](https://travis-ci.org/jpommerening/node-lazystream) | ||
> `lazystream: 1.0.0` [![Build Status](https://travis-ci.org/jpommerening/node-lazystream.png?branch=master)](https://travis-ci.org/jpommerening/node-lazystream) | ||
## Why? | ||
|
||
|
@@ -57,16 +57,16 @@ new lazystream.Writable(function () { | |
|
||
```console | ||
$ npm install lazystream --save | ||
npm http GET https://registry.npmjs.org/readable-stream | ||
npm http 200 https://registry.npmjs.org/readable-stream | ||
npm http GET https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.2.tgz | ||
npm http 200 https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.2.tgz | ||
[email protected] node_modules/lazystream | ||
└── [email protected] | ||
[email protected] node_modules/lazystream | ||
└── [email protected] | ||
``` | ||
|
||
## Changelog | ||
|
||
### v1.0.0 | ||
|
||
- [#2](https://github.com/jpommerening/node-lazystream/pull/2): [unconditionally](https://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html) use `readable-stream` _2.x_. | ||
|
||
### v0.2.0 | ||
|
||
- [#1](https://github.com/jpommerening/node-lazystream/pull/1): error events are now propagated | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters