Skip to content

Releases: fzyzcjy/flutter_rust_bridge

v1.16.0

12 Feb 00:38
Compare
Choose a tag to compare
  • Allow structs and enums to be imported into the api file from elsewhere in the crate #319 (thanks @SecondFlight)
  • Refactor command module to fix Windows build failures #325 (thanks @Desdaemon)
  • Quote arguments when calling external commands #322 (thanks @Desdaemon)
  • Update examples to fix compile error
  • Bump dependency version #314

v1.15.1

01 Feb 01:59
Compare
Choose a tag to compare
  • Bump dependency version #311

v1.15.0

25 Jan 00:28
367cf43
Compare
Choose a tag to compare
  • Fix potential name collision with port argument #305 (thanks @valeth)

v1.14.0

12 Jan 00:54
Compare
Choose a tag to compare
  • Separate generated definitions from implementations #298

v1.13.0

04 Jan 08:54
Compare
Choose a tag to compare
  • When running codegen, create folders for output paths if they don't exist #286 (thanks @SecondFlight)

v1.12.0

04 Jan 01:50
0d5d969
Compare
Choose a tag to compare
  • Redesign documentation and make it a mdBook #272
  • Remove syn dependency from macros to speed up #277 (thanks @Desdaemon)

v1.11.0

01 Jan 00:04
Compare
Choose a tag to compare

Happy new year!

  • Marker attributes for expressiveness #261 (thanks @Desdaemon)
  • Improvements #267 (thanks @Desdaemon): Resolve #265, Resolve #266, Fix attributes not working on enum variants, Add comments on enum variants and fields, (Internal) unify tuple and normal enum structs
  • Avoid user parameter collision in wire functions #270 (thanks @Desdaemon)

v1.10.0

30 Dec 01:07
Compare
Choose a tag to compare
  • Support enum structs (Rust's expressive enums with fields) #256 (thanks @Desdaemon)

v1.9.1

24 Dec 13:55
ea00393
Compare
Choose a tag to compare
  • Bump versions of dependencies

v1.9.0

07 Dec 04:09
Compare
Choose a tag to compare