Skip to content

v6.0.0

Compare
Choose a tag to compare
@temeddix temeddix released this 22 Jan 13:17
· 793 commits to main since this release

What's Changed

New Contributors

Full Changelog: v5.4.0...v6.0.0

  • You need to run rinf template, cargo install rinf again to use this new version.
  • Now the communication between Dart and Rust is much simpler. You can mark messages in .proto files so that Rinf's code generator can generate channels in-between. This new system is not compatible with older Rinf versions, so please check the docs before you upgrade.
  • Added the ability to customize Rinf's behaviors by writing fields inside pubspec.yaml file. Thanks @thlorenz!
  • Allowed users to check when the documentation page was made and edited. Thanks @VictorieeMan!
  • Now it's possible to quit rinf message --watch by pressing q on your keyboard.
  • Internal code has been organized.