提交历史

作者 SHA1 备注 提交日期
  edison 1bb28d011b fix(reactivity): normalize toRef property keys before dep lookup + improve types (#14625) 1 月之前
  skirtle 0d2357e697 fix(reactivity): toRef edge cases for ref unwrapping (#12420) 5 月之前
  Maisha Tremblay 3de5556521 test(reactive): use vitest fn instead of counting manually (#11746) 1 年之前
  lidlanca 1d988b5b99 test(reactivity): test case for #6358 (#6376) 1 年之前
  Alex e044b6e737 feat(reactivity): store value cache on CustomRefs impls (#11539) 1 年之前
  Evan You 1d8727ec97 chore: Merge branch 'main' into minor 1 年之前
  远方os 94b9b37362 test: improve test coverage (#9203) 1 年之前
  Evan You 05eb4e0fef Refactor reactivity system to use version counting and doubly-linked list tracking (#10397) 2 年之前
  三咲智子 Kevin Deng bfe6b459d3 style: update format & lint config (#9162) 2 年之前
  zqran 7c2e44ff5f test(reactivity): use vitest fn instead of counting manually (#8476) 2 年之前
  丶远方 b01fc7ea84 chore: remove unnecessary imports (#8262) 3 年之前
  Evan You 59e828448e feat(reactivity): improve support of getter usage in reactivity APIs (#7997) 3 年之前
  Evan You 8867bb259a wip(vitest-migration): reactivity tests passing 3 年之前
  Evan You a95554d35c fix(reactivity): fix shallow/readonly edge cases 3 年之前
  Evan You 9fda9411ec feat(reactivity): add isShallow api 4 年之前
  Evan You 2db9c909c2 feat(reactivity): support default value in toRef() 4 年之前
  mehan 2a4f134fc5 chore: remove unnecessary assertion (#4867) 4 年之前
  Pick b79e4ca717 types(reactivity): Simplify the SymbolExtract (#4162) 4 年之前
  Yang Mingshan 08f504c1b7 fix(ref): should not trigger when setting value to same proxy (#3658) 4 年之前
  Carlos Rodrigues d4bf9bcbb4 fix(reactivity): `toRef` should not wrap a `ref` (#2103) 5 年之前
  ᴜɴвʏтᴇ 3c05f8bbd6 fix(reactivity): unwrap non-index accessed refs on reactive arrays (#1859) 5 年之前
  Jordan Pittman 4172fdb90c feat(reactivity): return array when calling `toRefs` on array (#1768) 5 年之前
  Pick 028a8c20df test(reactivity): adjust ref unwrap test inside arrays (#1457) 5 年之前
  蜗牛老湿 426803046f test(reactivity): 100% reactivity coverage (#1299) 5 年之前
  Evan You 2acf3e84b9 feat(reactivity): add triggerRef API 6 年之前
  Evan You b0d4df9743 perf(reactivity): ref should not trigger if value did not change 6 年之前
  Carlos Rodrigues d7ae1d0244 test(reactivity): add tests for object with symbols (#969) 6 年之前
  Evan You 486dc188fe feat(reactivity): add support for `toRef` API 6 年之前
  Evan You b83c580131 feat(reactivity): add support for `customRef` API 6 年之前
  Evan You e9024bf1b7 feat(reactivity): expose unref and shallowRef 6 年之前