Releases: nokute78/go-bit
Releases · nokute78/go-bit
v2.2.0
New Feature
- #11 Support bit.Write function to encode bits array.
- ignore
_
field of struct.
Enhancement
None
Bug Fix
None
v2.1.1
New Feature
None
Enhancement
None
Bug Fix
- #9 Blank identifier '_' causes panic
v2.1.0
New Feature
- #8 Support new tag for mixed endian.
`bit:"BE"`
and `bit:"LE"`
Enhancement
None
Bug Fix
None
v2.0.1
New Feature
- Add
GetBitsBitEndian
, it respects bit endianness.
Enhancement
None
Bug Fix
#6 Result of BitsToBytes(a, binary.BigEndian) is wrong
v2.0.0
New Feature
- Support v2 API.
binary.Read
like API
- Support BigEndian
- Support Struct Tag
`bit:"skip"`
`bit:"-"`
Enhancement
None
Bug Fix
None
v0.1.0
New Feature
None
Enhancement
Bug Fix
None
v0.0.2
New Feature
None
Enhancement
Bug Fix
- GetBits returns large byte array. If read size is divisible by 8. #3