v1.2.0
- Add functions and methods to copy bits from/into
Buffer. - Add an offset to
Bufferdata structure to avoid unnecessary bit-shifting. - Add
Buffer.Slice()methods. - Add
NewBufferFromByteSlice()that can handle[]byteas a bit array without copying it. - Add other trivial methods.