Commit History

Author SHA1 Message Date
  Evan You 8fda856a82 refactor: split out useModel implementation and tests 2 years ago
  skirtle 10ccb9bfa0 fix(defineModel): support kebab-case/camelCase mismatches (#9950) 2 years ago
  Evan You 97ce041910 fix(defineModel): support local mutation when only prop but no listener is passed 2 years ago
  Evan You a772031ea8 feat(defineModel): support modifiers and transformers 2 years ago
  三咲智子 Kevin Deng bfe6b459d3 style: update format & lint config (#9162) 2 years ago
  edison eb12f211b8 fix(defineModel): ensure trigger effect when prop changed (#9841) 2 years ago
  Evan You f74785bc4a feat(defineModel): support local mutation by default, remove local option 2 years ago
  丶远方 b01fc7ea84 chore: remove unnecessary imports (#8262) 2 years ago
  三咲智子 Kevin Deng 14f3d747a3 feat(sfc): introduce `defineModel` macro and `useModel` helper (#8018) 3 years ago
  Evan You e10a89e608 fix(compiler-sfc): fix function default value handling w/ props destructure 3 years ago
  Evan You 7e8f175db7 wip(vitest-migration): runtime-core tests passing 3 years ago
  Evan You 8867bb259a wip(vitest-migration): reactivity tests passing 3 years ago
  Evan You 467e113b95 feat(compiler-sfc): `<script setup>` defineProps destructure transform (#4690) 4 years ago
  dependabot[bot] 305883a12f build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482) 4 years ago
  Evan You 47f488350c chore: run updated prettier 4 years ago
  Evan You 03e26845e2 fix(sfc): fix `<script setup>` async context preservation logic 4 years ago
  Evan You d12206db8e test: add test case for proper effect teardown w/ withAsyncContext 4 years ago
  Evan You 9ee41e14d2 fix: prevent withAsyncContext currentInstance leak in edge cases 4 years ago
  Evan You 0240e82a38 feat(sfc): auto restore current instance after await statements in async setup() 4 years ago
  Evan You 4c5844a9ca feat(sfc): withDefaults helper 4 years ago
  Evan You ac853ff4ab test: fix script setup helpers tests 4 years ago
  Eduardo San Martin Morote a137da8a9f feat(sfc): add `defineEmits` and deprecate `defineEmit` (#3725) 4 years ago
  Evan You 426a6c996e test: tests for script setup helpers 5 years ago