UNPKG

frame-stream

Version:

Length-prefixed message framing for Node.js streams.

22 lines (11 loc) 362 B
# Changelog ## 1.1.0 Move the code for pushing encoded frame data to its own method `_pushFrameData` to allow overriding this behavior (#5). ## 2.0.0 Use unsigned ints by default for length. ## 2.0.1 Update example in README and add it to test suite. ## 3.0.0 Update dependencies, remove Gulp and switch to Github Actions ## 3.0.1 Update dependencies.