Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.11 #45

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Release 0.11 #45

merged 3 commits into from
Sep 19, 2023

Conversation

jerel
Copy link
Owner

@jerel jerel commented Sep 15, 2023

  • Changes the Dart borrow/import approach to not re-export borrowed types from API barrel file. This avoids naming conflicts in complex projects where more than one API may be used in one app file and each of those APIs borrow the same type.
  • Improves configuration to be more forwards-compatible without breaking changes. logging can now be fully swapped out for a different Dart dep and dependencies like ffi can be configured before generation.
  • Docblocks written on async_dart/sync_dart functions in Rust will now be generated on the resulting Dart function.

@jerel jerel merged commit 616ca54 into main Sep 19, 2023
8 checks passed
@jerel jerel deleted the borrow-api branch September 19, 2023 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant