Releases: Sage/ez-streams
v1.2.0
v0.2.0
#21 bundled streamline-streams
#22 refactored HTTP request response
#23 added reader.concat
method
#24 added reader.readAll
method
#25 improved child_process
+ fixed lines
reader.
#26 fixed encoding detection on zip streams
#27 nodeTransform
not always flushing output queue
#28 httpClient.setTimeout
is buggy
#29 XML formatter bug
#30 fixed galaxy
API
#31 fixed child_process
on windows
#32 delete null
/unknown
HTTP headers (for node 0.12)
#33 stop
API
#34 factory API
v0.1.7
#5 added specialized unread
functions to binary helper module
#12 improved simple JSON mapper
#15 added writer.writeAll(_, data)
method
#16 fixed bugs in binary helper module.
#17 fixed reader.nodify()
for streamline fast mode.
#18 fixed exception when passing null options
to child_process reader.
#14 added reader.tee(writer)
method
#19 added reader.dup()
method
#20 moved database support to separate packages
v0.1.6
#7 new API: completed implementation of mongo style filters
#11 new API: queue
device.
#12: new API: simple JSON mapper (simpler but less powerful than JSON transform)
#14: new API: reader.tee
#10 bugfix: mongodb upsert
was not waiting for completion callback.
#13: bugfix (serious): errors could cause transform
to hang.
streamline dependency has been bumped to 0.10.15.
You are strongly encouraged to upgrade, because of #13 bugfix.
v0.1.5
c6dfcbb Fixed encoding issue with native streams.
4e6043f added sep option to lines transform.
28b9d1f added child_process device.
#3 fixed incompatibility with streamline fast mode.
#4 mongodb device can update existing documents (could only insert before).
#5 added binary helper: convenient and efficient operations on binary streams.
#7 added support for mongo-style filters in reader API.
#8 fixed nodify() call (was not sending end event).
#3 fixed galaxy wrapper for join() call.
#9 fixed multipart transform.