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

After Transaction Update #73

Merged
merged 1 commit into from
Jul 11, 2022
Merged

After Transaction Update #73

merged 1 commit into from
Jul 11, 2022

Commits on Jul 11, 2022

  1. After Transaction Update

    Adds the `get_update` method to the AfterTransactionEvent so that delta state is accessible in the `observe_after_transaction` callback.
    
    - Updated some YDoc methods to not require mutable access.
    - Exposed AfterTransactionEvent to library users.
    - Reduced blanket `ToPython` array impl to just handle Vec<Any>
    - Added test to verify `get_update`
    Waidhoferj committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ad36b53 View commit details
    Browse the repository at this point in the history