Skip to content

Releases: Muvon/php-kiss-binary-codec

v0.4.0

26 Aug 19:43
Compare
Choose a tag to compare

Migrate to use VarInt package for encoding/decoding numeric data.

This version is incompatible with the previous version.

Use at your OWN risk.

Stability will come on v.1.0.0+

v0.3.1

06 Apr 13:34
Compare
Choose a tag to compare

Fix critical issue with string float detection.

v0.3.0

04 Apr 12:47
Compare
Choose a tag to compare

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

02 Apr 04:41
Compare
Choose a tag to compare

Change binary format:

  1. Now we pack with a single pack call and store keys dynamically.
  2. No config for pack and unpack it's automatic.
  3. Optimized output to lower bytes.

v0.1.0

02 Apr 00:34
Compare
Choose a tag to compare

Initial version of binary encoder