Skip to content

Releases: nokute78/go-bit

v2.2.1

21 Aug 10:11
7e7d6ea
Compare
Choose a tag to compare

This release is to support v2 directory. pkg/bit/v2 -> v2
https://go.dev/blog/v2-go-modules

#13 Support v2 dir (experimental)

v2.2.0

02 Oct 23:40
a03b9fd
Compare
Choose a tag to compare

New Feature

  • #11 Support bit.Write function to encode bits array.
  • ignore _ field of struct.

Enhancement

None

Bug Fix

None

v2.1.1

30 Aug 00:04
8aa1d31
Compare
Choose a tag to compare

New Feature

None

Enhancement

None

Bug Fix

  • #9 Blank identifier '_' causes panic

v2.1.0

19 Aug 03:23
a7b69ea
Compare
Choose a tag to compare

New Feature

  • #8 Support new tag for mixed endian. `bit:"BE"` and `bit:"LE"`

Enhancement

None

Bug Fix

None

v2.0.1

13 Aug 08:48
Compare
Choose a tag to compare

New Feature

  • Add GetBitsBitEndian , it respects bit endianness.

Enhancement

None

Bug Fix

#6 Result of BitsToBytes(a, binary.BigEndian) is wrong

v2.0.0

12 Aug 07:03
Compare
Choose a tag to compare

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

12 Jun 23:45
8ca3ac8
Compare
Choose a tag to compare

New Feature

None

Enhancement

  • add readbit program #4

Bug Fix

None

v0.0.2

30 May 00:36
c243c4b
Compare
Choose a tag to compare

New Feature

None

Enhancement

  • add examples #2

Bug Fix

  • GetBits returns large byte array. If read size is divisible by 8. #3