8000 Release v1.1.0 · ethanmoffat/eolib-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0

Compare
Choose a tag to compare
@ethanmoffat ethanmoffat released this 05 Aug 03:21
· 36 commits to master since this release
dfedccf

Added:

  • EoReader methods: Slice, SliceFromIndex, and SliceFromCurrent.

Updated:

  • eo-protocol bumped to version cirras/eo-protocol@7032f45.
  • breaking change Serialize/Deserialize now take a pointer to an EoWriter/EoReader.
  • breaking change GenerateXXX methods for sequences now take a pointer to a rand.

Fixed:

  • EoReader Remaining method could sometimes return a negative value in chunked reading mode.
  • Sequence generation in InitSequence used the incorrect formula.

Pull requests:

  • #7 - Add Slice method for EoReader.
  • #8 - Fix init sequence generation and change method signature for Serialize/Deserialize.
0