Skip to content

Releases: e3dio/packBytes

4.0

15 Nov 02:00

Choose a tag to compare

v3.2.0

01 May 21:54

Choose a tag to compare

fix

v3.1.0

12 Jul 16:50

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

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

Choose a tag to compare

fix npm install