Releases: ryantaylor/vault
Releases · ryantaylor/vault
3.0.0
Breaking Changes
- Ruby bindings have been changed to bind to the
VaultCoh
module instead ofVault
. This is a necessary breaking change in order to avoid potential naming collisions with thevault
Ruby gem oncevault-rb
is added to Rubygems.
2.1.1
2.1.0
Changes
- Added
serde
Serialize
andDeserialize
traits to all public-facing structs. You can now fully serialize and deserializeReplay
instances. - Updated Rust edition to 2021. This shouldn't be a breaking change but will limit the range of compiler versions that can build the library. In practice this shouldn't really affect anybody.
2.0.0
CoH3 support! This release basically rewrites the entire library, simplifies the interface, and introduces a few new libraries to improve parsing and support external bindings. This initial version parses basic player and map information as well was chat messages, but does not currently support command parsing.
1.0.0
CoH2 replay parsing support.