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

Refactor reactivity system to use version counting and doubly-linked list tracking #10397

Merged
merged 43 commits into from
Feb 25, 2024

Commits on Feb 21, 2024

  1. wip: save

    yyx990803 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2e5dd06 View commit details
    Browse the repository at this point in the history
  2. wip: save

    yyx990803 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f9579b0 View commit details
    Browse the repository at this point in the history
  3. wip: save

    yyx990803 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bb07894 View commit details
    Browse the repository at this point in the history
  4. wip: save

    yyx990803 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e5b303e View commit details
    Browse the repository at this point in the history
  5. wip: remove old files

    yyx990803 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3206d0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75f66fc View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    cb5b6f4 View commit details
    Browse the repository at this point in the history
  2. wip: pass computed tests

    yyx990803 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a6b1704 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b354f7 View commit details
    Browse the repository at this point in the history
  4. wip: computed ssr behavior

    yyx990803 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a42812d View commit details
    Browse the repository at this point in the history
  5. wip: remove outdated lines

    yyx990803 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ac829f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a5bf26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73bca37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    132f386 View commit details
    Browse the repository at this point in the history
  9. wip: remove unused

    yyx990803 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    82d93c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c26b41 View commit details
    Browse the repository at this point in the history
  11. wip: improve benchmarks

    yyx990803 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    bea3a7a View commit details
    Browse the repository at this point in the history
  12. wip: scope handling

    yyx990803 committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    51da8c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    7676d4e View commit details
    Browse the repository at this point in the history
  2. wip: pass all watcher tests

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c74d191 View commit details
    Browse the repository at this point in the history
  3. wip: more tests passing

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    36773c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8136bb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1318017 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f092dc View commit details
    Browse the repository at this point in the history
  7. wip: tweaks

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5c6626e View commit details
    Browse the repository at this point in the history
  8. wip: fix dts tests

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    decca5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5adb08c View commit details
    Browse the repository at this point in the history
  10. wip: more type alignment

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9a79838 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    88c794f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07cbb8a View commit details
    Browse the repository at this point in the history
  13. wip: fix vueuse cases

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    81c9861 View commit details
    Browse the repository at this point in the history
  14. wip: pinia compat

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    72e2d3e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7a9d552 View commit details
    Browse the repository at this point in the history
  16. wip: add test case for #10236

    yyx990803 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    87e7306 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    d69a797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad9b1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b6fd3 View commit details
    Browse the repository at this point in the history
  4. chore: adjust benchmarks

    yyx990803 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4fd6026 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40f8d08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b297ad4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ab62d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    8172434 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6d949b View commit details
    Browse the repository at this point in the history