All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Removed support for node 0.x (may work/may not).
Packet
now includes awords
array instead of adata
array.calculatePacketSize
takes awords
array instead of aPacket
object.
Rewritten the library.
- restructured the library.
- Compiling with Babel.
- Switched to a functional programming style.
- Changed license to MIT.
- Added tests.
- Added eslint/style guide.
- Added Flowtype.
- Added a very simple example.