Skip to content

Releases: Muvon/php-kiss-varint

v0.3.0

23 Nov 09:44
Compare
Choose a tag to compare
  1. Changed input values from hex to binary.
  2. Optimize performance by using non gmp math when its possible.

v0.2.0

17 Aug 10:15
Compare
Choose a tag to compare

Added support of signed varint

v0.1.1

02 Aug 09:27
Compare
Choose a tag to compare

Add readBool method shortcut to convert uint to bool
! Interface of readUint also changed to return pos also with decoded data

v0.1.0

25 Jul 12:08
Compare
Choose a tag to compare

Initial release