Releases: sorokya/eolib-rs
Releases · sorokya/eolib-rs
EOLib 2.1.0
EOLib 2.0
EOLib 1.0.0-RC7
Bug Fixes
- eolib-rs now builds on Windows (Thanks @0xDaybreak)
EOLib 1.0.0-RC6
- eo-protocol version bump
EOLib 1.0.0-RC5
- 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
Bug fixes
- Structs with only dummy fields serialize properly (e.g AccountReply::Exists)
EOLib 1.0.0-RC3
Bug fixes
- Generated enums can now handle out of range values (e.g
AccountReply::Unrecognized(i32)
)
EOLib 1.0.0-RC2
- Fixed clippy warnings and fixed formatting