Releases: calebsander/structure-bytes
Releases · calebsander/structure-bytes
2.4.7
Fixed error catching when reading and writing streams that emit an error in io
. Previous implementation accidentally had the error catching function throwing errors of its own.
2.3.7
Better error messages (some fixed and some made more descriptive). This shouldn't break anything unless you are depending on the specific text of the messages.
2.2.7
Fixed catching errors in io
read functions when the read stream threw an error. Shouldn't break any existing code.
2.1.7
Fixed missing sha.js
dependency (shouldn't break anything)
2.0.7
Moved the functions exported by read.js
into sb.r
from sb
. Specifically:
sb.type()
-> sb.r.type()
sb.value()
-> sb.r.value()