Skip to content

Releases: Danaozhong/rust-zserio

v0.0.5

29 May 09:20
7f21af3
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

What's Changed

  • Fix bitmask values (add support for NONE = 0, and fix missing bitmask expression value assignment) by @Danaozhong in #72

Full Changelog: v0.0.4...v0.0.5

v0.0.4

29 May 04:40
84254fe
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

19 Sep 15:07
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

  • Implement a Test Case to Compare with the zserio Reference Implementation by @Danaozhong in #60
  • Implement Test to compare bitsize_of() with reference python by @Danaozhong in #61
  • Add Crate Documentation, and improve source code comments. by @Danaozhong in #62
  • Fix bitlength() Operator by @Danaozhong in #63

Full Changelog: v0.0.2...v0.0.3

v0.0.2

14 Sep 04:41
798d55b
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

  • Split Up Integration Test Cases into Library + Test Code by @Danaozhong in #52
  • Fix Dot Expression Code Generation, if Enums/Bitmasks are using Subtypes imported from other files by @Danaozhong in #54
  • Fix Code Generation when reserved indentifiers are used by @Danaozhong in #53
  • Fix folder naming when generating the rust code by @Danaozhong in #55
  • Fix Generation of Complex Dot Expressions by @Danaozhong in #56
  • Fix Compile Errors in Optional Arrays by @Danaozhong in #58
  • Cache Converted Names/Types for Performance Improvements by @Danaozhong in #57
  • version bump to v0.0.2. by @Danaozhong in #59

Full Changelog: v0.0.1...v0.0.2

v0.0.1

11 Sep 03:15
dfb65b5
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

This is the first test release, which may not yet be fully working.

What's Changed

New Contributors

Full Changelog: https://github.com/Danaozhong/rust-zserio/commits/v0.0.1