bits 1.4.0
bits: ^1.4.0 copied to clipboard
Write in bits instead of bytes for packing data tighter, and increasing headaches.
1.4.0 #
- Modified the BitCodec instantiation to use SimpleBitCodec to enable const Objects for SimpleBitCodec and BestBitCodec. #4 (Thanks Marc-R2)
1.3.4 #
- feat(BitBufferWriter): writeBuffer(b) #3 (Thanks Marc-R2)
1.3.3 #
- Fix "Issue with size when using BitBuffer.fromBB" #2 (Thanks Marc-R2)
1.3.2 #
- Add BitBuffer Endian Support and Enhance Documentation #1 (Thanks halifox)
- Updated & Loosened dependency constraints
1.3.1 #
- Bugfixes
- Removed json compression. Use the json_compress package
1.3.0 #
- Rewrite buffers
- Json compression
- Codecs
- Palettes
1.2.0 #
- R/W Strings / Byte Arrays
1.1.0 #
- Packed Varints
1.0.0 #
- Initial Release