Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
- add read/writeBoolean
- add read/writeUTF8String
- add readBitStream/readArrayBuffer
- add bitsLeft, length and index properties
- improve read performance
  • Loading branch information
icewind1991 committed Mar 12, 2017
1 parent 4d57128 commit 95402cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bit-buffer",
"version": "0.0.3",
"version": "0.1.0",
"description": "Bit-level reads and writes for ArrayBuffers",
"main": "bit-buffer.js",
"types": "./bit-buffer.d.ts",
Expand Down

0 comments on commit 95402cf

Please sign in to comment.