Skip to content

Releases: inolen/bit-buffer

0.2.4

05 Dec 16:24
Compare
Choose a tag to compare
  • Fix BitView.buffer in the browser in some cases
  • Add support for reading and writing in big-endian mode
  • Allow nodejs buffers for writing

0.2.2

05 Sep 20:31
Compare
Choose a tag to compare
  • Improve typings of properties

0.2.1

05 Sep 20:23
Compare
Choose a tag to compare

Add typings for BitView

0.2.0

12 Aug 18:12
Compare
Choose a tag to compare
  • Add writeBitStream
  • Added writeArrayBuffer
  • fix typings for writeBoolean

0.1.0

12 Mar 13:00
Compare
Choose a tag to compare

Version 0.1.0

  • add read/writeBoolean
  • add read/writeUTF8String
  • add readBitStream/readArrayBuffer
  • add bitsLeft, length and index properties
  • improve read performance