v6.0.0
What's Changed
- Event driven communication by @temeddix in #270
- Event driven system improvement by @temeddix in #271
- Enable customized configuration by @thlorenz in #272 , #267
- Organize code and docs by @temeddix in #274
- Organize event driven system by @temeddix in #277
- Added last edit date to mkdocs documentation by the "git-revision-date-localized-plugin" by @VictorieeMan in #276
- Prepare for the version 6 release by @temeddix in #281
New Contributors
- @VictorieeMan made their first contribution in #276
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 pressingq
on your keyboard. - Internal code has been organized.