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

Allow users to bypass observability system for performance; Avoid unnecessary observable notifications of @observable fields of Stores; Fix Reaction lacks toString, so cannot see which reaction causes the error; Add StackTrace to reactions in debug mode to easily spot which reaction it is #844

Closed
wants to merge 23 commits into from

Commits on Jul 12, 2022

  1. add nonObservableInner, such that users can bypass observability sy…

    …stem for performance
    fzyzcjy committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    880ee28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a58d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. chore: format code

    fzyzcjy committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    e1df03a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd9020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    263155b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396cd93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20fe5d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63d57ef View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. test: reproduce mobxjs#855

    fzyzcjy committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ada24f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b93039 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge pull request #4 from mobxjs/master

    merge from upstream
    fzyzcjy authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    919f203 View commit details
    Browse the repository at this point in the history
  2. Revert "test: add tests for Computed.dispose"

    This reverts commit 63d57ef.
    fzyzcjy committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    305bd4e View commit details
    Browse the repository at this point in the history
  3. Revert "feat: add Computed.dispose mobxjs#859"

    This reverts commit 20fe5d3.
    fzyzcjy committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    3912572 View commit details
    Browse the repository at this point in the history
  4. Revert "test: add tests to disposeValue mobxjs#857"

    This reverts commit 263155b.
    
    # Conflicts:
    #	mobx/test/computed_test.dart
    fzyzcjy committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    290f8c3 View commit details
    Browse the repository at this point in the history
  5. Revert "feat: Add onDispose callback to Computed, such that old v…

    …alues can be properly disposed mobxjs#857"
    
    This reverts commit bbd9020.
    fzyzcjy committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    424ec02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcc222b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    637d12b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    e852b9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75260bf View commit details
    Browse the repository at this point in the history
  3. fix linter errors

    fzyzcjy committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fecb442 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1803928 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    015d35f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    74ea2e5 View commit details
    Browse the repository at this point in the history