v0.3.0
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;