Releases: informalsystems/itf-rs
Releases · informalsystems/itf-rs
v0.2.4
May 16th, 2024
- Add helpers to deserialize into
std::option::Option
or std::result::Result
(#17)
v0.2.3
March 26th, 2024
- Compatibility with Quint v0.19.0
- Deserialize empty tuple as unit (#15)
v0.2.2
December 7th, 2023
- Add support for sum types (#12)
v0.2.0
November 21st, 2023
- Deserialize ITF values into native Rust types with a custom deserializer instead of having to go through
Itf<A>
wrapper type (#6)
Full changes: v0.1.2...v0.2.0
v0.1.2
- Add
From<T> where T: From<BigInt>
instance for ItfBigInt
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Add support for new
timestamp
field in meta section of ITF traces
Full Changelog: v0.1.0...v0.1.1