Skip to content

Commit aeb9c9c

Browse files
committed
chore: doc
1 parent ab6ae65 commit aeb9c9c

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.all-contributors-custom.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- SoLongAndThanksForAllThePizza: Refactor and enhance SyncReturn to support more types. Refactor post-release CI.
1717
- hsfzxjy: Fix SyncReturn use-after-free bug.
1818
- Cupnfish: Support arrays as function parameters. Allow multi mirror.
19-
- alanlzhang: Add generation for Dart metadata. Enhance module parser. Fix enum in struct. Fix linter.
19+
- alanlzhang: Add generation for Dart metadata. Enhance and fix module parser. Fix enum in struct. Fix linter.
2020
- erikas-taroza: Support list of primitive enums. Make enum camelCase. Warn wrong path. Fix cargo expand.
2121
- SiongSng: Finish implementing exception hierarchy. Fix SyncReturn bug.
2222
- JustSimplyKyle: Also finish implementing exception hierarchy. Allow ignore function.

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.
6+
* Fix module parsing when two modules have the same name #1664 (thanks @alanlzhang)
7+
38
## 2.0.0-dev.19
49

510
* Please refer to https://fzyzcjy.github.io/flutter_rust_bridge/guides/miscellaneous/whats-new for what's changed in V2.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ More specifically, thanks for all these contributions:
322322
* [SoLongAndThanksForAllThePizza](https://github.com/SoLongAndThanksForAllThePizza): Refactor and enhance SyncReturn to support more types. Refactor post-release CI.
323323
* [hsfzxjy](https://github.com/hsfzxjy): Fix SyncReturn use-after-free bug.
324324
* [Cupnfish](https://github.com/Cupnfish): Support arrays as function parameters. Allow multi mirror.
325-
* [alanlzhang](https://github.com/alanlzhang): Add generation for Dart metadata. Enhance module parser. Fix enum in struct. Fix linter.
325+
* [alanlzhang](https://github.com/alanlzhang): Add generation for Dart metadata. Enhance and fix module parser. Fix enum in struct. Fix linter.
326326
* [erikas-taroza](https://github.com/erikas-taroza): Support list of primitive enums. Make enum camelCase. Warn wrong path. Fix cargo expand.
327327
* [SiongSng](https://github.com/SiongSng): Finish implementing exception hierarchy. Fix SyncReturn bug.
328328
* [JustSimplyKyle](https://github.com/JustSimplyKyle): Also finish implementing exception hierarchy. Allow ignore function.

website/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ More specifically, thanks for all these contributions:
329329
* [SoLongAndThanksForAllThePizza](https://github.com/SoLongAndThanksForAllThePizza): Refactor and enhance SyncReturn to support more types. Refactor post-release CI.
330330
* [hsfzxjy](https://github.com/hsfzxjy): Fix SyncReturn use-after-free bug.
331331
* [Cupnfish](https://github.com/Cupnfish): Support arrays as function parameters. Allow multi mirror.
332-
* [alanlzhang](https://github.com/alanlzhang): Add generation for Dart metadata. Enhance module parser. Fix enum in struct. Fix linter.
332+
* [alanlzhang](https://github.com/alanlzhang): Add generation for Dart metadata. Enhance and fix module parser. Fix enum in struct. Fix linter.
333333
* [erikas-taroza](https://github.com/erikas-taroza): Support list of primitive enums. Make enum camelCase. Warn wrong path. Fix cargo expand.
334334
* [SiongSng](https://github.com/SiongSng): Finish implementing exception hierarchy. Fix SyncReturn bug.
335335
* [JustSimplyKyle](https://github.com/JustSimplyKyle): Also finish implementing exception hierarchy. Allow ignore function.

0 commit comments

Comments
 (0)