Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpommerening committed Dec 29, 2015
1 parent a2715df commit 844a889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
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?

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazystream",
"version": "0.2.0",
"version": "1.0.0",
"description": "Open Node Streams on demand.",
"homepage": "https://github.com/jpommerening/node-lazystream",
"author": {
Expand Down

0 comments on commit 844a889

Please sign in to comment.