Skip to content

Releases: spenserblack/go-bitio

1.3.0

02 Feb 15:32
v1.3.0
eb3b3d0
Compare
Choose a tag to compare

Added

  • HasPendingBits
  • CommitPending
  • Example for Writer

Deprecated

  • Commit

Fixed

  • Writing from the wrong bit index after bits are committed

1.2.0

02 Feb 02:06
v1.2.0
4c474e9
Compare
Choose a tag to compare

Added

  • Bits type
  • Writer.WriteBits

Fixed

  • Typo in documentation

1.1.0

26 Jan 02:10
v1.1.0
ae9b8dd
Compare
Choose a tag to compare

Added

  • Writer type for writing bits (#3)

Docs

  • Clarify direction that bits are read and written in a byte

Initial Release

24 Jan 01:50
v1.0.0
5791b01
Compare
Choose a tag to compare

Added

  • Reader type for reading bits