Releases: Muvon/php-kiss-binary-codec
Releases · Muvon/php-kiss-binary-codec
v0.4.0
v0.3.1
Fix critical issue with string float detection.
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;
v0.2.0
Change binary format:
- Now we pack with a single pack call and store keys dynamically.
- No config for pack and unpack it's automatic.
- Optimized output to lower bytes.
v0.1.0
Initial version of binary encoder