Skip to content

Releases: sorokya/eolib-rs

EOLib 1.0.0-RC7

25 Mar 07:02
Compare
Choose a tag to compare

Bug Fixes

EOLib 1.0.0-RC6

19 Mar 11:10
Compare
Choose a tag to compare
  • eo-protocol version bump

EOLib 1.0.0-RC5

06 Jan 00:29
43c6d5e
Compare
Choose a tag to compare
  • Added support for serde to all protocol types
  • Fixed encrypted string decoding/encoding
  • Fixed sequencer
  • Support negative number encoding/decoding (for numbers larger than i32::MAX_VALUE)

EOLib 1.0.0-RC4

28 Dec 13:52
d45479d
Compare
Choose a tag to compare

Bug fixes

  • Structs with only dummy fields serialize properly (e.g AccountReply::Exists)

EOLib 1.0.0-RC3

28 Dec 11:12
c224932
Compare
Choose a tag to compare

Bug fixes

  • Generated enums can now handle out of range values (e.g AccountReply::Unrecognized(i32))

EOLib 1.0.0-RC2

28 Dec 02:18
7747122
Compare
Choose a tag to compare
  • Fixed clippy warnings and fixed formatting

EOLib v1.0.0-RC1

27 Dec 21:58
806a0a0
Compare
Choose a tag to compare