Skip to content

v0.3.0

Choose a tag to compare

@donhardman donhardman released this 04 Apr 12:47
· 3 commits to master since this release

New:

  • introduce compression map and replace gzencode/gzdecode with less fingerprint;
  • add version byte to resulted binary data;
  • add float packing as string even for big floats;
  • add IP v4 encode logic.

Fixes:

  • fix the issue with integer conversion;
  • fix the issue with float conversion;