Skip to content

Releases: 01alchemist/xdata

v2.1.8

05 Mar 06:21
Compare
Choose a tag to compare

Migrated from commonjs to SystemJS

NEW WAVE

16 Feb 01:09
Compare
Choose a tag to compare

Migrate to system js

WRY WOMBAT

05 May 09:36
Compare
Choose a tag to compare

* ECMAScript 6 support added

Gulp file optimized

Published in to bower package manager

NUTTY NUMBAT

16 Jan 09:11
Compare
Choose a tag to compare

New methods

readVariableSizedUnsignedInt

Reads a variable sized unsigned integer (VX -> 16-bit or 32-bit) from the byte stream. A VX is written as a variable length 2- or 4-byte element. If the index value is less than 65,280 (0xFF00), then the index is written as an unsigned two-byte integer. Otherwise the index is written as an unsigned four byte integer with bits 24-31 set. When reading an index, if the first byte encountered is 255 (0xFF), then the four-byte form is being used and the first byte should be discarded or masked out. The returned value is in the range 0 to 65279 or 0 to 2147483647.
@return A VX 16-bit or 32-bit unsigned integer between 0 to 65279 or 0 and 2147483647.

v1.1

26 Nov 23:36
Compare
Choose a tag to compare

Read bytes buffer offset issue fixed.

v1.0 Ganesha

19 Nov 10:53
Compare
Choose a tag to compare

One stable release.

New methods

  • readStringTillNull

v0.2

04 Jul 04:51
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

ActionScript Like API
LZMA decoder added.