Skip to content

Releases: fzyzcjy/flutter_rust_bridge

v1.22.1

02 Mar 06:56
Compare
Choose a tag to compare
  • Improve dart analyzer ignores

v1.22.0

24 Feb 00:28
Compare
Choose a tag to compare
  • Make mirroring work for more use cases: tuple structs, enum variants, wrapping in Vec and Optional #359 (thanks @Unoqwy)
  • Bump dependency versions

v1.21.1

21 Feb 12:30
Compare
Choose a tag to compare
  • Bump dependency version

v1.21.0

21 Feb 00:55
Compare
Choose a tag to compare
  • CLI improvements: Run build_runner automatically, and more flags #363 (thanks @Desdaemon)
  • Disable import parsing in source_graph #364 (thanks @SecondFlight)

v1.20.1

20 Feb 01:00
Compare
Choose a tag to compare
  • More code comments and CI related to Corrosion #358 (thanks @Desdaemon)

v1.20.0

19 Feb 13:55
aff2beb
Compare
Choose a tag to compare
  • Add struct mirrors to use external types #352 (thanks @Unoqwy)
  • Add examples to documentation

v1.19.2

17 Feb 07:06
Compare
Choose a tag to compare
  • Avoid converting syn types to strings before parsing #346 (thanks @antonok-edm)

v1.19.1

17 Feb 00:17
Compare
Choose a tag to compare
  • Documentation overhaul (thanks @Desdaemon as well)

v1.18.0

15 Feb 13:30
Compare
Choose a tag to compare
  • Refactor to beautify the implementation #338

v1.17.0

14 Feb 05:50
Compare
Choose a tag to compare
  • Support bridging functions with return types other than Result #335 (thanks @antonok-edm)