Skip to content

Releases: e3dio/packBytes

v3.1.0

12 Jul 16:50
Compare
Choose a tag to compare

Refactored packbytes.mjs, reduced PackBytes(schema) function from 175 lines to 12 lines, now creates Encoder/Decoder 5x faster.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

11 Jul 08:00
Compare
Choose a tag to compare

Refactored code for readability, added range checks on encoded data

Breaking change: PackBytes is now a function not a Class, new PackBytes(schema) becomes PackBytes(schema):

const { encode, decode } = PackBytes(schema);

v2.0.0

05 Jul 00:26
Compare
Choose a tag to compare
fix npm install