Skip to content

Releases: informalsystems/itf-rs

v0.2.4

16 May 07:17
v0.2.4
2cb9a14
Compare
Choose a tag to compare

May 16th, 2024

  • Add helpers to deserialize into std::option::Option or std::result::Result (#17)

v0.2.3

26 Mar 15:09
v0.2.3
40cbf6a
Compare
Choose a tag to compare

March 26th, 2024

  • Compatibility with Quint v0.19.0
  • Deserialize empty tuple as unit (#15)

v0.2.2

26 Mar 15:06
v0.2.2
202badc
Compare
Choose a tag to compare

December 7th, 2023

  • Add support for sum types (#12)

v0.2.1

26 Mar 15:06
v0.2.1
54da394
Compare
Choose a tag to compare

November 28th, 2023

  • Add a trace runner (#9)

v0.2.0

22 Nov 08:44
v0.2.0
e15806f
Compare
Choose a tag to compare

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

10 Nov 14:18
v0.1.2
59ccf78
Compare
Choose a tag to compare
  • Add From<T> where T: From<BigInt> instance for ItfBigInt

Full Changelog: v0.1.1...v0.1.2

v0.1.1

10 Nov 14:18
v0.1.1
6eba8e9
Compare
Choose a tag to compare
  • Add support for new timestamp field in meta section of ITF traces

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Nov 14:17
v0.1.0
c42b860
Compare
Choose a tag to compare

Initial release