Skip to content

Releases: calebsander/structure-bytes

2.4.7

24 Jul 02:20
Compare
Choose a tag to compare

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

23 Jul 21:00
Compare
Choose a tag to compare

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

23 Jul 03:20
Compare
Choose a tag to compare

Fixed catching errors in io read functions when the read stream threw an error. Shouldn't break any existing code.

2.1.7

23 Jul 02:15
Compare
Choose a tag to compare

Fixed missing sha.js dependency (shouldn't break anything)

2.0.7

22 Jul 22:32
Compare
Choose a tag to compare

Moved the functions exported by read.js into sb.r from sb. Specifically:
sb.type() -> sb.r.type()
sb.value() -> sb.r.value()