Skip to content

Commit

Permalink
publishing 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Sep 20, 2014
1 parent 3ed07f0 commit 0e3cda9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
41 changes: 27 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
## v0.1.0
2013-12-16
First brew

## v0.1.1
2014-01-04
## v0.1.5
2014-09-06
* [c6dfcbb](https://github.com/Sage/ez-streams/commit/c6dfcbbd1f63d9e28656c05d5e2bdf00f400f2d5) Fixed encoding issue with native streams.
* [4e6043f](https://github.com/Sage/ez-streams/commit/4e6043f1f0cf3dff8696f2d539db5a7775f55333) added `sep` option to lines transform.
* [28b9d1f](https://github.com/Sage/ez-streams/commit/28b9d1f2e531f60cc1fb76875e200a8fad8e837f) added `child_process` device.
* [#3](https://github.com/Sage/ez-streams/issues/3) fixed incompatibility with streamline _fast_ mode.
* [#4](https://github.com/Sage/ez-streams/issues/4) mongodb device can update existing documents (could only insert before).
* [#5](https://github.com/Sage/ez-streams/issues/5) added binary helper: convenient and efficient operations on binary streams.
* [#7](https://github.com/Sage/ez-streams/issues/7) added support for mongo-style filters in reader API.
* [#8](https://github.com/Sage/ez-streams/issues/8) fixed `nodify()` call (was not sending `end` event).
* [#3](https://github.com/Sage/ez-streams/issues/3) fixed galaxy wrapper for `join()` call.
* [#9](https://github.com/Sage/ez-streams/issues/9) fixed multipart transform.

## v0.1.2
2014-01-16
## v0.1.4
2014-09-06
* [#2](https://github.com/Sage/ez-streams/issues/2) [galaxy hooks](https://github.com/Sage/ez-streams#galaxy-support)
* [interoperability with native node.js streams (reader.nodify, writer.nodify)](https://github.com/Sage/ez-streams#interoperabily-with-native-nodejs-streams)
* [https://github.com/Sage/ez-streams#writer-chaining (writer.pre)](https://github.com/Sage/ez-streams#writer-chaining)
* [reader to enumerate files (devices.file.list)](https://github.com/Sage/ez-streams/blob/master/lib/devices/file.md)

## v0.1.3
2014-03-29
* [mongodb device](https://github.com/Sage/ez-streams/blob/master/lib/devices/mongodb.md)
* [oracle device](https://github.com/Sage/ez-streams/blob/master/lib/devices/oracle.md)
* [mysql device](https://github.com/Sage/ez-streams/blob/master/lib/devices/mysql.md)

## v0.1.4
2014-09-06
* [#2](https://github.com/Sage/ez-streams/issues/2) [galaxy hooks](https://github.com/Sage/ez-streams#galaxy-support)
* [interoperability with native node.js streams (reader.nodify, writer.nodify)](https://github.com/Sage/ez-streams#interoperabily-with-native-nodejs-streams)
* [https://github.com/Sage/ez-streams#writer-chaining (writer.pre)](https://github.com/Sage/ez-streams#writer-chaining)
* [reader to enumerate files (devices.file.list)](https://github.com/Sage/ez-streams/blob/master/lib/devices/file.md)
## v0.1.2
2014-01-16

## v0.1.1
2014-01-04

## v0.1.0
2013-12-16
First brew
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ez-streams",
"description": "EZ streams for node.js",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "git://github.com/Sage/ez-streams.git"
Expand All @@ -10,8 +10,8 @@
"node": ">=0.10.8"
},
"dependencies": {
"streamline": "~0.10.2",
"streamline-streams": "~0.1.3"
"streamline": "^0.10.14",
"streamline-streams": "^0.1.5"
},
"author": "Bruno Jouhier",
"main": "index.js"
Expand Down

0 comments on commit 0e3cda9

Please sign in to comment.