Changelog
[4.0.0] - 2022-07-01
If you are upgrading: please see UPGRADING.md
.
readable-stream
from 3 to 4 (082b8d6
) (Vincent Weevers)new
(dafafb2
) (Vincent Weevers)817c30c
) (Vincent Weevers)94a2a8e
) (Vincent Weevers).Changelog
[3.0.0] - 2021-04-25
If you are upgrading: please see UPGRADING.md
.
2b04c28
) (Vincent Weevers)2319634
, 3fc0829
) (Vincent Weevers)Changelog
[2.0.0] - 2019-03-30
readable-stream
from ^2.2.8
to ^3.1.0
(#105) (@ralphtheninja)level
devDependency from ^4.0.0
to ^5.0.1
(#109) (@vweevers)nyc
devDependency from ^12.0.2
to ^13.2.0
(#108) (@vweevers)standard
devDependency from ^11.0.1
to ^12.0.0
(#102) (@ralphtheninja)6e1ef3b
) (@ralphtheninja)Changelog
[1.0.0] - 2018-06-30
createIfMissing
and errorIfExists
(@ralphtheninja)setUp()
function into test()
(@ralphtheninja)openTestDatabase()
calls into test()
and pass ctx
to tests (@ralphtheninja)db.close()
and after cleanup()
(@ralphtheninja)after
in cleanup()
(@ralphtheninja)readable-stream
from user land (@ralphtheninja)^
for devDependencies (@ralphtheninja)util.inherits
with inherits
module (@ralphtheninja)this._destroyed
with this.destroyed
from Writable
(@ralphtheninja)WriteStream
constructor (@ralphtheninja)level-concat-iterator
intead of multiple db.get()
operations (@ralphtheninja)_buffer
by pushing transformed data (@ralphtheninja)tempy
for test locations and remove cleanup()
(@vweevers)_write()
extending default type (@ralphtheninja)Writable
(@ralphtheninja)highWaterMark
(@vweevers)maxBufferLength
to pause rather than drop writes (@vweevers)standard
for linting (@ralphtheninja)nyc
and coveralls
(@vweevers)CHANGELOG.md
(@ralphtheninja)UPGRADING.md
(@ralphtheninja)maxBufferLength
(@vweevers)contributors
from package.json
(@ralphtheninja)this.{writable,readable}
state (@ralphtheninja)this._db.isOpen()
checks (@ralphtheninja)'utf8'
encoding and per stream encodings (@ralphtheninja, @vweevers).jshintrc
(@ralphtheninja)WriteStream#destroySoon()
(@vweevers)WriteStream#toString()
(@vweevers)!buffer
check (@vweevers)_destroy
to emit 'close'
after error (@vweevers)Changelog
[0.0.1] - 2016-03-14
readable-stream
from ~1.0.15
to ~2.0.6
(@rvagg, @greenkeeper)__dirname
instead of temporary directory (@rvagg)